Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525976 - app-text/libwpd-0.10.0 - ?
Summary: app-text/libwpd-0.10.0 - ?
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 10:32 UTC by Ulenrich
Modified: 2014-10-21 12:17 UTC (History)
0 users

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


Attachments
better-syntax-to-link-tools (file_525976.txt,1.35 KB, text/plain)
2014-10-21 11:12 UTC, Ulenrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulenrich 2014-10-20 10:32:14 UTC
Link error in /usr/bin/ at end of ebuild. The last digit "10" maybe wrong in the ebuild:
--
alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-10]"
--
because that regex isnt possible. changing the ebuild to
---
alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].10"
---
world for me. Perhaps a package version number would work also: ${PN}


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-20 11:07:40 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Ulenrich 2014-10-21 11:12:59 UTC
Created attachment 387126 [details]
better-syntax-to-link-tools

This patch works for me to link then tools in /usr/bin
Comment 3 Ulenrich 2014-10-21 11:18:03 UTC
The relevant build log lines of the emerge with the erroe were the last 5 lines:
>>> /usr/share/doc/libwpd-0.10.0/README.bz2
>>> Safely unmerging already-installed instance...
>>> Original instance of package unmerged safely.
 * Unable to establish //usr/bin/wpd2html symlink
 * Unable to establish //usr/bin/wpd2raw symlink
 * Unable to establish //usr/bin/wpd2text symlink
>>> app-text/libwpd-0.10.0 merged.
>>> Regenerating /etc/ld.so.cache...