Bugs item #881812, was opened at 2004-01-21 15:16 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=881812&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.4 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: David Dyck (dcd) >Assigned to: Neal Norwitz (nnorwitz) Summary: 2.4a0 build fails in Modules/signalmodule.c Initial Comment: PYTHON_VERSION, 2.4a0 (Jan 21 CVS) gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o ./Modules/signalmodule.c: In function `signal_handler': ./Modules/signalmodule.c:141: warning: implicit declaration of function `siginterrupt' ./Modules/signalmodule.c: In function `initsignal': ./Modules/signalmodule.c:550: `_NSIG' undeclared (first use in this function) ./Modules/signalmodule.c:550: (Each undeclared identifier is reported only once ./Modules/signalmodule.c:550: for each function it appears in.) make: *** [Modules/signalmodule.o] Error 1 (At one time my libc5 linux system had similar troubles building perl, but perl's Configure get's it right the hard way) ---------------------------------------------------------------------- >Comment By: Neal Norwitz (nnorwitz) Date: 2005-12-18 19:49 Message: Logged In: YES user_id=33168 I don't think we will be able to support libc5. If someone can come up with a patch, we can add it. ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 2004-10-18 19:53 Message: Logged In: YES user_id=33168 That's odd. Line 544 is using SIGRTMAX. I presume SIGRTMAX is defined as _NSIG on your system? I don't know why it would do that. Can you try to produce a patch? What type of platform is this (beyond libc5 based)? ---------------------------------------------------------------------- Comment By: David Dyck (dcd) Date: 2004-10-18 08:56 Message: Logged In: YES user_id=53855 The line numbers have changed but the error remains in Python-2.4b1 gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o ./Modules/signalmodule.c: In function `initsignal': ./Modules/signalmodule.c:544: `_NSIG' undeclared (first use in this function) ./Modules/signalmodule.c:544: (Each undeclared identifier is reported only once ./Modules/signalmodule.c:544: for each function it appears in.) make: *** [Modules/signalmodule.o] Error 1 ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 2004-10-17 13:54 Message: Logged In: YES user_id=33168 Is this still a problem w/ 2.4b1? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=881812&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com