Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6338 - kth-krb4 ebuild barfs
Summary: kth-krb4 ebuild barfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-11 15:49 UTC by Ian
Modified: 2003-02-04 19:42 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 Ian 2002-08-11 15:49:55 UTC
app-crypt/kth-krb ebuild fails somewhere around building libroken, but only 
inside the ebuild system. building it manually (with configure options from 
ebuild) works fine.

Making all in roken
make[2]: Entering directory `/var/tmp/portage/kth-krb-1.1-r1/work/krb4-
1.1/lib/roken'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -
I../../lib/roken -I../../lib/roken   -Wall -Wmissing-prototypes -Wpointer-
arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -march=i686 -
O3 -pipe -c make-roken.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -
I../../lib/roken -I../../lib/roken   -DTEST_SNPRINTF -march=i686 -O3 -pipe -c -
o snprintf_test-snprintf-test.o `test -f ./snprintf-test.c || 
echo './'`snprintf-test.c
snprintf-test.c:36: roken.h: No such file or directory
snprintf-test.c: In function `try':
snprintf-test.c:47: `va_list' undeclared (first use in this function)
snprintf-test.c:47: (Each undeclared identifier is reported only once
snprintf-test.c:47: for each function it appears in.)
snprintf-test.c:47: parse error before `ap'
snprintf-test.c:50: `ap' undeclared (first use in this function)
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -
I../../lib/roken -I../../lib/roken   -DTEST_SNPRINTF -march=i686 -O3 -pipe -c -
o snprintf_test-snprintf.o `test -f ./snprintf.c || echo './'`snprintf.c
snprintf.c:43: roken.h: No such file or directory
snprintf-test.c: In function `test_null':
snprintf-test.c:223: `NULL' undeclared (first use in this function)
make[2]: *** [snprintf_test-snprintf-test.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [snprintf_test-snprintf.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/kth-krb-1.1-r1/work/krb4-
1.1/lib/roken'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kth-krb-1.1-r1/work/krb4-1.1/lib'
make: *** [all-recursive] Error 1
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-08-18 19:52:30 UTC
committed a fix.. thx