tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc-current on NetBSD-current amd64 kdelibs4/kdepimlibs4 failing to compile



With a very recent checkout of pkgsrc-current a few kde dependancies fail to 
compile under NetBSD 9.99.83 (GENERIC) amd64:

kdelibs4:

...
-- Found Qt-Version 4.8.7 (using /usr/pkg/qt4/bin/qmake)
-- Found X11: /usr/X11R7/lib/libX11.so
CMake Error at 
/usr/pkgsrc/x11/kdelibs4/work/.buildlink/lib/cmake/grantlee/GrantleeTargets.cmake:93 
(message):
  The imported target "grantlee_loadertags" references the file

     "/usr/pkgsrc/x11/kdelibs4/work/.buildlink/lib/grantlee/0.5/grantlee_loadertags.so"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/pkgsrc/x11/kdelibs4/work/.buildlink/lib/cmake/grantlee/GrantleeTargets.cmake"

  but not all the files it references.
...

A simple fix to get around this was to symlink the missing directory which 
enabled the build to finish, but carrying on with kdepimlibs4:

The gpgme build fails with:

-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of gpgme_ssize_t
-- Check size of gpgme_ssize_t - done
-- Check size of gpgme_off_t
-- Check size of gpgme_off_t - done
CMake Error at 
/usr/pkgsrc/misc/kdepimlibs4/work/.buildlink/lib/cmake/Akonadi/AkonadiConfig.cmake:14 
(message):
  File or directory /usr/pkgsrc/misc/kdepimlibs4/work/.buildlink/share/config
  referenced by variable AKONADI_CONFIG_DIR does not exist !
Call Stack (most recent call first):
  /usr/pkgsrc/misc/kdepimlibs4/work/.buildlink/lib/cmake/Akonadi/AkonadiConfig.cmake:47 
(set_and_check)
  CMakeLists.txt:83 (find_package)

Dave



Home | Main Index | Thread Index | Old Index