Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 301078

Summary: media-sound/audacity Needs /usr/share/audacity/help to be created
Product: Gentoo Linux Reporter: James Broadhead <jamesbroadhead>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: minor CC: xmw
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Broadhead 2010-01-15 12:18:18 UTC
Installing recent audacity, each time it is run, it appears with an error popup.

==> Directory '/usr/share/audacity/help' couldn't be created (Error 13: Permission denied)

Creating this dir, then running again gets: 

==> Directory '/usr/share/audacity/help/manual' couldn't be created (Error 13: Permission denied)

Creating both these dirs removes the error. The ebuild should create these dirs. (audacity doesn't actually populate them with anything)


Reproducible: Always
Comment 1 Richard Ash 2010-01-18 22:21:42 UTC
No audacity version given, but this is fixed in Audacity 1.3.10 and later. To get the local manual the ebuild needs a doc useflag adding which pulls down the zipped html manual and installs it.
Comment 2 Arthur D. 2010-04-09 16:19:49 UTC
I got this error in 1.3.8 version. It's the current stable.
Comment 3 Michael Weber (RETIRED) gentoo-dev 2010-05-26 16:56:14 UTC
Please add `dodir /usr/share/audacity/help/manual || die` to the ebuild.
Comment 4 Jeremy Murphy 2010-11-21 09:22:50 UTC
Is this really a bug?  Could someone test and confirm it on the latest version (1.3.12)?  Thanks.
Comment 5 Tim Harder gentoo-dev 2011-08-23 19:01:45 UTC
Closing as per comment #1. I'll probably add a doc use flag and local manual to the next revision.