Activity log for bug #710138

Date Who What changed Old value New value Message
2011-01-30 12:37:50 Alexander Danilov bug added bug
2011-01-30 12:54:27 Micah Gersten bug added subscriber Micah Gersten
2011-02-11 06:21:44 Kate Stewart nominated for series Ubuntu Maverick
2011-02-11 06:21:44 Kate Stewart bug task added ecl (Ubuntu Maverick)
2011-02-11 19:34:58 Brian Murray ecl (Ubuntu Maverick): importance Undecided Medium
2011-02-11 19:34:58 Brian Murray ecl (Ubuntu Maverick): status New Confirmed
2011-02-11 19:41:09 Brian Murray ecl (Ubuntu): importance Undecided Medium
2011-02-11 19:41:09 Brian Murray ecl (Ubuntu): status New Confirmed
2011-03-02 16:50:27 Launchpad Janitor ecl (Ubuntu): status Confirmed Fix Released
2011-03-02 17:08:33 Launchpad Janitor branch linked lp:ubuntu/ecl
2011-03-04 02:34:02 Krzysztof Klimonda description Binary package hint: ecl I am unable to install ecl: sudo apt-get install ecl ... /usr/lib/common-lisp/bin/ecl.sh loading and dumping clc. ;;; Loading "/usr/lib/ecl/install-clc.lisp" ;;; Loading #P"/usr/lib/ecl-10.3.1/cmp.fas" ;;; Loading #P"/usr/lib/ecl-10.3.1/sysfun.lsp" Saving to new-ecl... ;;; Note: ;;; Invoking external command: ;;; i486-linux-gnu-gcc "-I/usr/include/" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -Dlinux -O -w -c "/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.c" -o "/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.o" ;;; sh: i486-linux-gnu-gcc: not found ;;; Internal error: ;;; ** (SYSTEM "i486-linux-gnu-gcc \"-I/usr/include/\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -Dlinux -O -w -c \"/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.c\" -o \"/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.o\"") returned non-zero value 127An error occurred during initialization: NIL is not of type STREAM.. ... And after that calling: $ ecl returns "Not found". ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ecl 10.3.1-2ubuntu2 ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10 Uname: Linux 2.6.35-25-generic i686 Architecture: i386 Date: Sun Jan 30 21:24:33 2011 InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron: LANG=ru_RU.utf8 SHELL=/bin/bash SourcePackage: ecl Package doesn't install on i386 systems under 10.10. The reason is that it builds some code in the postinst script and uses the i486-linux-gnu-gcc compiler (or rather a symlink), which is choosen during package build. After we have dropped i486 support in 10.10 i486-linux-gnu-gcc does not exist anymore, so the invocation fails: Saving to new-ecl... ;;; Note: ;;; Invoking external command: ;;; i486-linux-gnu-gcc "-I/usr/include/" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -Dlinux -O -w -c "/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.c" -o "/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.o" ;;; sh: i486-linux-gnu-gcc: not found Saving to new-ecl... ;;; Note: ;;; Invoking external command: ;;; i486-linux-gnu-gcc "-I/usr/include/" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -Dlinux -O -w -c "/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.c" -o "/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.o" ;;; sh: i486-linux-gnu-gcc: not found ;;; Internal error: ;;; ** (SYSTEM "i486-linux-gnu-gcc \"-I/usr/include/\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -D_THREAD_SAFE -Dlinux -O -w -c \"/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.c\" -o \"/var/cache/common-lisp-controller/0/ecl/common-lisp-controller/common-lisp-controller.o\"") returned non-zero value 127An error occurred during initialization: NIL is not of type STREAM.. Simple rebuild is enough to make package at least installable again. TEST CASE: on i386 system install the ecl package - it will fail with version 10.3.1-2ubuntu2, but will succeed with 10.3.1-2ubuntu2.1 REGRESSION POTENTIAL: package doesn't even install correctly, regression potential is minimal.
2011-03-23 18:54:05 Scott Kitterman bug added subscriber Ubuntu Stable Release Updates Team
2011-03-30 20:58:37 Martin Pitt ecl (Ubuntu Maverick): status Confirmed Fix Committed
2011-03-30 20:58:41 Martin Pitt bug added subscriber SRU Verification
2011-03-30 20:58:46 Martin Pitt tags apport-bug i386 maverick apport-bug i386 maverick verification-needed
2011-04-01 12:35:51 Pedro Villavicencio tags apport-bug i386 maverick verification-needed apport-bug i386 maverick verification-done
2011-04-07 21:43:28 Launchpad Janitor ecl (Ubuntu Maverick): status Fix Committed Fix Released
2011-09-19 21:43:25 Ubuntu Foundations Team Bug Bot tags apport-bug i386 maverick verification-done apport-bug i386 maverick testcase verification-done
2011-11-30 14:34:25 Launchpad Janitor branch linked lp:ubuntu/maverick-proposed/ecl