Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78685 - acctail does not compile
Summary: acctail does not compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 08:04 UTC by Guillaume Destuynder (RETIRED)
Modified: 2005-02-14 04:39 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 Guillaume Destuynder (RETIRED) gentoo-dev 2005-01-19 08:04:06 UTC
>>> Unpacking acctail-1.3.tgz to /var/tmp/portage/acctail-1.3/work
>>> Source unpacked.
/usr/lib/portage/bin/ebuild.sh: line 17: tc-export: command not found
march=athlon-xp -O3 -pipe -fomit-frame-pointer -msse -mmmx -m3dnow -mfpmath=387 -fforce-addr -fprefetch-loop-arrays   -c -o acctail.o acctail.c
/bin/sh: line 1: -O3: command not found
make: [acctail.o] Error 127 (ignored)
Wall -W acctail.o  -o acctail
make: Wall: Command not found
make: [acctail] Error 127 (ignored)
strip acctail
strip: 'acctail': No such file
>>> Test phase [not enabled]: sys-apps/acctail-1.3

>>> Install acctail-1.3 into /var/tmp/portage/acctail-1.3/image/ category sys-apps
>>> dobin: making acctail executable...
install: cannot stat `acctail': No such file or directory
man:
prepallstrip:
strip:
>>> Completed installing into /var/tmp/portage/acctail-1.3/image/

>>> Merging sys-apps/acctail-1.3 to /
--- /usr/
--- /usr/share/
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/acctail.1.gz
--- /usr/bin/
>>> Regenerating /etc/ld.so.cache...



What is tc-export anyway ? :)
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-02-14 04:39:08 UTC
your CVS co is borked.
the ebuild inherits the toolchain-funcs eclass just fine for me.
and toolchain-funcs provides tc-export.