Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Solved: sci-electronics/audmes-2021.11.04::local failed (com
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 223
Location: Zedelgem Belgium

PostPosted: Thu Jan 25, 2024 10:22 am    Post subject: Solved: sci-electronics/audmes-2021.11.04::local failed (com Reply with quote

hi,

Did sucsessfully a update:
Code:
emerge -avuDN --with-bdeps y --keep-going world

after did
Code:
emerge -av --depclean

then
Code:
emerge @preserved-rebuild

during ebuild of audmes; got following error.
Code:
ninja: build stopped: subcommand failed.
 * ERROR: sci-electronics/audmes-2021.11.04::local failed (compile phase):
 *   ninja -v -j40 -l0 failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 2155:  Called cmake_src_compile
 *   environment, line  903:  Called cmake_build
 *   environment, line  870:  Called eninja
 *   environment, line 1341:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=sci-electronics/audmes-2021.11.04::local'`,
 * the complete build log and the output of `emerge -pqv '=sci-electronics/audmes-2021.11.04::local'`.
 * The complete build log is located at '/var/tmp/portage/sci-electronics/audmes-2021.11.04/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-electronics/audmes-2021.11.04/temp/environment'.
 * Working directory: '/var/tmp/portage/sci-electronics/audmes-2021.11.04/work/audmes-2021.11.04_build'
 * S: '/var/tmp/portage/sci-electronics/audmes-2021.11.04/work/audmes-2021.11.04'

output of `emerge --info '=sci-electronics/audmes-2021.11.04::local'`
https://bpa.st/WGBQ
output of `emerge -pqv '=sci-electronics/audmes-2021.11.04::local'`
Code:
[ebuild   R   ] sci-electronics/audmes-2021.11.04

buildlog: https://bpa.st/5YUQ


Last edited by linux_os2 on Thu Jan 25, 2024 12:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Thu Jan 25, 2024 10:39 am    Post subject: Reply with quote

Moved from Portage & Programming to Unsupported Software.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Thu Jan 25, 2024 10:46 am    Post subject: Reply with quote

Try to add #include <stdint.h> in RWAudio_IO.cpp file.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 223
Location: Zedelgem Belgium

PostPosted: Thu Jan 25, 2024 12:29 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Try to add #include <stdint.h> in RWAudio_IO.cpp file.

Thanks a lot

Patched with
Code:
--- a/RWAudio_IO.h
+++ b/RWAudio_IO.h
@@ -25,6 +25,7 @@
 #define RWAUDIO_IO_H
 
 #include <rtaudio/RtAudio.h>
+#include <stdint.h>
 
 struct RWAudioDevList {
   std::vector<RtAudio::DeviceInfo> card_info;


audmes was successfully build
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum