Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679800 - x11-wm/e16-1.0.19 : eglx.c:(.text+<snip>): undefined reference to XCompositeNameWindowPixmap
Summary: x11-wm/e16-1.0.19 : eglx.c:(.text+<snip>): undefined reference to XCompositeN...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-08 19:04 UTC by Toralf Förster
Modified: 2019-03-08 20:14 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.41 KB, text/plain)
2019-03-08 19:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,41.57 KB, text/plain)
2019-03-08 19:04 UTC, Toralf Förster
Details
environment (environment,22.75 KB, text/plain)
2019-03-08 19:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.28 KB, application/x-bzip)
2019-03-08 19:04 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.29 KB, application/x-bzip)
2019-03-08 19:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.45 KB, application/x-bzip)
2019-03-08 19:04 UTC, Toralf Förster
Details
x11-wm:e16-1.0.19:20190308-184424.log (x11-wm:e16-1.0.19:20190308-184424.log,90.95 KB, text/plain)
2019-03-08 19:04 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-03-08 19:04:11 UTC
e16-eglx.o: In function `_EGlTextureFromDrawable.part.1':
eglx.c:(.text+0x136): undefined reference to `XCompositeNameWindowPixmap'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:897: e16] Error 1
make[3]: Leaving directory '/var/tmp/portage/x11-wm/e16-1.0.19/work/e16-1.0.19/src'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop_libressl_20190307-214324

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

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

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




emerge -qpvO x11-wm/e16
[ebuild  N    ] x11-wm/e16-1.0.19  USE="dbus dialogs nls opengl pango themes xft xrandr xrender xsm xsync -audiofile -container -debug -doc -examples -gnome -libhack -modules -sndfile -sound -xcomposite -xi2 -xinerama -xpresent -zoom"
Comment 1 Toralf Förster gentoo-dev 2019-03-08 19:04:13 UTC
Created attachment 568222 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-03-08 19:04:16 UTC
Created attachment 568224 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-03-08 19:04:19 UTC
Created attachment 568226 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-03-08 19:04:22 UTC
Created attachment 568228 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-03-08 19:04:24 UTC
Created attachment 568230 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-03-08 19:04:27 UTC
Created attachment 568232 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-03-08 19:04:30 UTC
Created attachment 568234 [details]
x11-wm:e16-1.0.19:20190308-184424.log
Comment 8 Andrew Savchenko gentoo-dev 2019-03-08 19:46:43 UTC
Hi!

This problem was already reported in bug 679746 and was just fixed in the tree via commit 9fff67833610ec044978b8c34e8a1f62d82a0afc.

*** This bug has been marked as a duplicate of bug 679746 ***
Comment 9 Toralf Förster gentoo-dev 2019-03-08 19:54:40 UTC
(In reply to Andrew Savchenko from comment #8)
> Hi!
> 
> This problem was already reported in bug 679746 and was just fixed in the
> tree via commit 9fff67833610ec044978b8c34e8a1f62d82a0afc.
> 
> *** This bug has been marked as a duplicate of bug 679746 ***

Your really sure, that it is fixed ? The bug was closed 12 hours ago (checked it before) and therefore the tinderbox should already have tested the fixed version, or? Or is the tree broken and therefor outdated?
Comment 10 Andrew Savchenko gentoo-dev 2019-03-08 19:59:14 UTC
Ah, sorry, another typo! I shouldn't work that late at night...
Comment 11 Larry the Git Cow gentoo-dev 2019-03-08 20:14:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1779b7710dd22de182b040241171b1b0b2908e

commit 1a1779b7710dd22de182b040241171b1b0b2908e
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2019-03-08 20:09:19 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2019-03-08 20:13:57 +0000

    x11-wm/e16: fix REQUIRED_USE block properly
    
    Commit 9fff67833610ec044978b8c34e8a1f62d82a0afc had not fixed bug
    679746 properly: REQUIRED_USE block was still malformed due to
    typos, so bug 679800 emerged.
    
    Bug: https://bugs.gentoo.org/679746
    Closes: https://bugs.gentoo.org/679800
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 x11-wm/e16/e16-1.0.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)