Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75164 - app-emulation/vice-1.14-r1 won't build using gcc 3.4.x
Summary: app-emulation/vice-1.14-r1 won't build using gcc 3.4.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Games
URL: http://lists.freebsd.org/pipermail/fr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 04:07 UTC by Wulf Krueger (RETIRED)
Modified: 2005-04-23 18:20 UTC (History)
0 users

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


Attachments
Patch for Vice 1.14 to make it compilable with gcc 3.4.x (vice_gcc34.patch,3.58 KB, patch)
2004-12-21 04:10 UTC, Wulf Krueger (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wulf Krueger (RETIRED) gentoo-dev 2004-12-21 04:07:35 UTC
If you try to build Vice 1.14(-r1) using gcc 3.4.x the compilation process will fail due to several incompatible declarations. 
To solve this problem the patch found at the above-mentioned URL needs to be applied.

This problem is not Gentoo-specific but should be addressed.
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2004-12-21 04:10:31 UTC
Created attachment 46536 [details, diff]
Patch for Vice 1.14 to make it compilable with gcc 3.4.x

Added the patch itself in case the URL becomes unreachable or whatever.
Comment 2 Robert R. Richter 2005-01-26 15:18:10 UTC
Why is this patch not in portage yet ??
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2005-01-26 16:34:55 UTC
Because you haven't added it yet?

Remember that just like everyone else, we have lives of our own.  Also, we prioritize things.  This is now in my priority list, as #68.  This means there are 68 other *games* things in my personal queue before I get to this.

On top of that, I am also the lead for Release Engineering, and we're nearing a release, which means that release stuff comes before any and all games stuff.

Have patience, we'll get to this as soon as we can.  Badgering us about it won't get it done any quicker.
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2005-02-11 14:32:23 UTC
I'm sorry to report that your patch does not apply for me, although I can confirm that the program will not compile under GCC 3.4.
Please feel free to reopen this bug report if you attach a rediffed patch, and I will try to add it to portage again. Thank you for your efforts so far.

patching file src/via.h
Hunk #1 FAILED at 153.
Hunk #2 FAILED at 138.
Hunk #3 FAILED at 46.
Hunk #4 FAILED at 47.
Hunk #5 FAILED at 41.
5 out of 5 hunks FAILED -- saving rejects to file src/via.h.rej

Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2005-02-11 15:56:21 UTC
you see nothing...
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2005-02-11 21:52:15 UTC
please try 1.16 and let me know if it builds for you.
Comment 7 Wulf Krueger (RETIRED) gentoo-dev 2005-02-12 10:15:40 UTC
1.16 builds nicely using:

gcc version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7)

Thanks, Mr. Bones. I consider this problem fixed since the successor version builds perfectly.

Tony Vroon: I'm sorry but I got 1.14 compiled using the patch I supplied. Maybe I changed a line or two but if I could do that I guess you could have done it, too.