Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222911 - app-arch/deltarpm-3.3 Failed to compile.
Summary: app-arch/deltarpm-3.3 Failed to compile.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-20 06:28 UTC by Xavian-Anderson Macpherson
Modified: 2008-06-03 02:46 UTC (History)
1 user (show)

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


Attachments
All in one file. (deltarpm-3.3-x86_64-config+build-logs_emergeinfo_environment-2008.05.19_23:21:48,135.35 KB, text/plain)
2008-05-20 06:29 UTC, Xavian-Anderson Macpherson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xavian-Anderson Macpherson 2008-05-20 06:28:49 UTC
rpmdumpheader.c:28: error: ‘stderr’ undeclared (first use in this function)
rpmdumpheader.c:29: warning: incompatible implicit declaration of built-in function ‘exit’
rpmdumpheader.c:35: warning: incompatible implicit declaration of built-in function ‘fprintf’
rpmdumpheader.c:36: warning: incompatible implicit declaration of built-in function ‘exit’
rpmdumpheader.c:42: warning: incompatible implicit declaration of built-in function ‘fprintf’
rpmdumpheader.c:43: warning: incompatible implicit declaration of built-in function ‘exit’
rpmdumpheader.c:60: error: ‘RPMTAG_NAME’ undeclared (first use in this function)
rpmdumpheader.c:60: warning: passing argument 3 of ‘rpmtsInitIterator’ makes integer from pointer without a cast
rpmdumpheader.c:60: error: too many arguments to function ‘rpmtsInitIterator’
rpmdumpheader.c:61: error: ‘RPMTAG_EPOCH’ undeclared (first use in this function)
rpmdumpheader.c:61: error: ‘RPMMIRE_STRCMP’ undeclared (first use in this function)
rpmdumpheader.c:61: error: too many arguments to function ‘rpmdbSetIteratorRE’
rpmdumpheader.c:62: error: ‘RPMTAG_VERSION’ undeclared (first use in this function)
rpmdumpheader.c:62: error: too many arguments to function ‘rpmdbSetIteratorRE’
rpmdumpheader.c:63: error: ‘RPMTAG_RELEASE’ undeclared (first use in this function)
rpmdumpheader.c:63: error: too many arguments to function ‘rpmdbSetIteratorRE’
rpmdumpheader.c:64: error: ‘h’ undeclared (first use in this function)
rpmdumpheader.c:66: error: ‘fdo’ undeclared (first use in this function)
rpmdumpheader.c:67: error: ‘HEADER_MAGIC_YES’ undeclared (first use in this function)
rpmdumpheader.c:72: warning: incompatible implicit declaration of built-in function ‘fprintf’
rpmdumpheader.c:75: warning: incompatible implicit declaration of built-in function ‘exit’
rpmdumpheader.c:77: warning: incompatible implicit declaration of built-in function ‘exit’
make: *** [rpmdumpheader.o] Error 1
make: *** Waiting for unfinished jobs....
cc -O2 -pipe -march=opteron   -c -o uncompr.o uncompr.c
cc -O2 -pipe -march=opteron   -c -o deflate.o deflate.c
cc -O2 -pipe -march=opteron   -c -o trees.o trees.c
cc -O2 -pipe -march=opteron   -c -o zutil.o zutil.c
cc -O2 -pipe -march=opteron   -c -o inflate.o inflate.c
cc -O2 -pipe -march=opteron   -c -o infback.o infback.c
cc -O2 -pipe -march=opteron   -c -o inftrees.o inftrees.c
cc -O2 -pipe -march=opteron   -c -o inffast.o inffast.c
ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 
make[1]: Leaving directory `/var/tmp/portage/app-arch/deltarpm-3.3/work/deltarpm-3.3/zlib-1.2.2.f-rsyncable'
 * 
 * ERROR: app-arch/deltarpm-3.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2179:  Called die
 * The specific snippet of code:
 *       emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
 *  The die message:
 *   (no error message)

Shingoshi
Comment 1 Xavian-Anderson Macpherson 2008-05-20 06:29:45 UTC
Created attachment 153715 [details]
All in one file.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-06-03 02:46:56 UTC
WORKSFORME.

%% eix -ec deltarpm
[D] app-arch/deltarpm (3.3@06/02/08 -> ~3.3): tools to create and apply deltarpms

Try turning you MAKEOPTS down, looks like a parallel build problem.

Please leave a message on here if it fixes it or re-open if you still have problems I guess. Thanks for reporting!