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

Bug 131831

Summary: media-video/gephex-0.4.3 GCC4 patch
Product: Gentoo Linux Reporter: Pascal Martineau <pa55e_p0il>
Component: [OLD] GCC PortingAssignee: Joerg Bornkessel (RETIRED) <hd_brummy>
Status: RESOLVED NEEDINFO    
Severity: normal CC: media-video, rhill
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 117482    
Attachments: gephex-0.4.3-gcc4.patch
Overlay ebuild
Same patch with ffmpeg support :)

Description Pascal Martineau 2006-04-30 14:47:07 UTC
Multiple errors similar to this : model.h:238: error: extra qualification.

Simply removing the offending Model:: in model.h is sufficient for a successful Gephex build (without ffmpeg though.. that's another story).

There are issues in engine/src/model.h and base/src/utils/structscanner.h
Comment 1 Pascal Martineau 2006-04-30 15:44:45 UTC
Created attachment 85864 [details, diff]
gephex-0.4.3-gcc4.patch
Comment 2 Pascal Martineau 2006-04-30 15:45:55 UTC
Created attachment 85865 [details, diff]
Overlay ebuild
Comment 3 Pascal Martineau 2006-04-30 15:46:56 UTC
Everything works fine here ! Woohoo !!!
Comment 4 Pascal Martineau 2006-04-30 17:38:14 UTC
Created attachment 85889 [details, diff]
Same patch with ffmpeg support :)
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-05-26 08:24:45 UTC
*** Bug 134426 has been marked as a duplicate of this bug. ***
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2006-08-16 21:49:07 UTC
any progress on this?  this is blocking GCC 4.1 stablization.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-10-15 17:21:24 UTC
So, anyone to apply the patch?
Comment 8 Joerg Bornkessel (RETIRED) gentoo-dev 2006-10-16 12:32:00 UTC
will fix the gcc-4.x issues,
at first

@Pascal Martineau

from where ist the ffmpeg patch?
./configure --help shows me:
--with-FFMPEG           Turn on FFMPEG support (default=yes).
looks like ffmpeg support is in the sources but not supported by ebuild
 
should it be enough to enable ffmpeg by use-flag in the ebuild, also add ffmepg to DEPEND ?

<snipp>
`use_with png LIBPNG` \
`use_with mpeg MPEG3` \
`use_with ffmpeg FFMPEG`
</snapp>

can you test this on your local system?  
Comment 9 Joerg Bornkessel (RETIRED) gentoo-dev 2006-10-19 06:43:46 UTC
@ Pascal
can you add please a diff for the ffmpeg problems only.
and please write some lines where is exactly the Problem with ffmpeg