View previous topic :: View next topic |
Author |
Message |
StringCheesian l33t
Joined: 21 Oct 2003 Posts: 887
|
Posted: Sun Feb 27, 2005 3:18 am Post subject: |
|
|
firephoto wrote: | I renamed all of beta2* to rc1 in my local/portage/kde-base/ [...] |
Did you have to edit the kdelibs-3.4.0_beta2 ebuild? It's got this in it (line 8): |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Feb 27, 2005 3:25 am Post subject: |
|
|
StringCheesian wrote: | firephoto wrote: | I renamed all of beta2* to rc1 in my local/portage/kde-base/ [...] |
Did you have to edit the kdelibs-3.4.0_beta2 ebuild? It's got this in it (line : |
No because kdelibs*rc1 is already in portage.
You have to digest ALL the ebuilds (300+ for everything) so unless there's some way to do them all easily it means one by one on the command line or with abeni. |
|
Back to top |
|
|
fuji Tux's lil' helper
Joined: 26 Apr 2002 Posts: 111
|
Posted: Sun Feb 27, 2005 4:11 am Post subject: |
|
|
Just off the top of my head, but would this work?
`find /usr/portage/kde-base -iname '*rc1.ebuild' -exec /usr/sbin/ebuild {} digest \;` _________________ Came for the hype, stayed for Portage. |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Feb 27, 2005 4:23 am Post subject: |
|
|
I knew it was possible but never tried to figure it out.
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 \;` |
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.
Code: |
# 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
...
..
.
:)
|
Could of saved me lots of clicks earlier but I didn't have too many packages to digest. Thanks a lot, will come in handy when I make a set of kde "snapshot" ebuilds for my overlay. |
|
Back to top |
|
|
younker Apprentice
Joined: 18 Feb 2004 Posts: 280 Location: China
|
Posted: Sun Feb 27, 2005 5:07 am Post subject: |
|
|
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. |
|
Back to top |
|
|
Phemt Apprentice
Joined: 05 Apr 2003 Posts: 242
|
Posted: Sun Feb 27, 2005 10:39 am Post subject: |
|
|
someone who has a working overlay from kdebase?
It would be very apprecied |
|
Back to top |
|
|
blaster999 l33t
Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Sun Feb 27, 2005 10:45 am Post subject: |
|
|
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. |
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. _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
|
Gaspode n00b
Joined: 02 Oct 2004 Posts: 36
|
Posted: Sun Feb 27, 2005 12:43 pm Post subject: |
|
|
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 \;` |
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. |
|
Back to top |
|
|
Merlin-TC l33t
Joined: 16 May 2003 Posts: 603 Location: Germany
|
Posted: Sun Feb 27, 2005 3:30 pm Post subject: |
|
|
Any news on when the rest of the ebuilds will be out? Right now it's only arts and kdelibs isn't it? |
|
Back to top |
|
|
_hephaistos_ Advocate
Joined: 07 Apr 2004 Posts: 2694 Location: salzburg, austria
|
Posted: Sun Feb 27, 2005 3:58 pm Post subject: |
|
|
Merlin-TC wrote: | Right now it's only arts and kdelibs isn't it? |
yes... unfortunately |
|
Back to top |
|
|
elsenator Tux's lil' helper
Joined: 19 Jan 2005 Posts: 89
|
Posted: Sun Feb 27, 2005 4:00 pm Post subject: |
|
|
Merlin-TC wrote: | Any news on when the rest of the ebuilds will be out? Right now it's only arts and kdelibs isn't it? |
Yes, it is. I'm quite sure they are working to get them done right now... But i guess it might take a while before it's up in the repository. We'll just have to wait. |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Feb 27, 2005 4:21 pm Post subject: |
|
|
Gaspode wrote: | 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 \;` |
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. |
That seems to work too and my guess to why it's unknown is...
Code: |
~ # emerge --help | grep -ie digest
~ #
|
The only mention of digest comes up in the man:ebuild page. Thanks for the tip though it does work out better than digesting ALL the ebuilds.
I got the thinkpad updated to rc1, it only has arts, libs, base on it though. |
|
Back to top |
|
|
Corny n00b
Joined: 08 Dec 2004 Posts: 6 Location: Oberhausen, Germany
|
Posted: Sun Feb 27, 2005 7:06 pm Post subject: |
|
|
What's up with the ebuilds? It didn't took them so long with the betas, or is it just me and my impatiency?
Are there problems with the RC1? _________________ Hit me, you can't hurt me. |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Feb 27, 2005 7:38 pm Post subject: |
|
|
*edit The official ebuilds are out, see below. edit*
Last edited by firephoto on Sun Feb 27, 2005 9:28 pm; edited 1 time in total |
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Sun Feb 27, 2005 9:09 pm Post subject: |
|
|
why waiting?
They are out now!!!
*happy* compiling
the only problem:
Code: |
[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
|
I think copying and renaming this ebuild should work, but I'm wondering why always the i18n ebuild is missing on kde releases??? _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Feb 27, 2005 9:27 pm Post subject: |
|
|
They unsplit all the konqueror-plugins so now it seems to be all or nothing for them. I hope that means the stupid rellinks bar doesn't pop up all the time still.
Maybe there was some breakage due to the split of the konqueror-plugins?
kdepim packages seem to be emerging now but they're not all there yet. |
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Sun Feb 27, 2005 9:38 pm Post subject: |
|
|
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??? |
Unfortunately this does not work here:
Code: |
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.
|
Any hint?
I also merged unsermake:
Code: |
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
|
_________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
^PsYcHo n00b
Joined: 27 Feb 2005 Posts: 25
|
Posted: Sun Feb 27, 2005 10:40 pm Post subject: |
|
|
Packages.gentoo. is looking real beautiful with rc1 all over the place _________________ -m3h s3x11 sCr33n1e-
Last edited by ^PsYcHo on Sun Feb 27, 2005 10:47 pm; edited 1 time in total |
|
Back to top |
|
|
iverson0881 Apprentice
Joined: 08 Jan 2004 Posts: 285 Location: CA
|
Posted: Sun Feb 27, 2005 10:46 pm Post subject: |
|
|
Looks like they did a little typo with lm_sensors package.
Code: |
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.
|
should've read "sys-apps/lm_sensors" . |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Feb 27, 2005 11:19 pm Post subject: |
|
|
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. |
|
Back to top |
|
|
Lokheed Veteran
Joined: 12 Jul 2004 Posts: 1295 Location: /usr/src/linux
|
Posted: Sun Feb 27, 2005 11:55 pm Post subject: |
|
|
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 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.
Also did you file a bug report for the konq-plugins error?
EDIT: I saw your post above that they indeed got rid of the various plugins...to bad. _________________ You're not afraid of the dark are you?
Last edited by Lokheed on Mon Feb 28, 2005 12:01 am; edited 1 time in total |
|
Back to top |
|
|
iverson0881 Apprentice
Joined: 08 Jan 2004 Posts: 285 Location: CA
|
Posted: Sun Feb 27, 2005 11:56 pm Post subject: |
|
|
I found that "ksysguard-3.4.0_rc1" is the problem. It has the incorrect "-" instead of "_"
Should I report this into the bug or do devs look at this post? |
|
Back to top |
|
|
Lokheed Veteran
Joined: 12 Jul 2004 Posts: 1295 Location: /usr/src/linux
|
Posted: Mon Feb 28, 2005 12:01 am Post subject: |
|
|
iverson0881 wrote: | I found that "ksysguard-3.4.0_rc1" is the problem. It has the incorrect "-" instead of "_"
Should I report this into the bug or do devs look at this post? |
Report it please. _________________ You're not afraid of the dark are you? |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Mon Feb 28, 2005 12:02 am Post subject: |
|
|
Lokheed wrote: | 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 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.
Also did you file a bug report for the konq-plugins error? |
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.
iverson0881 if you've tracked down the problem for sure I'd file a bug, make sure it's reported to the kde team, it's in the guided report. |
|
Back to top |
|
|
iverson0881 Apprentice
Joined: 08 Jan 2004 Posts: 285 Location: CA
|
|
Back to top |
|
|
|