Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193263 - app-text/wv-1.2.3-r1 fails to build - i686-pc-linux-gnu-gcc: : No such file or directory
Summary: app-text/wv-1.2.3-r1 fails to build - i686-pc-linux-gnu-gcc: : No such file o...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 23:43 UTC by Eric Brown
Modified: 2007-09-21 06:31 UTC (History)
0 users

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 Eric Brown 2007-09-20 23:43:29 UTC
this is on a hardened x86 profile:

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.3\" -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. -I. -I. -I. -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -march=i686 -O2 "" -fforce-addr -fomit-frame-pointer -ansi -MT atrd.lo -MD -MP -MF .deps/atrd.Tpo -c atrd.c  -fPIC -DPIC -o .libs/atrd.o
i686-pc-linux-gnu-gcc: : No such file or directory
if /bin/sh ./libtool --mode=compile --tag=CC i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.3\" -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. -I. -I. -I. -I. -I.   -I/usr/include/libxml2   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2      -march=i686 -O2 -pipe -fforce-addr -fomit-frame-pointer -ansi -MT sed.lo -MD -MP -MF ".deps/sed.Tpo" -c -o sed.lo sed.c; \
        then mv -f ".deps/sed.Tpo" ".deps/sed.Plo"; else rm -f ".deps/sed.Tpo"; exit 1; fi
make[2]: *** [atrd.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.3\" -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. -I. -I. -I. -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -march=i686 -O2 -pipe -fforce-addr -fomit-frame-pointer -ansi -MT sed.lo -MD -MP -MF .deps/sed.Tpo -c sed.c  -fPIC -DPIC -o .libs/sed.o
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.3\" -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. -I. -I. -I. -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -march=i686 -O2 -pipe -fforce-addr -fomit-frame-pointer -ansi -MT sed.lo -MD -MP -MF .deps/sed.Tpo -c sed.c -o sed.o >/dev/null 2>&1
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DVERSION=\"1.2.3\" -DXMLCONFIG=\"/usr/share/wv/wvConfig.xml\" -DHTMLCONFIG=\"/usr/share/wv/wvHtml.xml\" -DWVDATADIR=\"/usr/share/wv\" -I. -I. -I. -I. -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -march=i686 -O2 -pipe -fforce-addr -fomit-frame-pointer -ansi -MT fib.lo -MD -MP -MF .deps/fib.Tpo -c fib.c -o fib.o >/dev/null 2>&1
make[2]: Leaving directory `/var/tmp/portage/app-text/wv-1.2.3-r1/work/wv-1.2.3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-text/wv-1.2.3-r1/work/wv-1.2.3'
make: *** [all] Error 2

!!! ERROR: app-text/wv-1.2.3-r1 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  wv-1.2.3-r1.ebuild, line 30:   Called die


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-21 06:31:40 UTC
> i686-pc-linux-gnu-gcc: : No such file or directory

Use gcc-config to set your compiler properly, this is not a wv bug. Also, emerge --info required when filing bug, post it if the above doesn't fix your issue.