This is a popular non-core package. If many of these non-core package are unavailable to end-users, then I call that a show-stopper. Many people will lose interest in Trinity when such non-core packages remain unavailable. I would like to get this package to build as soon as possible.
I'm attaching a log. Same as a previous report, but attached here for quicker access.
This is a build from the source tarball.
Build errors:
============================================
checking cdda_interface.h usability... no
checking cdda_interface.h presence... no
checking for cdda_interface.h... no
-----------------------------------------
ERROR: Could not find cdparanoia headers.
-----------------------------------------
configure: error: could not find cdparanoia headers
make: *** No targets specified and no makefile found. Stop.
============================================
The cause is straightforward. In Slackware the cdda_paranoia.h file is found in /usr/include/cdda rather than /usr/include.
A short term fix is creating a sym link. I could revise the build script to create such a link on-the-fly, but that is not the default in Slackware. Generally, I dislike the idea of tampering with expected upstream defaults. Another solution is to patch the configure files to look in /usr/include/cdda as well as /usr/include.
Also conspicuous are these errors:
============================================
*** Creating configure
configure.in:92: warning: KDE_ENABLE_HIDDEN_VISIBILITY was called before AC_PATH_QT_1_3
acinclude.m4:3645: KDE_ENABLE_HIDDEN_VISIBILITY is expanded from...
configure.in:92: the top level
*** Creating config.h template
configure.in:92: warning: KDE_ENABLE_HIDDEN_VISIBILITY was called before AC_PATH_QT_1_3
acinclude.m4:3645: KDE_ENABLE_HIDDEN_VISIBILITY is expanded from...
configure.in:92: the top level
*** Creating Makefile templates
configure.in:92: warning: KDE_ENABLE_HIDDEN_VISIBILITY was called before AC_PATH_QT_1_3
acinclude.m4:3645: KDE_ENABLE_HIDDEN_VISIBILITY is expanded from...
============================================
Also these:
============================================
kaffeine/src/input/dvb/lib/libdvbapi/Makefile.am:11: `CFLAGS' is a user variable, you should not override it;
kaffeine/src/input/dvb/lib/libdvbapi/Makefile.am:11: use `AM_CFLAGS' instead.
kaffeine/src/input/dvb/lib/libdvben50221/Makefile.am:21: `CFLAGS' is a user variable, you should not override it;
kaffeine/src/input/dvb/lib/libdvben50221/Makefile.am:21: use `AM_CFLAGS' instead.
kaffeine/src/input/dvb/lib/libucsi/Makefile.am:17: `CFLAGS' is a user variable, you should not override it;
kaffeine/src/input/dvb/lib/libucsi/Makefile.am:17: use `AM_CFLAGS' instead.
kaffeine/src/input/dvb/lib/libucsi/dvb/Makefile.am:19: `CFLAGS' is a user variable, you should not override it;
kaffeine/src/input/dvb/lib/libucsi/dvb/Makefile.am:19: use `AM_CFLAGS' instead.
kaffeine/src/input/dvb/lib/libucsi/mpeg/Makefile.am:12: `CFLAGS' is a user variable, you should not override it;
kaffeine/src/input/dvb/lib/libucsi/mpeg/Makefile.am:12: use `AM_CFLAGS' instead.
============================================
Then there are the many "undefined reference" errors, of which the build finally fails. As seen in the build log, all expected component packages are installed.
Darrell
I ran into an interesting quirk with libkipi, libkdcraw, and libkexiv2.
I'm trying to build gwenview and digikam for Slackware 12.2. Two popular non-core apps.
Digikam has a required dependency on libkipi and libkipi is optional in gwenview. Unless explicitly declared otherwise in the configure options, gwenview will build with kipi support when those packages are installed.
As the libkipi, libkdcraw, and libkexiv2 library packages are available upstream as well in Trinity SVN and tarballs, and these packages are not dependent upon tqtinterface, non-core packages should build with either the upstream or Trinity version of these libraries.
As I am using these same packages in KDE 3.5.10 on Slackware, and I have yet to create and test build scripts for the Trinity library packages, I proceeded to build both digikam and gwenview using my previous upstream version of libkipi, libkdcraw, and libkexiv2.
Both digikam and gwenview failed to build with those versions of libkipi, libkdcraw, and libkexiv2. The build always failed with an error about libGL.la not being available.
=====================================
grep: /usr/lib//libGL.la: No such file or directory
/usr/bin/sed: can't read /usr/lib//libGL.la: No such file or directory
libtool: link: `/usr/lib//libGL.la' is not a valid libtool archive
=====================================
I traced that file to the proprietary nvidia package. The stock X11 OpenGL provides no such la file.
In the past I must have compiled libkipi, libkdcraw, and libkexiv2 with the proprietary nvidia package installed. The packages then build somehow linked to libGL.la.
In my chroot build environment I do not have the proprietary nvidia package installed. Only the stock X11. Thus the failure when using the previous versions of libkipi, libkdcraw, and libkexiv2.
In my chroot environment I built and installed a new libkipi, libkdcraw, and libkexiv2 packages from the same upstream sources.
Gwenview and digikam then built without errors regarding libGL.la.
Gwenview only needed the newer libkipi. Digikam needed all three.
I presume the same build error will occur when using the Trinity version of libkipi, libkdcraw, and libkexiv2. That is, when a person has the proprietary nvidia package installed, then libkipi, libkdcraw, and libkexiv2 will somehow link to the libGL.la file.
I have not yet tested this with the Trinity versions of the library files. A side comment: I submitted a bug report that perhaps Trinity should not maintain versions of these libraries because they are maintained and available upstream.
I checked the libkipi, libkdcraw, and libkexiv2 configure options and did not notice anything obvious or helpful. I'm not a developer and perhaps an option exists to ignore the proprietary OpenGL.
One solution seems to be to modify the build process to prevent that linking to libGL.la.
Another solution is to always build libkipi, libkdcraw, and libkexiv2 in an environment without the proprietary nvidia package installed.
Another option is to install the proprietary nvidia package in my chroot build environment. I'm guessing then the packages will not fail to build with that particular error, but then I am no longer creating generic packages for users not using nividia. Or perhaps the final binary will still work without the proprietary nvidia package installed. I haven't any idea.
This would seem to be an upstream problem. Therefore possibly only the generic build environment is the only tenable solution.
I can add commentation in my build scripts and documentation.
Comments and advice appreciated.
Darrell
Package builds and runs.
The following warning messages appear when building digikam in Slackware 12.2,
automake 1.10.1.
=====================================================================
digikam/imageplugins/adjustcurves/Makefile.am:20: variable `digikamimageplugin_adjustcurves_la_SOURCES' is defined but no program or
digikam/imageplugins/adjustcurves/Makefile.am:20: library has `digikamimageplugin_adjustcurves_la' as canonic name (possible typo)
digikam/imageplugins/adjustcurves/Makefile.am:23: variable `digikamimageplugin_adjustcurves_la_LIBADD' is defined but no program or
digikam/imageplugins/adjustcurves/Makefile.am:23: library has `digikamimageplugin_adjustcurves_la' as canonic name (possible typo)
digikam/imageplugins/adjustcurves/Makefile.am:26: variable `digikamimageplugin_adjustcurves_la_LDFLAGS' is defined but no program or
digikam/imageplugins/adjustcurves/Makefile.am:26: library has `digikamimageplugin_adjustcurves_la' as canonic name (possible typo)
digikam/imageplugins/adjustlevels/Makefile.am:20: variable `digikamimageplugin_adjustlevels_la_SOURCES' is defined but no program or
digikam/imageplugins/adjustlevels/Makefile.am:20: library has `digikamimageplugin_adjustlevels_la' as canonic name (possible typo)
digikam/imageplugins/adjustlevels/Makefile.am:23: variable `digikamimageplugin_adjustlevels_la_LIBADD' is defined but no program or
digikam/imageplugins/adjustlevels/Makefile.am:23: library has `digikamimageplugin_adjustlevels_la' as canonic name (possible typo)
digikam/imageplugins/adjustlevels/Makefile.am:26: variable `digikamimageplugin_adjustlevels_la_LDFLAGS' is defined but no program or
digikam/imageplugins/adjustlevels/Makefile.am:26: library has `digikamimageplugin_adjustlevels_la' as canonic name (possible typo)
digikam/imageplugins/antivignetting/Makefile.am:20: variable `digikamimageplugin_antivignetting_la_SOURCES' is defined but no program or
digikam/imageplugins/antivignetting/Makefile.am:20: library has `digikamimageplugin_antivignetting_la' as canonic name (possible typo)
digikam/imageplugins/antivignetting/Makefile.am:23: variable `digikamimageplugin_antivignetting_la_LIBADD' is defined but no program or
digikam/imageplugins/antivignetting/Makefile.am:23: library has `digikamimageplugin_antivignetting_la' as canonic name (possible typo)
digikam/imageplugins/antivignetting/Makefile.am:26: variable `digikamimageplugin_antivignetting_la_LDFLAGS' is defined but no program or
digikam/imageplugins/antivignetting/Makefile.am:26: library has `digikamimageplugin_antivignetting_la' as canonic name (possible typo)
digikam/imageplugins/blurfx/Makefile.am:20: variable `digikamimageplugin_blurfx_la_SOURCES' is defined but no program or
digikam/imageplugins/blurfx/Makefile.am:20: library has `digikamimageplugin_blurfx_la' as canonic name (possible typo)
digikam/imageplugins/blurfx/Makefile.am:23: variable `digikamimageplugin_blurfx_la_LIBADD' is defined but no program or
digikam/imageplugins/blurfx/Makefile.am:23: library has `digikamimageplugin_blurfx_la' as canonic name (possible typo)
digikam/imageplugins/blurfx/Makefile.am:26: variable `digikamimageplugin_blurfx_la_LDFLAGS' is defined but no program or
digikam/imageplugins/blurfx/Makefile.am:26: library has `digikamimageplugin_blurfx_la' as canonic name (possible typo)
digikam/imageplugins/border/Makefile.am:21: variable `digikamimageplugin_border_la_SOURCES' is defined but no program or
digikam/imageplugins/border/Makefile.am:21: library has `digikamimageplugin_border_la' as canonic name (possible typo)
digikam/imageplugins/border/Makefile.am:24: variable `digikamimageplugin_border_la_LIBADD' is defined but no program or
digikam/imageplugins/border/Makefile.am:24: library has `digikamimageplugin_border_la' as canonic name (possible typo)
digikam/imageplugins/border/Makefile.am:27: variable `digikamimageplugin_border_la_LDFLAGS' is defined but no program or
digikam/imageplugins/border/Makefile.am:27: library has `digikamimageplugin_border_la' as canonic name (possible typo)
digikam/imageplugins/channelmixer/Makefile.am:20: variable `digikamimageplugin_channelmixer_la_SOURCES' is defined but no program or
digikam/imageplugins/channelmixer/Makefile.am:20: library has `digikamimageplugin_channelmixer_la' as canonic name (possible typo)
digikam/imageplugins/channelmixer/Makefile.am:23: variable `digikamimageplugin_channelmixer_la_LIBADD' is defined but no program or
digikam/imageplugins/channelmixer/Makefile.am:23: library has `digikamimageplugin_channelmixer_la' as canonic name (possible typo)
digikam/imageplugins/channelmixer/Makefile.am:26: variable `digikamimageplugin_channelmixer_la_LDFLAGS' is defined but no program or
digikam/imageplugins/channelmixer/Makefile.am:26: library has `digikamimageplugin_channelmixer_la' as canonic name (possible typo)
digikam/imageplugins/charcoal/Makefile.am:20: variable `digikamimageplugin_charcoal_la_SOURCES' is defined but no program or
digikam/imageplugins/charcoal/Makefile.am:20: library has `digikamimageplugin_charcoal_la' as canonic name (possible typo)
digikam/imageplugins/charcoal/Makefile.am:23: variable `digikamimageplugin_charcoal_la_LIBADD' is defined but no program or
digikam/imageplugins/charcoal/Makefile.am:23: library has `digikamimageplugin_charcoal_la' as canonic name (possible typo)
digikam/imageplugins/charcoal/Makefile.am:26: variable `digikamimageplugin_charcoal_la_LDFLAGS' is defined but no program or
digikam/imageplugins/charcoal/Makefile.am:26: library has `digikamimageplugin_charcoal_la' as canonic name (possible typo)
digikam/imageplugins/colorfx/Makefile.am:20: variable `digikamimageplugin_colorfx_la_SOURCES' is defined but no program or
digikam/imageplugins/colorfx/Makefile.am:20: library has `digikamimageplugin_colorfx_la' as canonic name (possible typo)
digikam/imageplugins/colorfx/Makefile.am:23: variable `digikamimageplugin_colorfx_la_LIBADD' is defined but no program or
digikam/imageplugins/colorfx/Makefile.am:23: library has `digikamimageplugin_colorfx_la' as canonic name (possible typo)
digikam/imageplugins/colorfx/Makefile.am:26: variable `digikamimageplugin_colorfx_la_LDFLAGS' is defined but no program or
digikam/imageplugins/colorfx/Makefile.am:26: library has `digikamimageplugin_colorfx_la' as canonic name (possible typo)
digikam/imageplugins/coreplugin/Makefile.am:25: variable `digikamimageplugin_core_la_SOURCES' is defined but no program or
digikam/imageplugins/coreplugin/Makefile.am:25: library has `digikamimageplugin_core_la' as canonic name (possible typo)
digikam/imageplugins/coreplugin/Makefile.am:35: variable `digikamimageplugin_core_la_LIBADD' is defined but no program or
digikam/imageplugins/coreplugin/Makefile.am:35: library has `digikamimageplugin_core_la' as canonic name (possible typo)
digikam/imageplugins/coreplugin/Makefile.am:45: variable `digikamimageplugin_core_la_LDFLAGS' is defined but no program or
digikam/imageplugins/coreplugin/Makefile.am:45: library has `digikamimageplugin_core_la' as canonic name (possible typo)
digikam/imageplugins/distortionfx/Makefile.am:20: variable `digikamimageplugin_distortionfx_la_SOURCES' is defined but no program or
digikam/imageplugins/distortionfx/Makefile.am:20: library has `digikamimageplugin_distortionfx_la' as canonic name (possible typo)
digikam/imageplugins/distortionfx/Makefile.am:23: variable `digikamimageplugin_distortionfx_la_LIBADD' is defined but no program or
digikam/imageplugins/distortionfx/Makefile.am:23: library has `digikamimageplugin_distortionfx_la' as canonic name (possible typo)
digikam/imageplugins/distortionfx/Makefile.am:26: variable `digikamimageplugin_distortionfx_la_LDFLAGS' is defined but no program or
digikam/imageplugins/distortionfx/Makefile.am:26: library has `digikamimageplugin_distortionfx_la' as canonic name (possible typo)
digikam/imageplugins/emboss/Makefile.am:20: variable `digikamimageplugin_emboss_la_SOURCES' is defined but no program or
digikam/imageplugins/emboss/Makefile.am:20: library has `digikamimageplugin_emboss_la' as canonic name (possible typo)
digikam/imageplugins/emboss/Makefile.am:23: variable `digikamimageplugin_emboss_la_LIBADD' is defined but no program or
digikam/imageplugins/emboss/Makefile.am:23: library has `digikamimageplugin_emboss_la' as canonic name (possible typo)
digikam/imageplugins/emboss/Makefile.am:26: variable `digikamimageplugin_emboss_la_LDFLAGS' is defined but no program or
digikam/imageplugins/emboss/Makefile.am:26: library has `digikamimageplugin_emboss_la' as canonic name (possible typo)
digikam/imageplugins/filmgrain/Makefile.am:20: variable `digikamimageplugin_filmgrain_la_SOURCES' is defined but no program or
digikam/imageplugins/filmgrain/Makefile.am:20: library has `digikamimageplugin_filmgrain_la' as canonic name (possible typo)
digikam/imageplugins/filmgrain/Makefile.am:23: variable `digikamimageplugin_filmgrain_la_LIBADD' is defined but no program or
digikam/imageplugins/filmgrain/Makefile.am:23: library has `digikamimageplugin_filmgrain_la' as canonic name (possible typo)
digikam/imageplugins/filmgrain/Makefile.am:26: variable `digikamimageplugin_filmgrain_la_LDFLAGS' is defined but no program or
digikam/imageplugins/filmgrain/Makefile.am:26: library has `digikamimageplugin_filmgrain_la' as canonic name (possible typo)
digikam/imageplugins/freerotation/Makefile.am:20: variable `digikamimageplugin_freerotation_la_SOURCES' is defined but no program or
digikam/imageplugins/freerotation/Makefile.am:20: library has `digikamimageplugin_freerotation_la' as canonic name (possible typo)
digikam/imageplugins/freerotation/Makefile.am:23: variable `digikamimageplugin_freerotation_la_LIBADD' is defined but no program or
digikam/imageplugins/freerotation/Makefile.am:23: library has `digikamimageplugin_freerotation_la' as canonic name (possible typo)
digikam/imageplugins/freerotation/Makefile.am:26: variable `digikamimageplugin_freerotation_la_LDFLAGS' is defined but no program or
digikam/imageplugins/freerotation/Makefile.am:26: library has `digikamimageplugin_freerotation_la' as canonic name (possible typo)
digikam/imageplugins/hotpixels/Makefile.am:21: variable `digikamimageplugin_hotpixels_la_SOURCES' is defined but no program or
digikam/imageplugins/hotpixels/Makefile.am:21: library has `digikamimageplugin_hotpixels_la' as canonic name (possible typo)
digikam/imageplugins/hotpixels/Makefile.am:25: variable `digikamimageplugin_hotpixels_la_LIBADD' is defined but no program or
digikam/imageplugins/hotpixels/Makefile.am:25: library has `digikamimageplugin_hotpixels_la' as canonic name (possible typo)
digikam/imageplugins/hotpixels/Makefile.am:28: variable `digikamimageplugin_hotpixels_la_LDFLAGS' is defined but no program or
digikam/imageplugins/hotpixels/Makefile.am:28: library has `digikamimageplugin_hotpixels_la' as canonic name (possible typo)
digikam/imageplugins/infrared/Makefile.am:20: variable `digikamimageplugin_infrared_la_SOURCES' is defined but no program or
digikam/imageplugins/infrared/Makefile.am:20: library has `digikamimageplugin_infrared_la' as canonic name (possible typo)
digikam/imageplugins/infrared/Makefile.am:23: variable `digikamimageplugin_infrared_la_LIBADD' is defined but no program or
digikam/imageplugins/infrared/Makefile.am:23: library has `digikamimageplugin_infrared_la' as canonic name (possible typo)
digikam/imageplugins/infrared/Makefile.am:26: variable `digikamimageplugin_infrared_la_LDFLAGS' is defined but no program or
digikam/imageplugins/infrared/Makefile.am:26: library has `digikamimageplugin_infrared_la' as canonic name (possible typo)
digikam/imageplugins/inpainting/Makefile.am:21: variable `digikamimageplugin_inpainting_la_SOURCES' is defined but no program or
digikam/imageplugins/inpainting/Makefile.am:21: library has `digikamimageplugin_inpainting_la' as canonic name (possible typo)
digikam/imageplugins/inpainting/Makefile.am:24: variable `digikamimageplugin_inpainting_la_LIBADD' is defined but no program or
digikam/imageplugins/inpainting/Makefile.am:24: library has `digikamimageplugin_inpainting_la' as canonic name (possible typo)
digikam/imageplugins/inpainting/Makefile.am:27: variable `digikamimageplugin_inpainting_la_LDFLAGS' is defined but no program or
digikam/imageplugins/inpainting/Makefile.am:27: library has `digikamimageplugin_inpainting_la' as canonic name (possible typo)
digikam/imageplugins/inserttext/Makefile.am:20: variable `digikamimageplugin_inserttext_la_SOURCES' is defined but no program or
digikam/imageplugins/inserttext/Makefile.am:20: library has `digikamimageplugin_inserttext_la' as canonic name (possible typo)
digikam/imageplugins/inserttext/Makefile.am:23: variable `digikamimageplugin_inserttext_la_LIBADD' is defined but no program or
digikam/imageplugins/inserttext/Makefile.am:23: library has `digikamimageplugin_inserttext_la' as canonic name (possible typo)
digikam/imageplugins/inserttext/Makefile.am:26: variable `digikamimageplugin_inserttext_la_LDFLAGS' is defined but no program or
digikam/imageplugins/inserttext/Makefile.am:26: library has `digikamimageplugin_inserttext_la' as canonic name (possible typo)
digikam/imageplugins/lensdistortion/Makefile.am:20: variable `digikamimageplugin_lensdistortion_la_SOURCES' is defined but no program or
digikam/imageplugins/lensdistortion/Makefile.am:20: library has `digikamimageplugin_lensdistortion_la' as canonic name (possible typo)
digikam/imageplugins/lensdistortion/Makefile.am:24: variable `digikamimageplugin_lensdistortion_la_LIBADD' is defined but no program or
digikam/imageplugins/lensdistortion/Makefile.am:24: library has `digikamimageplugin_lensdistortion_la' as canonic name (possible typo)
digikam/imageplugins/lensdistortion/Makefile.am:27: variable `digikamimageplugin_lensdistortion_la_LDFLAGS' is defined but no program or
digikam/imageplugins/lensdistortion/Makefile.am:27: library has `digikamimageplugin_lensdistortion_la' as canonic name (possible typo)
digikam/imageplugins/noisereduction/Makefile.am:20: variable `digikamimageplugin_noisereduction_la_SOURCES' is defined but no program or
digikam/imageplugins/noisereduction/Makefile.am:20: library has `digikamimageplugin_noisereduction_la' as canonic name (possible typo)
digikam/imageplugins/noisereduction/Makefile.am:23: variable `digikamimageplugin_noisereduction_la_LIBADD' is defined but no program or
digikam/imageplugins/noisereduction/Makefile.am:23: library has `digikamimageplugin_noisereduction_la' as canonic name (possible typo)
digikam/imageplugins/noisereduction/Makefile.am:26: variable `digikamimageplugin_noisereduction_la_LDFLAGS' is defined but no program or
digikam/imageplugins/noisereduction/Makefile.am:26: library has `digikamimageplugin_noisereduction_la' as canonic name (possible typo)
digikam/imageplugins/oilpaint/Makefile.am:20: variable `digikamimageplugin_oilpaint_la_SOURCES' is defined but no program or
digikam/imageplugins/oilpaint/Makefile.am:20: library has `digikamimageplugin_oilpaint_la' as canonic name (possible typo)
digikam/imageplugins/oilpaint/Makefile.am:23: variable `digikamimageplugin_oilpaint_la_LIBADD' is defined but no program or
digikam/imageplugins/oilpaint/Makefile.am:23: library has `digikamimageplugin_oilpaint_la' as canonic name (possible typo)
digikam/imageplugins/oilpaint/Makefile.am:26: variable `digikamimageplugin_oilpaint_la_LDFLAGS' is defined but no program or
digikam/imageplugins/oilpaint/Makefile.am:26: library has `digikamimageplugin_oilpaint_la' as canonic name (possible typo)
digikam/imageplugins/perspective/Makefile.am:20: variable `digikamimageplugin_perspective_la_SOURCES' is defined but no program or
digikam/imageplugins/perspective/Makefile.am:20: library has `digikamimageplugin_perspective_la' as canonic name (possible typo)
digikam/imageplugins/perspective/Makefile.am:24: variable `digikamimageplugin_perspective_la_LIBADD' is defined but no program or
digikam/imageplugins/perspective/Makefile.am:24: library has `digikamimageplugin_perspective_la' as canonic name (possible typo)
digikam/imageplugins/perspective/Makefile.am:27: variable `digikamimageplugin_perspective_la_LDFLAGS' is defined but no program or
digikam/imageplugins/perspective/Makefile.am:27: library has `digikamimageplugin_perspective_la' as canonic name (possible typo)
digikam/imageplugins/raindrop/Makefile.am:20: variable `digikamimageplugin_raindrop_la_SOURCES' is defined but no program or
digikam/imageplugins/raindrop/Makefile.am:20: library has `digikamimageplugin_raindrop_la' as canonic name (possible typo)
digikam/imageplugins/raindrop/Makefile.am:23: variable `digikamimageplugin_raindrop_la_LIBADD' is defined but no program or
digikam/imageplugins/raindrop/Makefile.am:23: library has `digikamimageplugin_raindrop_la' as canonic name (possible typo)
digikam/imageplugins/raindrop/Makefile.am:26: variable `digikamimageplugin_raindrop_la_LDFLAGS' is defined but no program or
digikam/imageplugins/raindrop/Makefile.am:26: library has `digikamimageplugin_raindrop_la' as canonic name (possible typo)
digikam/imageplugins/restoration/Makefile.am:21: variable `digikamimageplugin_restoration_la_SOURCES' is defined but no program or
digikam/imageplugins/restoration/Makefile.am:21: library has `digikamimageplugin_restoration_la' as canonic name (possible typo)
digikam/imageplugins/restoration/Makefile.am:24: variable `digikamimageplugin_restoration_la_LIBADD' is defined but no program or
digikam/imageplugins/restoration/Makefile.am:24: library has `digikamimageplugin_restoration_la' as canonic name (possible typo)
digikam/imageplugins/restoration/Makefile.am:27: variable `digikamimageplugin_restoration_la_LDFLAGS' is defined but no program or
digikam/imageplugins/restoration/Makefile.am:27: library has `digikamimageplugin_restoration_la' as canonic name (possible typo)
digikam/imageplugins/sheartool/Makefile.am:20: variable `digikamimageplugin_sheartool_la_SOURCES' is defined but no program or
digikam/imageplugins/sheartool/Makefile.am:20: library has `digikamimageplugin_sheartool_la' as canonic name (possible typo)
digikam/imageplugins/sheartool/Makefile.am:23: variable `digikamimageplugin_sheartool_la_LIBADD' is defined but no program or
digikam/imageplugins/sheartool/Makefile.am:23: library has `digikamimageplugin_sheartool_la' as canonic name (possible typo)
digikam/imageplugins/sheartool/Makefile.am:26: variable `digikamimageplugin_sheartool_la_LDFLAGS' is defined but no program or
digikam/imageplugins/sheartool/Makefile.am:26: library has `digikamimageplugin_sheartool_la' as canonic name (possible typo)
digikam/imageplugins/superimpose/Makefile.am:21: variable `digikamimageplugin_superimpose_la_SOURCES' is defined but no program or
digikam/imageplugins/superimpose/Makefile.am:21: library has `digikamimageplugin_superimpose_la' as canonic name (possible typo)
digikam/imageplugins/superimpose/Makefile.am:25: variable `digikamimageplugin_superimpose_la_LIBADD' is defined but no program or
digikam/imageplugins/superimpose/Makefile.am:25: library has `digikamimageplugin_superimpose_la' as canonic name (possible typo)
digikam/imageplugins/superimpose/Makefile.am:28: variable `digikamimageplugin_superimpose_la_LDFLAGS' is defined but no program or
digikam/imageplugins/superimpose/Makefile.am:28: library has `digikamimageplugin_superimpose_la' as canonic name (possible typo)
digikam/imageplugins/texture/Makefile.am:21: variable `digikamimageplugin_texture_la_SOURCES' is defined but no program or
digikam/imageplugins/texture/Makefile.am:21: library has `digikamimageplugin_texture_la' as canonic name (possible typo)
digikam/imageplugins/texture/Makefile.am:24: variable `digikamimageplugin_texture_la_LIBADD' is defined but no program or
digikam/imageplugins/texture/Makefile.am:24: library has `digikamimageplugin_texture_la' as canonic name (possible typo)
digikam/imageplugins/texture/Makefile.am:27: variable `digikamimageplugin_texture_la_LDFLAGS' is defined but no program or
digikam/imageplugins/texture/Makefile.am:27: library has `digikamimageplugin_texture_la' as canonic name (possible typo)
digikam/imageplugins/whitebalance/Makefile.am:20: variable `digikamimageplugin_whitebalance_la_SOURCES' is defined but no program or
digikam/imageplugins/whitebalance/Makefile.am:20: library has `digikamimageplugin_whitebalance_la' as canonic name (possible typo)
digikam/imageplugins/whitebalance/Makefile.am:23: variable `digikamimageplugin_whitebalance_la_LIBADD' is defined but no program or
digikam/imageplugins/whitebalance/Makefile.am:23: library has `digikamimageplugin_whitebalance_la' as canonic name (possible typo)
digikam/imageplugins/whitebalance/Makefile.am:26: variable `digikamimageplugin_whitebalance_la_LDFLAGS' is defined but no program or
digikam/imageplugins/whitebalance/Makefile.am:26: library has `digikamimageplugin_whitebalance_la' as canonic name (possible typo)
Darrell
Trinity 3.5.12 has been released!
Those who are not signed up to the trinity-announce mailing list may want
to read the 3.5.12 release announcement here:
http://trinity-announce.pearsoncomputing.net/?0::5
Developers: this means the SVN has been thawed and all types of source
patches are now accepted again.
We need to set a direction for the Trinity project and the next release.
I have put some suggestions on the project road map here:
http://trinity.pearsoncomputing.net/wiki/bin/view/Developers/RoadMap
Over the next couple of weeks we should hash out what is important to the
next release and what is not. The bug repairs are non-negotiable for
3.5.13; I would like everyone here to chip in some and help get those bugs
under control if possible. Anyone can access a list of all bugs via this
link:
http://bugs.pearsoncomputing.net/buglist.cgi?quicksearch=ALL
Everything else is up for grabs, so be sure to weigh in on what you think
is important to see in Trinity over the next 6 months!
Developers who do not yet have write access to the Wiki should contact me
with their username and I will grant them write access.
When patching bugs, please assign the bug to yourself before starting work
on it. This will avoid duplication of effort caused by multiple
developers working on the same bug while not knowing of the others'
efforts.
Thank you to everyone who has volunteered; with any luck this will be the
best release of Trinity to date!
Timothy Pearson
Trinity Desktop Project
The package builds and seems to contain the expected files. Package installs and appears in KControl. Yet many warning messages.
Log attached.
===========================================================
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
Is this warning important? Is there anything I can do about this warning?
===========================================================
-- PKGCONFIG() indicates that libbonoboui-2.0 is not installed (install the package which contains libbonoboui-2.0.pc if you want to support this feature)
-- bonoboui not found. Some features of the theme engine will not work as intended.
There is a non-stock build script available for libbonoboui. The dependency chain includes libgnome, libbonobo, libgnomecanvas, gnome-vfs, GConf2, gnome-mime-data, avahi, ORBit2. Possibly more. To many Slackers that is considered a lot of cruft. Therefore, exactly what features are lost by not having libbonoboui installed when building gtk-qt-engine?
===========================================================
There are many "warning: unused parameter" messages.
===========================================================
/dev/shm/applications/gtk-qt-engine/src/qt_qt_wrapper.cpp: In function 'void drawArrow(GdkWindow*, GtkStyle*, GtkStateType, GtkArrowType, int, int, int, int)':
/dev/shm/applications/gtk-qt-engine/src/qt_qt_wrapper.cpp:1698: warning: 'element' may be used uninitialized in this function
[I built the package in tmpfs, hence the reference to /dev/shm. I am focusing on the warning messages.]
Darrell
The package builds and seems to contain the expected files. Package installs and appears in KControl. Yet many warning messages.
Log attached. (Oops I forgot to attach the log!)
===========================================================
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
Is this warning important? Is there anything I can do about this warning?
===========================================================
-- PKGCONFIG() indicates that libbonoboui-2.0 is not installed (install the package which contains libbonoboui-2.0.pc if you want to support this feature)
-- bonoboui not found. Some features of the theme engine will not work as intended.
There is a non-stock build script available for libbonoboui. The dependency chain includes libgnome, libbonobo, libgnomecanvas, gnome-vfs, GConf2, gnome-mime-data, avahi, ORBit2. Possibly more. To many Slackers that is considered a lot of cruft. Therefore, exactly what features are lost by not having libbonoboui installed when building gtk-qt-engine?
===========================================================
There are many "warning: unused parameter" messages.
===========================================================
/dev/shm/applications/gtk-qt-engine/src/qt_qt_wrapper.cpp: In function 'void drawArrow(GdkWindow*, GtkStyle*, GtkStateType, GtkArrowType, int, int, int, int)':
/dev/shm/applications/gtk-qt-engine/src/qt_qt_wrapper.cpp:1698: warning: 'element' may be used uninitialized in this function
[I built the package in tmpfs, hence the reference to /dev/shm. I am focusing on the warning messages.]
Darrell
The "My Documents" device icon dialog box was broken but partially repaired in SVN 1176545.
The dialog box no longer appears, but when the $HOME/Documents directory does not exist then Konqueror opens with an error message.
The Konqueror error message indirectly reveals the solution to competant computer users, but might not be obvious to the less technically inclined.
Similar behavior is found when selecting "Documents Folder" from the K-Menu, which results in an error message that the $HOME/Documents does not exist.
A more elegant solution for both would be to provide a Yes/No/Cancel dialog box stating the directory does not exist and asking permission to create the directory.
I think $HOME/Documents is specified somewhere as a default, but any associated dialog box should provide a text box allowing more technically inclined users to change the location of that path.
Darrell
Hi,
So, with Trinity 3.5.12 nearing, it's time for me to update the BLFS
books with Trinity
and create RPM spec files from them.
So, what configure options did everyone use? I know I mentioned it
before, but it's probably easier to have one central place
so we can compare what options and why.
(Here. :D )
--
later, Robert Xu