Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142988 - dev-libs/libcdio-0.73 fails to compile
Summary: dev-libs/libcdio-0.73 fails to compile
Status: RESOLVED DUPLICATE of bug 136890
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-06 08:52 UTC by Calvin Walton
Modified: 2006-08-06 09:31 UTC (History)
0 users

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


Attachments
emerge --info (emergeinfo,3.60 KB, text/plain)
2006-08-06 08:53 UTC, Calvin Walton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Walton 2006-08-06 08:52:55 UTC
Run emerge =dev-libs/libcdio-0.73

This package fails to compile on amd64 with either the stable (3.4.6) or unstable (4.1.1) gcc versions. I don't know if this problem also occurs on x86, it may.

Produces the following output:
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib/driver -I../include/        -mtune=k8 -march=k8 -fomit-frame-pointer -O2 -pipe -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -c cddb.c
cddb.c: In function 'init_cddb':
cddb.c:120: error: dereferencing pointer to incomplete type
cddb.c:124: error: dereferencing pointer to incomplete type
make[3]: *** [cddb.o] Error 1

Emerge info is attached.
Comment 1 Calvin Walton 2006-08-06 08:53:36 UTC
Created attachment 93590 [details]
emerge --info
Comment 2 Calvin Walton 2006-08-06 08:56:19 UTC
Just a note, this only occurs with the stable version libcdio-0.73 - The ~amd64 version libcdio-0.77 compiles fine.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-06 09:31:38 UTC

*** This bug has been marked as a duplicate of 136890 ***