Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#31945 - [wt] package missing dependency to libharu
Attached to Project:
Community Packages
Opened by Janne Rönkkö (jroo) - Sunday, 14 October 2012, 07:30 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 24 November 2012, 02:03 GMT
Opened by Janne Rönkkö (jroo) - Sunday, 14 October 2012, 07:30 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 24 November 2012, 02:03 GMT
|
DetailsSummary and Info:
libharu is not listed as dependency for wt Steps to Reproduce: 1. Remove libharu and wt if installed 2. Install wt 3. Compile the following program using 'g++ program.cpp -o program -lwt -lwthttp' int main() { return 0;} 4. run program: ./program The result is: ./program: error while loading shared libraries: libhpdf-2.2.1.so: cannot open shared object file: No such file or directory Installing libharu fixes the issue. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Saturday, 24 November 2012, 02:03 GMT
Reason for closing: Fixed
Additional comments about closing: libharu now dep
Saturday, 24 November 2012, 02:03 GMT
Reason for closing: Fixed
Additional comments about closing: libharu now dep
If I recall right the build process of Wt detects libharu automatically and enabdes WPdfImage when libharu has been found.
My example is a bit flawed as in reality the program does not even link. The reason the steps are a bit incorrect is that I compiled the example program when I had libharu installed.
Please try the steps to reproduce I defined in the original bug report. The g++ command will fail with an error something like this:
/usr/bin/ld: warning: libhpdf-2.2.1.so, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libwt.so, not found (try using -rpath or -rpath-link)
If I recall right the build process of Wt detects libharu automatically and enabdes WPdfImage when libharu has been found.
My example is a bit flawed as in reality the program does not even link. The reason the steps are a bit incorrect is that I compiled the example program when I had libharu installed.
Please try the steps to reproduce I defined in the original bug report. The g++ command will fail with an error something like this:
/usr/bin/ld: warning: libhpdf-2.2.1.so, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libwt.so, not found (try using -rpath or -rpath-link)
If I recall right the build process of Wt detects libharu automatically and enabdes WPdfImage when libharu has been found.
My example is a bit flawed as in reality the program does not even link. The reason the steps are a bit incorrect is that I compiled the example program when I had libharu installed.
Please try the steps to reproduce I defined in the original bug report. The g++ command will fail with an error something like this:
/usr/bin/ld: warning: libhpdf-2.2.1.so, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libwt.so, not found (try using -rpath or -rpath-link)