Opened 9 years ago

Closed 9 years ago

#6780 closed defect (fixed)

incorrect dependency in pcmanfm-qt

Reported by: ken@… Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

At the moment, pcmanfm-qt-0.9.0 shows libfm-extra (i.e. only building 'extra') as required. That is certainly good enough to build menu-cache (which is why the two builds of libfm were needed), but it is inadequate for pcmanfm-qt:

-- checking for module 'libfm>=1.2.0'
--   package 'libfm>=1.2.0' not found
CMake Error at /usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:340 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal)
  CMakeLists.txt:34 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
See also "/scratch/working/pcmanfm-qt-0.9.0/build/CMakeFiles/CMakeOutput.log".

This is because the 'extra' build only installs libfm-extra.pc, the "regular" build is needed for libfm.pc.

I'll probably have other comments on lxqt when I have tested it, but I'm flagging this one up now because it breaks the build.

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

This is good. I couldn't be sure which one would be the required one.

Hope you find more problems in the dependencies. They are never what I feel sure.

Please, I hope you are going to fix it.

comment:2 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Thanks.

Fixed at r16325.

Note: See TracTickets for help on using tickets.