Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951204 - media-sound/mixxx-2.5.0::gentoo fails to build - missing hard dependency!
Summary: media-sound/mixxx-2.5.0::gentoo fails to build - missing hard dependency!
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-12 15:45 UTC by Wojciech Arabczyk
Modified: 2025-03-13 02:57 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Arabczyk 2025-03-12 15:45:58 UTC
CMake Error at CMakeLists.txt:3706 (message):
  ms-gsl development headers (libmsgsl-dev) not found


-- Configuring incomplete, errors occurred!
 * ERROR: media-sound/mixxx-2.5.0::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_configure
 *   environment, line 1851:  Called cmake_src_configure
 *   environment, line  902:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";

--- 

After installing dev-cpp/ms-gsl manually the build works.
Comment 1 jospezial 2025-03-12 23:35:50 UTC
The ebuilds depend on dev-cpp/ms-gsl.
Why was it not installed as dep with mixxx?
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-03-12 23:38:55 UTC
Agree, it sounds wrong. Please also share the full build.log and emerge --info.
Comment 3 Wojciech Arabczyk 2025-03-13 00:10:22 UTC
Interestingly, after uninstalling both via emerge --depclean, now it resolves properly… i'm puzzled. Can't reproduce anymore. Closing as invalid.