Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#14829 - lilo 22.8-3 builf error w latest gcc
Attached to Project:
Arch Linux
Opened by Baho Utot (baho-utot) - Monday, 25 May 2009, 23:23 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 30 May 2009, 15:10 GMT
Opened by Baho Utot (baho-utot) - Monday, 25 May 2009, 23:23 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 30 May 2009, 15:10 GMT
|
DetailsDescription:
==> Making package: lilo 22.8-3 i686 (Mon May 25 18:31:24 UTC 2009) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Using cached copy of lilo-22.8.src.tar.gz -> Using cached copy of gcc-44.patch -> Using cached copy of lilo.conf ==> WARNING: Integrity checks (md5) are missing or incomplete. ==> Extracting Sources... -> bsdtar -x -f lilo-22.8.src.tar.gz ==> Entering fakeroot environment... ==> Starting build()... patching file checkit ./checkit GCC version 2.91 or later is required gcc is not present AS86 version 0.16.10 or later is required as86 version 0.16.17 OKAY LD86 version 0.16.10 or later is required ld86 version 0.16.17 OKAY BCC version 0.16.10 or later is recommended bcc is not present You will not be able to make floppy2, diag2.img, or lilo.com make: *** [test.img] Error 1 ==> ERROR: Build Failed. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Saturday, 30 May 2009, 15:10 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn language was wrong
Saturday, 30 May 2009, 15:10 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn language was wrong
...
gcc -v 1>foo1 2>foo2
V=`cat foo1 foo2 | grep Version | cut -d " " -f 2`
...
On my system gcc -v reports the following:
$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++ --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.0 20090505 (prerelease) (GCC)
it greps vor Version and you have version, do you run a own compiled gcc?
with latesdt gcc from testing all is fine.
gcc-Version 4.4.0 20090526 (prerelease) (GCC)
also yours have a space thats the reason for failing with -f 2
gcc version 4.4.0 20090526 (prerelease) (GCC)
I am running i686.
Es werden eingebaute Spezifikationen verwendet.
Ziel: i686-pc-linux-gnu
Konfiguriert mit: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++ --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread-Modell: posix
gcc-Version 4.4.0 20090526 (prerelease) (GCC)