Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 752042 - media-sound/cadence compile crashes due to missing header file
Summary: media-sound/cadence compile crashes due to missing header file
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
: 880163 (view as bug list)
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2020-10-31 17:32 UTC by wolfgang
Modified: 2024-01-14 20:58 UTC (History)
5 users (show)

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


Attachments
portage build log (cadence_build.log,9.91 KB, text/x-log)
2020-10-31 17:32 UTC, wolfgang
Details
Build log from a failed build (file_752042.txt,11.29 KB, text/plain)
2022-02-22 11:20 UTC, Emily Rowlands
Details
build.log (media-sound/cadence-0.9.2) (build.log,10.01 KB, text/x-log)
2022-06-20 10:40 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolfgang 2020-10-31 17:32:09 UTC
Created attachment 669443 [details]
portage build log

Attached in the build log from portage.

Digging in to the makefile in c++/xycontroller/Makefile, the issue may be the relative path used on line 48. I can play around with this a bit, but wanted to post this bug to see if anyone else is having this issue.
Comment 1 wolfgang 2020-10-31 17:47:57 UTC
I tried re-emerging and this time it went fine.

I think perhaps the initial error was due to trying to emerge cadence while some other jack-related emerges were going on, though it doesn't entirely make sense to me...
Comment 2 Emily Rowlands 2022-02-22 11:20:58 UTC
Created attachment 765636 [details]
Build log from a failed build

I am also having this issue. The problem goes away permanently when MAKEOPTS=-j1 is used, but it crops up again when larger -j values are used.
Comment 3 Dennis Schridde 2022-06-20 10:40:21 UTC
Created attachment 786404 [details]
build.log (media-sound/cadence-0.9.2)

Still a problem with media-sound/cadence-0.9.2.
Comment 4 Miroslav Šulc gentoo-dev 2022-06-24 16:30:15 UTC
my command for compilation is pretty the same and cadence compiles fine for me, but i have -march=native and an intel amd64 cpu:

c++ -c xycontroller.cpp -O3 -ffast-math -Wall -Wextra -DNDEBUG -fPIC -std=c++0x -march=native -O2 -pipe -frecord-gcc-switches -DQT_NO_DEBUG -DQT_NO_DEBUG_STREAM -DQT_NO_DEBUG_OUTPUT -I../widgets -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_GUI_LIB -DQT_CORE_LIB  -o xycontroller.o

the file that cannot be found is part of the cadence sources:

/var/tmp/portage/media-sound/cadence-0.9.2/work/Cadence-0.9.2/c++/xycontroller/ui_xycontroller.h
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-07 10:36:59 UTC
*** Bug 880163 has been marked as a duplicate of this bug. ***
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-14 20:58:43 UTC
(In reply to Miroslav Šulc from comment #4)
> my command for compilation is pretty the same and cadence compiles fine for
> me, but i have -march=native and an intel amd64 cpu:

right, it's a race condition, you might be able to hit it with make --shuffle, or a user might, then can try make --shuffle=SEED to reproduce