Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131831 - media-video/gephex-0.4.3 GCC4 patch
Summary: media-video/gephex-0.4.3 GCC4 patch
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords:
: 134426 (view as bug list)
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-04-30 14:47 UTC by Pascal Martineau
Modified: 2023-07-16 06:43 UTC (History)
2 users (show)

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


Attachments
gephex-0.4.3-gcc4.patch (gephex-0.4.3-gcc4.patch,1.99 KB, patch)
2006-04-30 15:44 UTC, Pascal Martineau
Details | Diff
Overlay ebuild (gephex-0.4.3-r1.ebuild,1.53 KB, patch)
2006-04-30 15:45 UTC, Pascal Martineau
Details | Diff
Same patch with ffmpeg support :) (gephex-0.4.3-gcc4.patch,6.65 KB, patch)
2006-04-30 17:38 UTC, Pascal Martineau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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