On Tue, Oct 15, 2013 at 02:53:05PM -0500, Bruce Dubbs wrote:
> Ken Moffat wrote:
> >   I had overlooked that one of the kde packages in the book fails to
> > configure for me.  It's libkcddb.  I wasn't intending to install it
> > ('/' is all-but-full), only do a DESTDIR on another filesystem, but
> > I'd better record it :
> >
> > ken@ac4tv /scratch/ken/libkcddb-4.11.1/build $cmake
> > -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
> >>        -DCMAKE_BUILD_TYPE=Release         \
> >>        ..
> 
> > -- Found the KDE4 kconfig_compiler preprocessor:
> > /usr/bin/kconfig_compiler
> > -- Found automoc4: /usr/bin/automoc4
> > -- Found MusicBrainz5: /usr/include
> > CMake Error at CMakeLists.txt:37 (file):
> >    file RELATIVE_PATH called with incorrect number of arguments
> 
> My log from KDE-4.11.0:
> 
> -- Found automoc4: /opt/qt/bin/automoc4
> -- Found MusicBrainz5: /usr/include
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /tmp/libkcddb/libkcddb-4.11.0/build
> 
> I can't explain the difference.
> 
>    -- Bruce
 Interesting.  I get the exact same error in 4.11.0 and 4.11.2.
Line 37 is the line after the comment:

# Figure out the relative path from the installed Config.cmake file
# to the install prefix (which may be at
# runtime different from the chosen CMAKE_INSTALL_PREFIX if under
# Windows the package was installed anywhere)
# This relative path will be configured into LibkcddbConfig.cmake
file(RELATIVE_PATH relInstallDir 
${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/cmake/libkcddb 
${CMAKE_INSTALL_PREFIX})

 I'm only mentioning this because it means I can't test k3b.
Still don't think it is related to make-4.0.  See rt's comments in
the soprano ticket [ #4167 ] as circumstantial evidence that kde
configuration may be problematic.

 I'm sure there will be other things I can't test - or perhaps my
interest in build-testing the less-used parts of BLFS (e.g.
sendmail) will cause me to give up first.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to