Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397801 - app-office/scribus-1.4.0 can't find local manual
Summary: app-office/scribus-1.4.0 can't find local manual
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on: 399595
Blocks:
  Show dependency tree
 
Reported: 2012-01-05 20:46 UTC by Chris Mayo
Modified: 2012-01-22 13:01 UTC (History)
2 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 Chris Mayo 2012-01-05 20:46:56 UTC
Pressing F1 in scribus-1.4.0 gives "Sorry, no manual is installed!" when installed with LINGUAS="en_GB".

Doing an strace reveals:
stat("/usr/share/doc/scribus-1.4.0/en/menu.xml", 0x7fff8c5c7a40) = -1 ENOENT (No such file or directory)


$ ls /usr/share/doc/scribus-1.4.0/
AUTHORS.bz2    ChangeLogSVN  it         PACKAGING.bz2  TRANSLATION.bz2
BUILDING.bz2   en.bz2        LINKS.bz2  README.bz2
ChangeLog.bz2  html


Italian docs installed in top level (when English are under html). I guess because of scribus/doc/CMakeLists.txt:
ADD_SUBDIRECTORY(en)
ADD_SUBDIRECTORY(it)

and an en.bz2 linking to html.bz2 (which does not exist).
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-01-09 11:36:17 UTC
okay I understand, that there might be some enhancement to do. I will look into it, but it might take a week or so. Please try to use the web mean while
http://wiki.scribus.net/canvas/Scribus
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-01-22 13:01:43 UTC
Please sync later and try again. Should work now.

+  22 Jan 2012; Justin Lecher <jlec@gentoo.org> scribus-1.4.0.ebuild:
+  Don't compress the help file symlink with temporary workaround from #399595,
+  #397801
+