Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem emerging audacity[solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1523

PostPosted: Wed May 23, 2018 9:59 am    Post subject: problem emerging audacity[solved] Reply with quote

I'm unable to emerge audacity:

Code:

g50-80 ~ # emerge -pqv '=media-sound/audacity-2.1.3-r1::gentoo'
 * Last emerge --sync was 38d 23h 49m 17s ago.

 * IMPORTANT: 13 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
[ebuild  N    ] media-sound/audacity-2.1.3-r1  USE="alsa ffmpeg id3tag -doc -flac -jack -ladspa -lame -libav -lv2 -mad -midi -nls -portmixer -sbsms -soundtouch -twolame -vamp -vorbis -vst" CPU_FLAGS_X86="sse"

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.



emerge --info '=media-sound/audacity-2.1.3-r1::gentoo':
https://pastebin.com/wPvxazY6
build log:
https://pastebin.com/YwqLFu5H


Last edited by Adel Ahmed on Wed May 23, 2018 11:31 am; edited 1 time in total
Back to top
View user's profile Send private message
Dominique_71
Veteran
Veteran


Joined: 17 Aug 2005
Posts: 1877
Location: Switzerland (Romandie)

PostPosted: Wed May 23, 2018 10:28 am    Post subject: Reply with quote

It look like audacity is looking for the portmixer stuff. You should try to merge it with USE=portmixer. You can also update world as suggested by portage, and if the issue remean, report it as a bug.
_________________
"Confirm You are a robot." - the singularity
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Wed May 23, 2018 11:00 am    Post subject: Reply with quote

Please look at the IUSE variable in media-sound/audacity-2.1.3-r1.ebuild:

Code:
IUSE="alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav
      +lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis +vst"

USE flags that start with a '+' are default USE flags. Developers think that the package should be built with those USE flags.

You disabled most of those 'default' USE flags. There's nothing wrong with that - but are you really surprised that you can't build the package?

Please try to build audacity with default USE flags. If that works and if you really want to disable some of the default USE flags: disable them - one after the other - and test which of the default USE flags are safe to remove and which cause emerge errors.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1523

PostPosted: Wed May 23, 2018 11:30 am    Post subject: Reply with quote

Correct, thank you both, I needed to add the portmixer and midi flags.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Wed May 23, 2018 11:35 am    Post subject: Reply with quote

It's a audacity bug, try the proposed patch
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1523

PostPosted: Thu May 24, 2018 1:58 pm    Post subject: Reply with quote

Thanks I will
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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