Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62035 - cannot build lynx 2.8.5 from portage
Summary: cannot build lynx 2.8.5 from portage
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Deedra Waters (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-28 07:33 UTC by Matthew Tepel
Modified: 2005-02-05 13:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Tepel 2004-08-28 07:33:04 UTC
Tried to build with emerge net-www/lynx and got a compiler error.


Reproducible: Always
Steps to Reproduce:
1.emerge net-www/lynx
2.
3.

Actual Results:  
gcc -DLINUX  -D_GNU_SOURCE -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/share/locale\" -I
. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation   -
O3 -mcpu=i586 -funroll-loops -pipe -DANSI_VARARGS  -c ./LYMain.c
gcc -DLINUX  -D_GNU_SOURCE -DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/share/locale\" -I
. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation   -
O3 -mcpu=i586 -funroll-loops -pipe -DANSI_VARARGS  -c ./LYMainLoop.c
{standard input}: Assembler messages:
{standard input}:29572: Warning: end of file not at end of a line; newline inser
ted
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[1]: *** [GridText.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/lynx-2.8.5/work/lynx2-8-5/src'
make: *** [all] Error 2

!!! ERROR: net-www/lynx-2.8.5 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! compile problem


Expected Results:  
built successfully

bash-2.05b# emerge info
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25_pre6-gss)
=================================================================
System uname: 2.4.25_pre6-gss i686 Celeron (Coppermine)
Gentoo Base System version 1.4.3.8p1
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i586 -funroll-loops -pipe"
CHOST="i486-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/bind:/etc/tomcat:/var/qmail/control /var/qmail/alias:/var/vpopmail/d
omains /var/qmail/control /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -mcpu=i586 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk2 imlib 
java jpeg kde libg++ libwww mad mikmod motif mpeg mysql ncurses nls oggvorbis 
opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl 
svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Deedra Waters (RETIRED) gentoo-dev 2004-08-28 13:32:36 UTC
Try changing your cflags: make -mcpu=i586  -march=i586
 and remove: -funroll-loops
 
 Try to build lynx again, and see if that works.
Comment 2 Matthew Tepel 2004-09-11 18:34:04 UTC
I replied to the mail 2 weeks ago but don't think my reply made it to the bug report.

I edited /etc/make.conf but it is still broken.

Same output:

gcc -DLINUX  -D_GNU_SOURCE -DHAVE_CONFIG_H
-DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I..
-I../src -I../WWW/Library/Implementation   -O3 -march=i586 -pipe
-DANSI_VARARGS  -c ./LYMainLoop.c
{standard input}: Assembler messages:
{standard input}:27367: Warning: end of file not at end of a line; newline
inserted
{standard input}:28962: Error: no such instruction: `pus'
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[1]: *** [GridText.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory
`/var/tmp/portage/lynx-2.8.5/work/lynx2-8-5/src'
make: *** [all] Error 2

!!! ERROR: net-www/lynx-2.8.5 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! compile problem
Comment 3 Deedra Waters (RETIRED) gentoo-dev 2005-02-05 13:51:07 UTC
I can't reproduce it
 builds fine for me.