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"
Created attachment 581818 [details] emerge-info.txt
Created attachment 581820 [details] app-editors:xemacs-21.5.34-r4:20190702-194555.log
Created attachment 581822 [details] emerge-history.txt
Created attachment 581824 [details] environment
Created attachment 581826 [details] etc.portage.tbz2
Created attachment 581828 [details] logs.tbz2
Created attachment 581830 [details] temp.tbz2
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(-)
The xemacs-21.5.34-r4.ebuild has been updated so that libneXtaw is found if use flags neXt is set.