Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125533 - sys-app/groff-1.18.1.1 compilation failed with gcc-4.1.0
Summary: sys-app/groff-1.18.1.1 compilation failed with gcc-4.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
: 125559 125660 (view as bug list)
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-08 14:24 UTC by hiyuh
Modified: 2006-04-13 21:35 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emerge-info.log,2.90 KB, text/plain)
2006-03-08 14:25 UTC, hiyuh
Details
A error massage when compiling sys-apps/groff-1.18.1.1 in official portage tree (groff_failed.log,52.48 KB, text/plain)
2006-03-08 14:26 UTC, hiyuh
Details
A patch for sys-apps/groff-1.18.1.1 with gcc-4.1.0 (groff-1.18.1.1_gcc41.patch,630 bytes, patch)
2006-03-08 14:30 UTC, hiyuh
Details | Diff
A new ebuild for sys-apps/groff-1.18.1.1. (groff-1.18.1.1.ebuild,3.16 KB, text/plain)
2006-03-08 14:31 UTC, hiyuh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiyuh 2006-03-08 14:24:55 UTC
It seems one of C++ extra qualification errors.
(I know sys-apps/groff-1.18.1.1 was blamed GLSA 200411-15.
 But some non-English (like Japanese) man-pages require
 <sys-apps/groff-1.19 still now, IIRC.)
Comment 1 hiyuh 2006-03-08 14:25:37 UTC
Created attachment 81728 [details]
emerge --info output
Comment 2 hiyuh 2006-03-08 14:26:49 UTC
Created attachment 81729 [details]
A error massage when compiling sys-apps/groff-1.18.1.1 in official portage tree
Comment 3 hiyuh 2006-03-08 14:30:32 UTC
Created attachment 81730 [details, diff]
A patch for sys-apps/groff-1.18.1.1 with gcc-4.1.0

Plus, additional removing hard-coded 0 as NULL pointer
nearby essential fixing for this compilation error.
Comment 4 hiyuh 2006-03-08 14:31:46 UTC
Created attachment 81732 [details]
A new ebuild for sys-apps/groff-1.18.1.1.
Comment 5 hiyuh 2006-03-08 14:35:01 UTC
And then, I've tried to emerge with -O3, -O2, -O0 instead of -Os.
But any -O? can't help this error.
So, to filter flags without this patch won't resolve, IMHO. 
Comment 6 SpanKY gentoo-dev 2006-03-08 15:19:19 UTC
base-system doesnt support the 1.18.x versions anymore
Comment 7 Mark Loeser (RETIRED) gentoo-dev 2006-03-08 18:56:45 UTC
*** Bug 125559 has been marked as a duplicate of this bug. ***
Comment 8 hiyuh 2006-03-08 19:44:16 UTC
(In reply to comment #6)
> base-system doesnt support the 1.18.x versions anymore
I didn't know that.
It means non-English man-pages are not available at the moment?

Anyway, this patch can help to work-around this compilation problem, IMHO.
"man man" outputs seems O.K.
On the other hand, it means I've not completely test it, though.
Comment 9 Chris White (RETIRED) gentoo-dev 2006-03-09 21:04:35 UTC
*** Bug 125660 has been marked as a duplicate of this bug. ***
Comment 10 Mark Loeser (RETIRED) gentoo-dev 2006-04-13 21:35:50 UTC
Fixed, thanks.