Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704616 - media-sound/mixxx-2.2.3 - ERROR:root:Unmet dependency: Did not find GLU development files
Summary: media-sound/mixxx-2.2.3 - ERROR:root:Unmet dependency: Did not find GLU devel...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-03 00:39 UTC by CaptainBlood
Modified: 2020-02-13 23:20 UTC (History)
0 users

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


Attachments
mixxx-2.2.3 build failure without media-libs/glu installed (media-sound:mixxx-2.2.3:20200103-101635.log,6.17 KB, text/plain)
2020-01-03 10:31 UTC, CaptainBlood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CaptainBlood 2020-01-03 00:39:08 UTC
package has no dependancy on virtual/glu

Reproducible: Always

Steps to Reproduce:
Desinstall virtual/glu
Install any version of mixxx.
Actual Results:  
Build fails.

Expected Results:  
ebuild should require virtual/glu.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-03 09:38:37 UTC
How is it that you repeatedly fail to report what package you have an issue with?
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-03 09:40:48 UTC
Please show the commands and their outputs for each of your steps to reproduce.
Comment 3 CaptainBlood 2020-01-03 10:31:10 UTC
Created attachment 602394 [details]
mixxx-2.2.3 build failure without media-libs/glu installed

eix media-libs/glu
* media-libs/glu
     Available versions:  9.0.1 **9999*l {static-libs ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64 lp64d" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Homepage:            https://gitlab.freedesktop.org/mesa/glu
     Description:         The OpenGL Utility Library
-------------------------------------------------------------------------------
How to reproduce:
1) quickpkg --include-config y media-libs/glu #if installed
2) emerge -C media-libs/glu # if installed
3) emerge media-sound/mixxx
4) emerge -1 -K media-libs/glu # to restore if previously installed; see 1) & 2)
-------------------------------------------------------------------------------
Comment 4 Larry the Git Cow gentoo-dev 2020-02-13 23:20:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdb3b2fa3861ca76c7481192e33e4fce7c2ddde

commit 5bdb3b2fa3861ca76c7481192e33e4fce7c2ddde
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-02-13 23:15:27 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-02-13 23:19:28 +0000

    media-sound/mixxx: Add missing dependency
    
    Closes: https://bugs.gentoo.org/704616
    Package-Manager: Portage-2.3.88, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-sound/mixxx/mixxx-2.2.3-r2.ebuild | 138 ++++++++++++++++++++++++++++++++
 media-sound/mixxx/mixxx-9999.ebuild     |   6 +-
 2 files changed, 141 insertions(+), 3 deletions(-)