[Python-Dev] configure on FreeBSD 7 (original) (raw)
Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Sat Apr 12 09:32:26 CEST 2008
- Previous message: [Python-Dev] an example of setuptools being used to good effect -- allmydata.org Tahoe
- Next message: [Python-Dev] configure on FreeBSD 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I do not have this problem on FreeBSD 6.3-STABLE, but on my FreeBSD 7.0-STABLE I get this problem after running an identical ./configure:
[09:11] [asmodai at oni] (0) {0} % make "Makefile", line 1192: warning: duplicate script for target "Modules/" ignored "Makefile", line 1194: warning: duplicate script for target "Modules/" ignored "Makefile", line 1196: warning: duplicate script for target "Modules/" ignored "Makefile", line 1198: warning: duplicate script for target "Modules/" ignored "Makefile", line 1200: warning: duplicate script for target "Modules/" ignored "Makefile", line 1202: warning: duplicate script for target "Modules/" ignored "Makefile", line 1204: warning: duplicate script for target "Modules/" ignored "Makefile", line 1206: warning: duplicate script for target "Modules/" ignored "Makefile", line 1208: warning: duplicate script for target "Modules/" ignored Graph cycles through thread
make: don't know how to make threadmodule.c. Stop
line 1192 is:
Modules/ thread threadmodule.o: (srcdir)/Modules/threadthreadmodule.c;(srcdir)/Modules/ thread threadmodule.c; (srcdir)/Modules/threadthreadmodule.c;(CC) (PYCFLAGS)−c(PY_CFLAGS) -c (PYCFLAGS)−c(srcdir)/Modules/ thread threadmodule.c -o Modules/ thread threadmodule.o
On my 6.3 box it became:
Modules/threadmodule.o: (srcdir)/Modules/threadmodule.c;(srcdir)/Modules/threadmodule.c; (srcdir)/Modules/threadmodule.c;(CC) (PYCFLAGS)−c(PY_CFLAGS) -c (PYCFLAGS)−c(srcdir)/Modules/threadmodule.c -o Modules/threadmodule.o
As you can see, some spurious 'thread' mentions got inserted.
Apparently this section is made by makedepend.
Has anyone else encountered this?
-- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ No man is good enough to govern another man without the other's consent...
- Previous message: [Python-Dev] an example of setuptools being used to good effect -- allmydata.org Tahoe
- Next message: [Python-Dev] configure on FreeBSD 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]