Custom Query (16363 matches)
Results (181 - 183 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #11 | fixed | ./configure doesn't found XCursor lib | ||
| Description |
because it tries to compile the test without -L/usr/X11/lib flag and it fails. |
|||
| #18722 | fixed | ./configure: Spaces in LD_LIBRARY_PATH should be : (colons) -> fixed after July 18 2019 | ||
| Description |
I have a separate locally build Qt, so when I configure I say PKG_CONFIG_PATH=.../qt/pkgconfig LD_LIBRARY_PATH=.../qt/lib ./configure ... On line 1525 of ./configure LIBQT5="-L$LIBDIR5 $LIBQT5" LIBQT5 is set to a value vith spaces in in (since LIBQT5 already has a value from pkgconfig in the line before). LIBQT5 is then processed by strip_L and passed to test_execute_path. strip_L does not remove the embedded space. The value is then used for LD_LIBRARY_PATH which now has a space as separator, not a colon. Execution fails, causing configure to fail to recognize my local Qt installation. My quick fix was (line 1529): test_execute_path "`strip_L "$LIBQT5"|sed 's/ /:/g'`" nofatal .... Source file is VirtualBox-6.0.8.tar.bz2 |
|||
| #8421 | fixed | .desktop file missing trailing semicolon in MimeType line | ||
| Description |
$ kbuildsycoca4 ... kbuildsycoca4(7112) KConfigGroup::readXdgListEntry: List entry MimeType in "/opt/VirtualBox/virtualbox.desktop" is not compliant with XDG standard (missing trailing semicolon). $ grep MimeType /opt/VirtualBox/virtualbox.desktop MimeType=application/x-virtualbox-vbox;application/x-virtualbox-vbox-extpack;application/x-virtualbox-ovf;application/x-virtualbox-ova There should be a semicolon ";" right after x-virtualbox-ova. |
|||

