Did you have to edit the kdelibs-3.4.0_beta2 ebuild? It's got this in it (line 8):firephoto wrote:I renamed all of beta2* to rc1 in my local/portage/kde-base/ [...]
Code: Select all
MY_PV=3.3.92
Did you have to edit the kdelibs-3.4.0_beta2 ebuild? It's got this in it (line 8):firephoto wrote:I renamed all of beta2* to rc1 in my local/portage/kde-base/ [...]
Code: Select all
MY_PV=3.3.92
No because kdelibs*rc1 is already in portage.StringCheesian wrote:Did you have to edit the kdelibs-3.4.0_beta2 ebuild? It's got this in it (linefirephoto wrote:I renamed all of beta2* to rc1 in my local/portage/kde-base/ [...]:
Code: Select all
MY_PV=3.3.92

Works like a dream. I just adjusted it to my /usr/local/portage, did a test on a specific directory, worked, backed off to all of kde-base, works great it seems.fuji wrote:Just off the top of my head, but would this work?
`find /usr/portage/kde-base -iname '*rc1.ebuild' -exec /usr/sbin/ebuild {} digest \;`
Code: Select all
# find /usr/local/portage/kde-base -iname '*rc1.ebuild' -exec /usr/sbin/ebuild {} digest \;
>>> Generating digest file...
<<< kdeutils-3.3.90.tar.bz2
<<< kdeutils-3.3.90-3.3.91.tar.xdelta
<<< kdeutils-3.3.91-3.3.92.tar.xdelta
<<< kdeutils-3.3.92-3.4.0-rc1.tar.xdelta
<<< kdeutils-3.4.0-rc1.tar.bz2
>>> Generating manifest file...
<<< ChangeLog
<<< metadata.xml
<<< ark-3.4.0_rc1.ebuild
<<< files/digest-ark-3.4.0_rc1
>>> Computed message digests.
>>> Generating digest file...
>>> Generating manifest file...
<<< kde-3.3.2.ebuild
<<< kde-3.4.0_rc1.ebuild
<<< ChangeLog
<<< kde-3.2.3.ebuild
<<< metadata.xml
<<< kde-3.3.1.ebuild
<<< files/digest-kde-3.4.0_rc1
<<< files/digest-kde-3.2.3
<<< files/digest-kde-3.3.1
<<< files/digest-kde-3.3.2
>>> Computed message digests.
>>> Generating digest file...
<<< kdeutils-3.3.90.tar.bz2
<<< kdeutils-3.3.90-3.3.91.tar.xdelta
<<< kdeutils-3.3.91-3.3.92.tar.xdelta
<<< kdeutils-3.3.92-3.4.0-rc1.tar.xdelta
<<< kdeutils-3.4.0-rc1.tar.bz2
>>> Generating manifest file...
<<< ChangeLog
<<< metadata.xml
<<< kdf-3.4.0_rc1.ebuild
<<< files/digest-kdf-3.4.0_rc1
>>> Computed message digests.
>>> Generating digest file...
<<< kdebase-3.3.90.tar.bz2
<<< kdebase-3.3.90-3.3.91.tar.xdelta
<<< kdebase-3.3.91-3.3.92.tar.xdelta
<<< kdebase-3.3.92-3.4.0-rc1.tar.xdelta
<<< kdebase-3.4.0-rc1.tar.bz2
>>> Generating manifest file...
<<< kdm-3.4.0_rc1.ebuild
<<< ChangeLog
<<< metadata.xml
<<< files/kde.pam
<<< files/agent-shutdown.sh
<<< files/kde-np.pam
<<< files/agent-startup.sh
<<< files/digest-kdm-3.4.0_rc1
...
..
.
:)

Yes, it is a known problem - I posted it to kde bugzilla, and they told me it's fixed in CVS, so rc1 does not have this issue.younker wrote:I've emerged kde 3.4beta2, and I found the menu not worked as my expection, I choose to show prefrence menu from kcontrol, but I can't see the menu item in kmenu, I hope rc1 will resolve these problem.
Why not simply use emerge --digest? For some reason, most people don't seem to know that option for emerge... this will automatically digest all packages during the emerge.fuji wrote:Just off the top of my head, but would this work?
`find /usr/portage/kde-base -iname '*rc1.ebuild' -exec /usr/sbin/ebuild {} digest \;`


That seems to work too and my guess to why it's unknown is...Gaspode wrote:Why not simply use emerge --digest? For some reason, most people don't seem to know that option for emerge... this will automatically digest all packages during the emerge.fuji wrote:Just off the top of my head, but would this work?
`find /usr/portage/kde-base -iname '*rc1.ebuild' -exec /usr/sbin/ebuild {} digest \;`
Code: Select all
~ # emerge --help | grep -ie digest
~ #

Code: Select all
[nomerge ] kde-base/kde-i18n-3.4.0_beta2 +arts -debug -kdeenablefinal -xinerama
[ebuild UD] kde-base/kdelibs-3.4.0_beta2 [3.4.0_rc1] +alsa +arts +cups -debug -doc -jpeg2k -kdeenablefinal -kerberos -openexr +spell +ssl +tiff -xinerama 0 kB


Unfortunately this does not work here:Phlogiston. wrote: I think copying and renaming this ebuild should work, but I'm wondering why always the i18n ebuild is missing on kde releases???
Code: Select all
config.pl: fast created 297 file(s).
config.status: creating config.h
Good - your configure finished. Start make now
WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!
unsermake all
make: unsermake: Kommando nicht gefunden
make: *** [all] Fehler 127
!!! ERROR: kde-base/kde-i18n-3.4.0_rc1 failed.
!!! Function kde_src_compile, Line 166, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
Code: Select all
ARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!
unsermake all
ACCESS DENIED unlink: /usr/kde/unsermake/utilities.pyc
ACCESS DENIED open_wr: /usr/kde/unsermake/utilities.pyc
ACCESS DENIED unlink: /usr/kde/unsermake/handlerbase.pyc
ACCESS DENIED open_wr: /usr/kde/unsermake/handlerbase.pyc
ACCESS DENIED unlink: /usr/kde/unsermake/target.pyc
ACCESS DENIED open_wr: /usr/kde/unsermake/target.pyc
ACCESS DENIED unlink: /usr/kde/unsermake/program.pyc
ACCESS DENIED open_wr: /usr/kde/unsermake/program.pyc
all.am does not exist!
make: *** [all] Fehler 1

Code: Select all
emerge -uDavt world
These are the packages that I would merge, in reverse order:
Calculating world dependencies er
emerge: there are no ebuilds to satisfy "sys-apps/lm-sensors".
!!! Problem with ebuild kde-base/kde-meta-3.4.0_rc1
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.

I am wondering if they got rid of the various plugins and are just going with this one ebuild? That would suck as I only want a few plugins and not all. I will wait till all the packages arrive...more than a couple are still missing.firephoto wrote:lm sensors changed their name today in portage, - to a _.
The konq-plugins*rc1 ebuild is incorrect, it's an old copy of the ark-plugins ebuild with the new name. the konq-plugins*beta2 ebuild is correct for the new combined way.
Still a few packages missing but I think I have my system up to date now.


I filed a bug, probably a few others too that will show up with the ebuilds. I have one system that I'm waiting for the official ebuilds to all show up then I'll emerge world on it and check everything out good with the ebuilds.Lokheed wrote:I am wondering if they got rid of the various plugins and are just going with this one ebuild? That would suck as I only want a few plugins and not all. I will wait till all the packages arrive...more than a couple are still missing.firephoto wrote:lm sensors changed their name today in portage, - to a _.
The konq-plugins*rc1 ebuild is incorrect, it's an old copy of the ark-plugins ebuild with the new name. the konq-plugins*beta2 ebuild is correct for the new combined way.
Still a few packages missing but I think I have my system up to date now.
Also did you file a bug report for the konq-plugins error?
