[Bug 456006] New: scons 1.0.2 incompatible with python 2.6
https://bugzilla.novell.com/show_bug.cgi?id=456006 Summary: scons 1.0.2 incompatible with python 2.6 Product: openSUSE 11.1 Version: Factory Platform: Other URL: http://scons.tigris.org/issues/show_bug.cgi?id=2243 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: prusnak@novell.com ReportedBy: dominique.leuenberger@tmf-group.com QAContact: qa@suse.de Found By: Community User scons 1.0.2 ( as included in the repositories of 11.1) is incompatible with python 2.6 I ran into this issue while building another package for Factory. it bailed out with errors about not being able to build simplest c++ programs: Checking for a working C++ compiler ... no Can't even compile the simplest C++ program! Your setup is beyond broken. Repair it, then try again. The issue is not, as at first sight obvious, a missing c++ compiler. By digging in some log files: Configure(confdir = build/sconf_temp) build/sconf_temp/conftest_0.cc <- |class c{}; int main(){class c the_class;} g++ -o build/sconf_temp/conftest_0.o -c - D N D E B U G build/sconf_temp/conftest_0.cc g++: D: No such file or directory g++: N: No such file or directory g++: D: No such file or directory g++: E: No such file or directory g++: B: No such file or directory g++: U: No such file or directory g++: G: No such file or directory g++: cannot specify -o with -c or -S with multiple files Special mark are put on the - D N D E B U G which is there with spaces. http://scons.tigris.org/issues/show_bug.cgi?id=2243 explains that this has been fixed in a later rerlease of scons in order to be compatible to python 2.6. the existing combination of python and scons is heavily broken in the istribution due to this incompatibility and renders scons close to useless (without an update) (big part of this was not found by me, but by prusnak... credits to the ones that earn it). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|scons 1.0.2 incompatible with python 2.6 |scons 1.0.1 incompatible with python 2.6 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c1 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmueller@novell.com, coolo@novell.com Severity|Major |Blocker Priority|P5 - None |P1 - Urgent --- Comment #1 from Pavol Rusnak <prusnak@novell.com> 2008-12-03 06:38:21 MST --- This bug was discovered only recently, and is fixed by upstream (in 1.1.0.d20081125). Interestingly enough, none of the factory packages was broken (maybe we have no C++ packages built with scons). Are we going to fix 11.1 before release or will we release maintanance update later? Coolo, Dirk? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Blocker |Critical --- Comment #2 from Stephan Kulow <coolo@novell.com> 2008-12-03 06:45:06 MST --- I would claim we have _only_ C++ programs built with scons: - ardour (tiwai@novell.com) - blender (pnemec@novell.com) - csound (tiwai@novell.com) - dvbcut (fseidel@novell.com) - eID-belgium (skh@novell.com) - lprof (sbrabec@novell.com) - pingus (prusnak@novell.com) - rekall (kde-maintainers@suse.de) - skim (mfabian@novell.com) - yafray (pnemec@novell.com) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c3 --- Comment #3 from Dirk Mueller <dmueller@novell.com> 2008-12-08 15:16:56 MST --- all factory packages were broken by scons update and the python update. the reason why they build now is that I switched to the internal copy of scons in those packages (0.96 or something like that) and then only had to patch one or two places to fix the build. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c4 --- Comment #4 from Pavol Rusnak <prusnak@novell.com> 2008-12-09 03:22:04 MST --- I thought we have toolchain deadline sooner to discover the bugs in tools, not to hide them and release the crappy broken version of scons. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c5 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ast@novell.com --- Comment #5 from Pavol Rusnak <prusnak@novell.com> 2009-01-19 07:19:05 MST --- Anja: is it possible to approve version update of scons to 1.2.0 for 11.1 ? According to website it "contains numerous fixes and minor enhancements including Python 2.6 portability fixes". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c6 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|ast@novell.com | --- Comment #6 from Dirk Mueller <dmueller@novell.com> 2009-01-20 04:29:43 MST --- its not even in stable yet. please figure out the fallout first. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=456006 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456006#c7 --- Comment #7 from Pavol Rusnak <prusnak@novell.com> 2009-01-20 05:29:06 MST --- I already submitted it to Factory earlier, let's wait and see what happens there :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com