3.90.1 (KDE 4.0 alpha1) tarballs

Emanuele A. Bagnaschi zephyrus at mirach.it
Mon May 7 16:22:35 CEST 2007


On Fri, 4 May 2007 03:28:08 +0200
Dirk Mueller <mueller at kde.org> wrote:

> 
> Hi, 
> 
> I've uploaded try #1 of the alpha1 tarballs to the usual place. It
> contains the staticglobal crash fix, but it has one or two more
> showstoppers that I hopefully can fix tomorrow (eh, later today). 
> 
> Anyway, give them a try. please don't use the svn tag. try the
> tarballs. 
> 
> soprano and qca2 is currently missing from the directory, strigi
> 0.5.1 is downloadable from the strigi homepage. I hopefully can fix
> that within the next few days, as I want the release to not require
> kdesupport for compilation (obviously). 
> 
> Ah, no l10n. And I didn't start the splitting-kdebase-fun yet. After
> alpha1.
> 
> 
> Thanks,
> Dirk

Hi,
I'm one of the developers of the Gentoo ebuilds for KDE4 (kde overlay)
and while testing this new release our group founds a few issues that we
think are worthwhile to report.
I'm not sure if this is the correct place to report them: if
this is not the case, please excuse me.

Anyway, this is what we identified so far.

*] There are three packages which try to overwrite files already
provided by kdelibs. In particular they are:

1)kdeaddons - It tries to re-install 
$KDEDIR/share/icons/oxygen/22x22/actions/domtreeviewer.png 
$KDEDIR/share/icons/oxygen/16x16/actions/domtreeviewer.png

It seems that the source of the install command lies in
/kdeaddons-3.90.1/konq-plugins/domtreeviewer/CMakeLists.txt

2)kdenetwork - It tries to re-install
$KDEDIR/share/icons/oxygen/32x32/actions/kopeteavailable.png
$KDEDIR/share/icons/oxygen/32x32/actions/voicecall.png is
$KDEDIR/share/icons/oxygen/32x32/actions/kopeteeditstatusmessage.png
$KDEDIR/share/icons/oxygen/32x32/actions/webcamsend.png
$KDEDIR/share/icons/oxygen/32x32/actions/webcamreceive.png
$KDEDIR/share/icons/oxygen/22x22/actions/kopeteavailable.png
$KDEDIR/share/icons/oxygen/22x22/actions/voicecall.png is
$KDEDIR/share/icons/oxygen/22x22/actions/kopeteeditstatusmessage.png
$KDEDIR/share/icons/oxygen/22x22/actions/webcamsend.png is
$KDEDIR/share/icons/oxygen/22x22/actions/webcamreceive.png
$KDEDIR/share/icons/oxygen/16x16/actions/kopeteavailable.png
$KDEDIR/share/icons/oxygen/16x16/actions/voicecall.png is
$KDEDIR/share/icons/oxygen/16x16/actions/kopeteeditstatusmessage.png
$KDEDIR/share/icons/oxygen/16x16/actions/webcamsend.png is
$KDEDIR/share/icons/oxygen/16x16/actions/webcamreceive.png
$KDEDIR/share/icons/oxygen/48x48/actions/kopeteavailable.png
$KDEDIR/share/icons/oxygen/48x48/actions/voicecall.png is
$KDEDIR/share/icons/oxygen/48x48/actions/webcamsend.png is
$KDEDIR/share/icons/oxygen/48x48/actions/webcamreceive.png

Source of the install
instruction: /kdenetwork-3.90.1/kopete/icons/CMakeLists.txt

3)kdepim - It tries to re-install
$KDEDIR/share/config.kcfg/pimemoticons.kcfg

Source of the install command: /kdepim-3.90.1/libkdepim/CMakeLists.txt

*]Ligature fails to build with poppler HEAD (which is needed if one
wants to try all Okular features).
One of the member of our team already reported this problem to some kde
developers who in turn told us that ligature is currently unmaintained.

*]It seems that there's a small mistake in
/kdebase-3.90.1/workspace/kdm/kfrontend/CMakeLists.txt
The last line:

install(CODE " 
exec_program(${CMAKE_CURRENT_BINARY_DIR}/genkdmconf --in
${CONFIG_INSTALL_DIR}/kdm --face-src ${CMAKE_CURRENT_SOURCE_DIR}/pics
\$GENKDMCONF_FLAGS) ")

probably needs to be modified to

install(CODE " 
exec_program(${CMAKE_CURRENT_BINARY_DIR}/genkdmconf ARGS --in
${CONFIG_INSTALL_DIR}/kdm --face-src ${CMAKE_CURRENT_SOURCE_DIR}/pics
\$GENKDMCONF_FLAGS) ")

In other words, a missing ARGS needs to be added to correctly pass the
arguments to genkdmconf (as specified in the CMake documentation -
http://www.cmake.org/HTML/Documentation.html)


Best regards,
-- 
Emanuele A. Bagnaschi

Ethernet, n.  What you use to catch the Etherbunny
		-- Anonymous
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/release-team/attachments/20070507/84581523/attachment.pgp 


More information about the release-team mailing list