Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

KDE-3.5.8 - already on the tree

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
111 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Sat Oct 20, 2007 1:43 pm

have you done emerge --sync today?
you probably will need to unmerge emerge -uav kmailcvt-3.5.5
and then emerge -Du world.
after kdelibs-3.5.8 and kdebase-3.5.8 merged you can emerge -uav kmailcvt
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
cruzki
Tux's lil' helper
Tux's lil' helper
Posts: 137
Joined: Tue Dec 13, 2005 1:50 pm

  • Quote

Post by cruzki » Sat Oct 20, 2007 2:08 pm

kmail fail to emerge in the install phase.

Code: Select all

rm -f /var/tmp/portage/kde-base/kmail-3.5.8/image//usr/kde/3.5/share/doc/HTML/en/kmail/common
ln -s /usr/kde/3.5/share/doc/HTML/en/common /var/tmp/portage/kde-base/kmail-3.5.8/image//usr/kde/3.5/share/doc/HTML/en/kmail/common
make[1]: se sale del directorio `/var/tmp/portage/kde-base/kmail-3.5.8/work/kmail-3.5.8/doc/kmail'
rm: no se puede borrar «/var/tmp/portage/kde-base/kmail-3.5.8/image///usr/kde/3.5/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png»: No existe el fichero o el directorio
 *
 * ERROR: kde-base/kmail-3.5.8 failed.
I think it's a problem with the three /// in the last command :S
Top
Phlogiston
Veteran
Veteran
User avatar
Posts: 1925
Joined: Tue Jan 27, 2004 12:05 pm
Location: Europe, Swizerland

  • Quote

Post by Phlogiston » Sat Oct 20, 2007 3:20 pm

cruzki wrote:kmail fail to emerge in the install phase.

Code: Select all

rm -f /var/tmp/portage/kde-base/kmail-3.5.8/image//usr/kde/3.5/share/doc/HTML/en/kmail/common
ln -s /usr/kde/3.5/share/doc/HTML/en/common /var/tmp/portage/kde-base/kmail-3.5.8/image//usr/kde/3.5/share/doc/HTML/en/kmail/common
make[1]: se sale del directorio `/var/tmp/portage/kde-base/kmail-3.5.8/work/kmail-3.5.8/doc/kmail'
rm: no se puede borrar «/var/tmp/portage/kde-base/kmail-3.5.8/image///usr/kde/3.5/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png»: No existe el fichero o el directorio
 *
 * ERROR: kde-base/kmail-3.5.8 failed.
I think it's a problem with the three /// in the last command :S
Change the second last line of the ebuild like this: (remove the "")

Code: Select all

        rm "${D}/${KDEDIR}/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png" || die "deleting kmail.png failed"
}
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Top
Philantrop
Retired Dev
Retired Dev
Posts: 1130
Joined: Tue Dec 21, 2004 12:38 am
Location: Germany
Contact:
Contact Philantrop
Website

  • Quote

Post by Philantrop » Sat Oct 20, 2007 3:24 pm

cruzki wrote:kmail fail to emerge in the install phase.
I've just committed a fix.
Top
renrutal
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 135
Joined: Sat Mar 26, 2005 3:28 am
Location: Brazil

  • Quote

Post by renrutal » Sat Oct 20, 2007 3:26 pm

I've resynched, and now there are 3 more hours until it's done.
Top
Ingmarv
Retired Dev
Retired Dev
User avatar
Posts: 188
Joined: Tue Feb 27, 2007 12:45 am
Location: Belgium

  • Quote

Post by Ingmarv » Sat Oct 20, 2007 3:34 pm

renrutal wrote:I've resynched, and now there are 3 more hours until it's done.
Here's the change:
-rm "${D}/${KDEDIR}/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png" || die "deleting kmail.png failed"
+rm "${D}"/${KDEDIR}/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png || die "deleting kmail.png failed"
and ebuild ... manifest.
Top
ToeiRei
Veteran
Veteran
User avatar
Posts: 1191
Joined: Mon Jan 03, 2005 10:50 am
Location: Austria
Contact:
Contact ToeiRei
Website

  • Quote

Post by ToeiRei » Sat Oct 20, 2007 3:35 pm

It's already pretty warm in my flat and there are still some packages left (~10)...
Hope they don't do a gcc/glibc update before a huge temperature drop.
Please stand by - The mailer daemon is busy burning your messages in hell...
Top
renrutal
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 135
Joined: Sat Mar 26, 2005 3:28 am
Location: Brazil

  • Quote

Post by renrutal » Sat Oct 20, 2007 4:18 pm

ToeiRei wrote:It's already pretty warm in my flat and there are still some packages left (~10)...
Hope they don't do a gcc/glibc update before a huge temperature drop.
Why not, Gentoo is great to keep your room (and you) warm. Unless you like to feel the chilly winds.
Top
Offler
n00b
n00b
User avatar
Posts: 58
Joined: Sat Jun 12, 2004 11:03 am

  • Quote

Post by Offler » Sat Oct 20, 2007 4:30 pm

onesandzeros wrote: I'm sure my cpu can, too, seeing how it takes it like 14 hours to do KDE!
14 hours? It takes me 3 hours max on my Core Duo t2250 you must have installed every KDE package under the sun :D
Top
ocin
Guru
Guru
Posts: 500
Joined: Sun Jan 01, 2006 9:19 pm

  • Quote

Post by ocin » Sat Oct 20, 2007 4:34 pm

24-36h with my dual p3 (2x500) and 128mb ram :D (with distcc, the configure stuff takes the double of the compile time..)
Top
agent_jdh
Veteran
Veteran
Posts: 1783
Joined: Thu Aug 08, 2002 8:23 am
Location: Scotland

  • Quote

Post by agent_jdh » Sat Oct 20, 2007 4:54 pm

After correcting the kde-base manifest, 3.5.8 is up and running nicely for me here. Complete build only took 3h45m here on my XP3200+, which seems a lot quicker than before. Maybe I'm just imagining it, but it is the first time KDE has been upgraded since switching to gcc-4.2.2.
Jingle Jangle Jewellery
Top
ollonois
Tux's lil' helper
Tux's lil' helper
Posts: 130
Joined: Wed Sep 01, 2004 1:52 pm
Location: Germany

  • Quote

Post by ollonois » Sat Oct 20, 2007 7:15 pm

kde-base/kmailcvt-3.5.5 needs kdelibs-3.5.7 and so an update is not possible.
Top
Bill_Gates
n00b
n00b
Posts: 50
Joined: Mon Feb 28, 2005 1:40 pm
Location: Spain

  • Quote

Post by Bill_Gates » Sat Oct 20, 2007 7:21 pm

Code: Select all

 * kdebase-3.5-patchset-05.tar.bz2 RMD160 ;-) ...                         [ ok ]
 * kdebase-3.5-patchset-05.tar.bz2 SHA1 ;-) ...                           [ ok ]
 * kdebase-3.5-patchset-05.tar.bz2 SHA256 ;-) ...                         [ ok ]
 * kdebase-3.5-patchset-05.tar.bz2 size ;-) ...                           [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking kdebase-3.5.8.tar.bz2 ;-) ...                                 [ !! ]

!!! Digest verification failed:
!!! /usr/portage/distfiles/kdebase-3.5.8.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 24200172
!!! Expected: 18079192
"Si la mente fuese tan simple que la pudiesemos entender, seriamos tan tontos que no la entenderiamos"
Linux user # 212778
Linux Counter: http://counter.li.org
Top
ocin
Guru
Guru
Posts: 500
Joined: Sun Jan 01, 2006 9:19 pm

  • Quote

Post by ocin » Sat Oct 20, 2007 7:29 pm

Bill_Gates wrote:

Code: Select all

 * kdebase-3.5-patchset-05.tar.bz2 RMD160 ;-) ...                         [ ok ]
 * kdebase-3.5-patchset-05.tar.bz2 SHA1 ;-) ...                           [ ok ]
 * kdebase-3.5-patchset-05.tar.bz2 SHA256 ;-) ...                         [ ok ]
 * kdebase-3.5-patchset-05.tar.bz2 size ;-) ...                           [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking kdebase-3.5.8.tar.bz2 ;-) ...                                 [ !! ]

!!! Digest verification failed:
!!! /usr/portage/distfiles/kdebase-3.5.8.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got: 24200172
!!! Expected: 18079192
emerge --sync
Top
Bill_Gates
n00b
n00b
Posts: 50
Joined: Mon Feb 28, 2005 1:40 pm
Location: Spain

  • Quote

Post by Bill_Gates » Sat Oct 20, 2007 7:46 pm

emerge --sync

Code: Select all

('Filesize does not match recorded size', 24200172L, 18079192)
!!! Fetched file: kdebase-3.5.8.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      24200172
!!! Expected: 18079192
Refetching... File renamed to '/usr/portage/distfiles/kdebase-3.5.8.tar.bz2._checksum_failure_.9cUdgp'
Again .. ¿?
"Si la mente fuese tan simple que la pudiesemos entender, seriamos tan tontos que no la entenderiamos"
Linux user # 212778
Linux Counter: http://counter.li.org
Top
onesandzeros
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 108
Joined: Mon Sep 30, 2002 2:52 am

  • Quote

Post by onesandzeros » Sat Oct 20, 2007 7:50 pm

It probably takes some time for various updates to propagate to all the portage servers.

Does anyone know if portage's -f option checks all this stuff? I don't want to do the big update until I'm sure it's going to go through. I kind of depend on my KDE installation, heheh.
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

  • Quote

Post by gimpel » Sat Oct 20, 2007 8:11 pm

There is also a manifest error for kdesktop-3.5.8 in Xeffects overlay. The result looks the same as above (kdebase digest error)

So make sure you don't use that one.
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
Bill_Gates
n00b
n00b
Posts: 50
Joined: Mon Feb 28, 2005 1:40 pm
Location: Spain

  • Quote

Post by Bill_Gates » Sat Oct 20, 2007 9:22 pm

gimpel wrote:There is also a manifest error for kdesktop-3.5.8 in Xeffects overlay. The result looks the same as above (kdebase digest error)

So make sure you don't use that one.
You're right. I'm going to fix it.

Thanks
"Si la mente fuese tan simple que la pudiesemos entender, seriamos tan tontos que no la entenderiamos"
Linux user # 212778
Linux Counter: http://counter.li.org
Top
IvanMajhen
Guru
Guru
User avatar
Posts: 392
Joined: Sat Jun 10, 2006 11:38 am
Location: Croatia

  • Quote

Post by IvanMajhen » Sat Oct 20, 2007 9:56 pm

Is latest flash working with konqueror?
Top
voonte
n00b
n00b
Posts: 13
Joined: Tue Sep 04, 2007 4:47 pm

  • Quote

Post by voonte » Sun Oct 21, 2007 3:51 pm

Excellent work by the KDE team. No problems during the upgrade.
Top
Ingmarv
Retired Dev
Retired Dev
User avatar
Posts: 188
Joined: Tue Feb 27, 2007 12:45 am
Location: Belgium

  • Quote

Post by Ingmarv » Sun Oct 21, 2007 7:31 pm

IvanMajhen wrote:Is latest flash working with konqueror?
No, it isn't, but that's an upstream problem. I'm sure the KDE team will fix this, as soon as an upstream patch appears. :)
Top
Carlo
Developer
Developer
User avatar
Posts: 3356
Joined: Mon Aug 12, 2002 10:57 pm

  • Quote

Post by Carlo » Sun Oct 21, 2007 8:26 pm

Ingmarv wrote:I'm sure the KDE team will fix this, as soon as an upstream patch appears. :)
The KDE team can't fix anything, since the problem has nothing to do with KDE. Bug Adobe about it.
Please make sure that you have searched for an answer to a question after reading all the relevant docs.
Top
keteflips
n00b
n00b
Posts: 14
Joined: Fri Sep 14, 2007 10:13 am

  • Quote

Post by keteflips » Sun Oct 21, 2007 8:54 pm

Hi all.

I have a problem, I do that:

Code: Select all

#emerge -auv kde-meta
And the error:

Code: Select all

* Applying kdebase-3.5.7-kicker-kickoff-suse-642174.diff.bz2 ...

 * Failed Patch: kdebase-3.5.7-kicker-kickoff-suse-642174.diff.bz2 !
 *  ( /var/tmp/portage/kde-base/kicker-3.5.8/temp/14019.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/kde-base/kicker-3.5.8/temp/kdebase-3.5.7-kicker-kickoff-suse-642174.diff.bz2-14019.out

 *
 * ERROR: kde-base/kicker-3.5.8 failed.
 * Call stack:
 *             ebuild.sh, line 1695:  Called dyn_unpack
 *             ebuild.sh, line  811:  Called qa_call 'src_unpack'
 *             ebuild.sh, line   44:  Called src_unpack
 *   kicker-3.5.8.ebuild, line   68:  Called epatch '/var/tmp/portage/kde-base/kicker-3.5.8/distdir/kdebase-3.5.7-kicker-kickoff-suse-642174.diff.bz2'
 *         eutils.eclass, line  304:  Called die
 * The specific snippet of code:
 *                              die "Failed Patch: ${patchname}!"
 *  The die message:
 *   Failed Patch: kdebase-3.5.7-kicker-kickoff-suse-642174.diff.bz2!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/kde-base/kicker-3.5.8/temp/build.log'.
 *

Sorry foR my english :(
Top
Philantrop
Retired Dev
Retired Dev
Posts: 1130
Joined: Tue Dec 21, 2004 12:38 am
Location: Germany
Contact:
Contact Philantrop
Website

  • Quote

Post by Philantrop » Sun Oct 21, 2007 9:01 pm

keteflips wrote:I have a problem,
Yes, your problem is that you're using the xeffects overlay. Delete it. At least its KDE ebuilds.
Top
Ingmarv
Retired Dev
Retired Dev
User avatar
Posts: 188
Joined: Tue Feb 27, 2007 12:45 am
Location: Belgium

  • Quote

Post by Ingmarv » Sun Oct 21, 2007 9:03 pm

Carlo wrote:
Ingmarv wrote:I'm sure the KDE team will fix this, as soon as an upstream patch appears. :)
The KDE team can't fix anything, since the problem has nothing to do with KDE. Bug Adobe about it.
Top
Post Reply

111 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic