Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274893 - emerge cdparanoia-3.10.2-r3 complains about missing files
Summary: emerge cdparanoia-3.10.2-r3 complains about missing files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-21 01:37 UTC by Joel Koglin
Modified: 2009-06-21 02:21 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 Joel Koglin 2009-06-21 01:37:06 UTC
When emerging cdparanoia-3.10.2-r3 this error occurs
In file included from main.c:35:
paranoia/cdda_paranoia.h:42:28: error: cdda_interface.h: No such file or directory

Reproducible: Always

Steps to Reproduce:
1. emerge =media-sound/cdparanoia-3.10.2-r3

I got to to work by doing this:
1. cd /var/tmp/portage/media-sound/cdparanoia-3.10.2-r3/work/cdparanoia-III-10.2/paranoia
2.vi cdda_paranoia.h
3.remove the second include line that says #include <cdda_interface.h>
4. cd ..
5. make all
Actual Results:  
make[1]: Entering directory `/var/tmp/portage/media-sound/cdparanoia-3.10.2-r3/work/cdparanoia-III-10.2'
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -fomit-frame-pointer -I../interface -c main.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -fomit-frame-pointer -I../interface -c report.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -fomit-frame-pointer -I../interface -c header.c
In file included from main.c:35:
paranoia/cdda_paranoia.h:42:28: error: cdda_interface.h: No such file or directory
make[1]: *** [main.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/media-sound/cdparanoia-3.10.2-r3/work/cdparanoia-III-10.2'
make: *** [all] Error 2
 *
 * ERROR: media-sound/cdparanoia-3.10.2-r3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3216:  Called die
 * The specific snippet of code:
 *       emake OPT="${CFLAGS}" || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-sound/cdparanoia-3.10.2-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-sound/cdparanoia-3.10.2-r3/temp/environment'.
 *

>>> Failed to emerge media-sound/cdparanoia-3.10.2-r3, Log file:

>>>  '/var/tmp/portage/media-sound/cdparanoia-3.10.2-r3/temp/build.log'


I think it should be of a higher than normal priority as there are no other ebuilds for this app.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-06-21 02:21:32 UTC
Yes, sorry -- my fault, as I didn't notice this until emerge -C cdparanoia
(as in removing it first) and emerge -av cdparanoia. Fixed now, sync in a hour or so..