Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4067 - XEmacs configuration failure: -z nocombreloc
Summary: XEmacs configuration failure: -z nocombreloc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-23 15:48 UTC by Robert Coie (RETIRED)
Modified: 2006-02-04 06:03 UTC (History)
0 users

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


Attachments
xemacs-21.4.8-r1.ebuild patch (pfo,289 bytes, patch)
2002-06-23 15:50 UTC, Robert Coie (RETIRED)
Details | Diff
combreloc-gentoo-ppc.patch (combreloc-gentoo-ppc.patch,1.01 KB, patch)
2002-06-23 15:53 UTC, Robert Coie (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Coie (RETIRED) gentoo-dev 2002-06-23 15:48:54 UTC
The configuration script for XEmacs fails on the PPC architecture with
the "-z nocombreloc" flag being misinterpreted as a file to compile, which
manifests itself as an inability to find the X11 libraries.
Comment 1 Robert Coie (RETIRED) gentoo-dev 2002-06-23 15:50:38 UTC
Created attachment 1719 [details, diff]
xemacs-21.4.8-r1.ebuild patch

This patch simply adds a step to the unpack stage that applies the combreloc
patch.
Comment 2 Robert Coie (RETIRED) gentoo-dev 2002-06-23 15:53:03 UTC
Created attachment 1720 [details, diff]
combreloc-gentoo-ppc.patch

This patch should fix the configuration and build problem.  To avoid
adding complication, both configure.in and configure are patched here.
An alternative would be to patch only configure.in and run autoconf in
the compile stage, which would require a build dependency on autoconf 2.13.
Comment 3 Robert Coie (RETIRED) gentoo-dev 2002-06-23 15:54:03 UTC
The combreloc-gentoo-ppc patch appears not to cause problems on the x86
architecture.
Comment 4 Mark Guertin 2002-06-26 12:42:03 UTC
Patch is applied, test on both arches and comittied to CVS, thanks Robert
(the patch only applies if you are on PPC in the updated build btw)