| Summary: | app-text/libwpd-0.10.0 - ? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ulenrich <ulenrich> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | better-syntax-to-link-tools | ||
1) Please post your `emerge --info' output in a comment. 2) Please attach the entire build log to this bug report. Created attachment 387126 [details]
better-syntax-to-link-tools
This patch works for me to link then tools in /usr/bin
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... |
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