Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 234993

Summary: DFB++-1.0 don't rebuild with DirectFB-1.2.2
Product: Gentoo Linux Reporter: Patrick Fourniols <Patrick.Fourniols>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: my emerge --info

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.