Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679746 - x11-wm/e16 USE=-xcomposite - ld: e16-eglx.o: in function `_EGlTextureFromDrawable.part.1': eglx.c:(.text+0x136): undefined reference to `XCompositeNameWindowPixmap'
Summary: x11-wm/e16 USE=-xcomposite - ld: e16-eglx.o: in function `_EGlTextureFromDraw...
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 08:41 UTC by Joonas Niilola
Modified: 2019-03-09 07:35 UTC (History)
1 user (show)

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


Attachments
build.log (e16.build.log,97.48 KB, text/plain)
2019-03-08 08:41 UTC, Joonas Niilola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Niilola gentoo-dev 2019-03-08 08:41:00 UTC
Created attachment 568164 [details]
build.log

See the attachment. Builds fine when USE="xcomposite" is enabled.
Comment 1 Larry the Git Cow gentoo-dev 2019-03-08 11:46:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fff67833610ec044978b8c34e8a1f62d82a0afc

commit 9fff67833610ec044978b8c34e8a1f62d82a0afc
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2019-03-08 11:39:57 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2019-03-08 11:46:18 +0000

    x11-wm/e16: fix typo in REQUIRED_USE
    
    Closes: https://bugs.gentoo.org/679746
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Andrew Savchenko gentoo-dev 2019-03-08 11:50:12 UTC
Glx support requires compositing to be enabled. The constraint was already there in REQUIRED_USE, but with a typo :/
Comment 3 Andrew Savchenko gentoo-dev 2019-03-08 19:46:43 UTC
*** Bug 679800 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2019-03-08 20:14:09 UTC
The bug has been referenced in 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(-)
Comment 5 Joonas Niilola gentoo-dev 2019-03-09 07:35:33 UTC
Heh, I even took a look at the ebuild and didn't notice those typos ;)

works now, thanks!