Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689176 - app-editors/xemacs-21.5.34-r4 : Error: Could not find a suitable Athena library to build with.
Summary: app-editors/xemacs-21.5.34-r4 : Error: Could not find a suitable Athena libra...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XEmacs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-02 20:13 UTC by Toralf Förster
Modified: 2019-07-12 20:38 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.63 KB, text/plain)
2019-07-02 20:13 UTC, Toralf Förster
Details
app-editors:xemacs-21.5.34-r4:20190702-194555.log (app-editors:xemacs-21.5.34-r4:20190702-194555.log,13.88 KB, text/plain)
2019-07-02 20:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,45.19 KB, text/plain)
2019-07-02 20:13 UTC, Toralf Förster
Details
environment (environment,93.91 KB, text/plain)
2019-07-02 20:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.38 KB, application/x-bzip)
2019-07-02 20:14 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,16.32 KB, application/x-bzip)
2019-07-02 20:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.31 KB, application/x-bzip)
2019-07-02 20:14 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-07-02 20:13:50 UTC
checking for X11/neXtaw/ThreeD.h... yes
checking for Xm/Xm.h... (cached) no
Error: Could not find a suitable Athena library to build with.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-editors/xemacs-21.5.34-r4/work/xemacs-21.5.34/config.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop-gnome-systemd_libressl_20190701-132040

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO app-editors/xemacs
[ebuild  N    ] app-editors/xemacs-21.5.34-r4  USE="X alsa berkdb freewnn gdbm gif gpm jpeg ldap libressl neXt png tiff -Xaw3d -athena -canna -debug -dnd -eolconv -motif -mule -nas -pop -postgres -xface -xft -xim"
Comment 1 Toralf Förster gentoo-dev 2019-07-02 20:13:53 UTC
Created attachment 581818 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-02 20:13:56 UTC
Created attachment 581820 [details]
app-editors:xemacs-21.5.34-r4:20190702-194555.log
Comment 3 Toralf Förster gentoo-dev 2019-07-02 20:13:59 UTC
Created attachment 581822 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-02 20:14:02 UTC
Created attachment 581824 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-02 20:14:07 UTC
Created attachment 581826 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-02 20:14:10 UTC
Created attachment 581828 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-02 20:14:12 UTC
Created attachment 581830 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-07-09 08:25:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db8cd966b9535468497485a2075b031549aac0a

commit 2db8cd966b9535468497485a2075b031549aac0a
Author:     Mats Lidell <matsl@gentoo.org>
AuthorDate: 2019-07-09 08:16:51 +0000
Commit:     Mats Lidell <matsl@gentoo.org>
CommitDate: 2019-07-09 08:16:51 +0000

    app-editors/xemacs: Fix configure problem
    
    libneXtaw was not found. This was caused by libs not being linked in
    the right order which is required when '--as-needed' is used.
    
    Bug: https://bugs.gentoo.org/689176
    Package-Manager: Portage-2.3.67, Repoman-2.3.16
    Signed-off-by: Mats Lidell <matsl@gentoo.org>
    Package-Manager: Portage-2.3.67, Repoman-2.3.16

 .../xemacs/files/xemacs-21.5.34-as-needed.patch    | 25 ++++++++++++++++++++++
 app-editors/xemacs/xemacs-21.5.34-r4.ebuild        |  3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)
Comment 9 Mats Lidell gentoo-dev 2019-07-12 20:38:26 UTC
The xemacs-21.5.34-r4.ebuild has been updated so that libneXtaw is found if use flags neXt is set.