Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234993 - DFB++-1.0 don't rebuild with DirectFB-1.2.2
Summary: DFB++-1.0 don't rebuild with DirectFB-1.2.2
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-17 08:44 UTC by Patrick Fourniols
Modified: 2008-08-17 18:58 UTC (History)
0 users

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


Attachments
my emerge --info (info.txt,4.71 KB, text/plain)
2008-08-17 08:47 UTC, Patrick Fourniols
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Fourniols 2008-08-17 08:44:21 UTC
update world
emerge @preserved-rebuild
...
cpp  -fPIC -DPIC -o .libs/dfb++.o
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_REENTRANT -I/usr/include/directfb -Wall -march=i686 -O2 -pipe -MT idirectfb.lo -MD -MP -MF .deps/idirectfb.Tpo -c idirectfb.cpp  -fPIC -DPIC -o .libs/idirectfb.o
idirectfbdatabuffer.cpp: In member function 'IDirectFBDataBuffer* IDirectFBDataBuffer::AddRef()':
idirectfbdatabuffer.cpp:40: error: cannot convert 'DirectResult' to 'DFBResult' in initialization
idirectfbdatabuffer.cpp: In member function 'void IDirectFBDataBuffer::Release()':
idirectfbdatabuffer.cpp:49: error: cannot convert 'DirectResult' to 'DFBResult' in initialization
make[2]: *** [idirectfbdatabuffer.lo] Erreur 1
make[2]: *** Attente des tâches non terminées....
idirectfb.cpp: In member function 'IDirectFB* IDirectFB::AddRef()':
idirectfb.cpp:40: error: cannot convert 'DirectResult' to 'DFBResult' in initialization
idirectfb.cpp: In member function 'void IDirectFB::Release()':
idirectfb.cpp:49: error: cannot convert 'DirectResult' to 'DFBResult' in initialization
make[2]: *** [idirectfb.lo] Erreur 1
make[2]: quittant le répertoire « /var/tmp/portage/dev-libs/DFB++-1.0.0/work/DFB++-1.0.0/dfb++ »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /var/tmp/portage/dev-libs/DFB++-1.0.0/work/DFB++-1.0.0 »
make: *** [all] Erreur 2
 * 
 * ERROR: dev-libs/DFB++-1.0.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line   82:  Called _eapi0_src_compile
 *               ebuild.sh, line  604:  Called _eapi2_src_compile
 *               ebuild.sh, line  638:  Called die
 * The specific snippet of code:
 *   		emake || die "emake failed"
 *  The die message:
 *   emake failed
 * 


Reproducible: Always

Steps to Reproduce:
1.emerge @preserved-rebuild
2.
3.
Comment 1 Patrick Fourniols 2008-08-17 08:47:37 UTC
Created attachment 163103 [details]
my emerge --info
Comment 2 Michal Kurgan (RETIRED) gentoo-dev 2008-08-17 18:58:56 UTC
Could you attach 'build.log' and 'config.log'?
Could you be more specific in Summary and Description? You mean that dev-libs/DFB++-1.0.0 failed to compile with command 'emerge @preserved-rebuild' after upgrading to dev-libs/DirectFB-1.2.2?

Please reopen with this information.