Re: [gentoo-user] problem with emerge --sync

2025-01-21 Thread Jack
On 2025.01.21 12:57, Filip Kobierski wrote: Hi, I am no portage expert but wouldn't # emerge-webrsync help here? Unfortunately no, it doesn't work because the sync type is git, not rsync or webrsync. If that does not work I would hard reset the branch to HEAD~n commits (until branches conv

Re: [gentoo-user] problem with emerge --sync

2025-01-21 Thread Filip Kobierski
Hi, I am no portage expert but wouldn't wouldn't # emerge-webrsync help here? If that does not work I would hard reset the branch to HEAD~n commits (until branches converge) and sync again. Regards fkobi Original Message On 1/21/25 18:53, Jack wrote: > I had no problem upda

[gentoo-user] problem with emerge --sync

2025-01-21 Thread Jack
I had no problem updating my system two or three days ago, but today when I try to update, I get: Syncing repository 'gentoo' into '/var/db/repos/gentoo'... Auto packing the repository for optimum performance. See "git help gc" for manual housekeeping. Enumerating objects: 175170, done. Count

Re: [gentoo-user] problem with emerge depclean after world update

2022-10-01 Thread Neil Bothwick
On Fri, 30 Sep 2022 21:27:16 +0100, Wol wrote: > Does that mean an update typically cleans a replaced package > automagically? I thought that usually they got left behind and that was > why you needed depclean - to remove all the old versions? > > Certainly that's what I remember of depclean of

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread Arve Barsnes
On Fri, 30 Sept 2022 at 22:27, Wol wrote: > Does that mean an update typically cleans a replaced package > automagically? I thought that usually they got left behind and that was > why you needed depclean - to remove all the old versions? > > Certainly that's what I remember of depclean of old - t

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread Wol
On 30/09/2022 20:46, Matt Connell wrote: On Fri, 2022-09-30 at 20:36 +0100, Wol wrote: I've noticed that --depclean hardly seems to be cleaning anything out now. Despite regular emerge updates. I do an emerge update world every week, followed immediately by a depclean, but it's probably cleaned

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread Matt Connell
On Fri, 2022-09-30 at 20:36 +0100, Wol wrote: > I've noticed that --depclean hardly seems to be cleaning anything out > now. Despite regular emerge updates. I do an emerge update world every > week, followed immediately by a depclean, but it's probably cleaned > maybe one or two packages in the

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread John Covici
On Fri, 30 Sep 2022 15:36:10 -0400, Wol wrote: > > On 30/09/2022 20:05, Arve Barsnes wrote: > > Probably a temporary problem. app-misc/tracker-miners requires a > > version of app-text/poppler with subslot 123, but only ones with > > subslot 122 and 124 currently exists in tree (as of my tree sync

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread Wol
On 30/09/2022 20:05, Arve Barsnes wrote: Probably a temporary problem. app-misc/tracker-miners requires a version of app-text/poppler with subslot 123, but only ones with subslot 122 and 124 currently exists in tree (as of my tree synced within the last 24 hours). I'm sure that'll resolve itself

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread John Covici
OK, thanks. I will try an update after a couple of days. On Fri, 30 Sep 2022 15:05:43 -0400, Arve Barsnes wrote: > > On Fri, 30 Sept 2022 at 20:47, John Covici wrote: > > > > Hi. So, when I tried to do my emerge depclean after my world update, > > which went through with no problems, I get the

Re: [gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread Arve Barsnes
On Fri, 30 Sept 2022 at 20:47, John Covici wrote: > > Hi. So, when I tried to do my emerge depclean after my world update, > which went through with no problems, I get the following message: > > Calculating dependencies... done! > * Dependencies could not be completely resolved due to > * the

[gentoo-user] problem with emerge depclean after world update

2022-09-30 Thread John Covici
Hi. So, when I tried to do my emerge depclean after my world update, which went through with no problems, I get the following message: Calculating dependencies... done! * Dependencies could not be completely resolved due to * the following required packages not being installed: * * >=

Re: [gentoo-user] problem with emerge @preserved-rebuild

2019-05-31 Thread Mick
On Friday, 31 May 2019 20:08:45 BST allan gottlieb wrote: > A few weeks ago I did an eix-sync but (with final exams coming) I did > not do an emerge --update @world. > > The semester is over so I tried the emerge --update @world (still based > on the old eix-sync). Specifically > > emerge --

[gentoo-user] problem with emerge @preserved-rebuild

2019-05-31 Thread allan gottlieb
A few weeks ago I did an eix-sync but (with final exams coming) I did not do an emerge --update @world. The semester is over so I tried the emerge --update @world (still based on the old eix-sync). Specifically emerge --update --newuse --with-bdeps=n --exclude sys-kernel/linux-firmware --

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Paul Hartman
On Wed, Sep 9, 2009 at 8:28 AM, Dale wrote: > Neil Bothwick wrote: >> On Wed, 09 Sep 2009 08:04:27 -0500, Dale wrote: >> >> I do not, have never, and likely will never, trust this beast. vi + eyeballs is my preferred tool :-) >> >> You're not supposed to trust it. It gives a st

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Dale
Neil Bothwick wrote: > On Wed, 09 Sep 2009 08:04:27 -0500, Dale wrote: > > >>> I do not, have never, and likely will never, trust this beast. >>> >>> vi + eyeballs is my preferred tool :-) >>> > > You're not supposed to trust it. It gives a starting point for ${EDITOR} > and eyeballs. > >

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Massimiliano Ziccardi
Well.. as a gentoo newbie, I can say autounmask made my life much easier. Of course the error has been mine: I should have used the 'pretend' switch and look closer to the list... However, I don't think I would have noticed much: don't blame me, but many emerge aspects are still alien beasts to m

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Neil Bothwick
On Wed, 09 Sep 2009 08:04:27 -0500, Dale wrote: > > I do not, have never, and likely will never, trust this beast. > > > > vi + eyeballs is my preferred tool :-) You're not supposed to trust it. It gives a starting point for ${EDITOR} and eyeballs. > vi ? LOL I have used autounmask and so far

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Dale
Alan McKinnon wrote: > On Wednesday 09 September 2009 12:02:39 Massimiliano Ziccardi wrote: > >> Thanks! >> >> I removed it and now it works... however, I think autounmask added it (I >> > ^^ > > I do not, have never, and likely wi

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Alan McKinnon
On Wednesday 09 September 2009 12:02:39 Massimiliano Ziccardi wrote: > Thanks! > > I removed it and now it works... however, I think autounmask added it (I ^^ I do not, have never, and likely will never, trust this beast. vi + eyeballs

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Massimiliano Ziccardi
Thanks! I removed it and now it works... however, I think autounmask added it (I never did : I swear! :-) ) I thought however that 999 was a strange version number :-) Thanks, Massimiliano On Wed, Sep 9, 2009 at 11:56 AM, Alan McKinnon wrote: > On Wednesday 09 September 2009 11:22:31 Massi

Re: [gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Alan McKinnon
On Wednesday 09 September 2009 11:22:31 Massimiliano Ziccardi wrote: > Hi all (sorry to bother you again!!) > > I'm still in the middle of the process of updating to KDE4 > > Now the update blocks with and svn error: > > * The die message: > * subversion: can't fetch to > /usr/portage/d

[gentoo-user] Problem with emerge -uD world

2009-09-09 Thread Massimiliano Ziccardi
Hi all (sorry to bother you again!!) I'm still in the middle of the process of updating to KDE4 Now the update blocks with and svn error: * The die message: * subversion: can't fetch to /usr/portage/distfiles/svn-src/eselect-python/trunk from https://overlays.gentoo.org/svn/proj/python/

Re: [gentoo-user] Problem with emerge --update

2009-07-02 Thread Massimiliano Ziccardi
Thank you Alan. Just as an information, if it happens to something else: I've installed successfully the split ebuilds. However, after the upgrade, I had to disable UXA: with UXA Xorg didn't even start (it crashes). However (as glxgears says), FPS jumped from 500 to 1300... Thank you all, Mass

Re: [gentoo-user] Problem with emerge --update

2009-07-01 Thread Alan McKinnon
On Tuesday 30 June 2009 23:17:02 Massimiliano Ziccardi wrote: > >It's far preferable to let people like yourself suffer the consequences of > > not > > >reading documentation > > Touched :-) > > However, I read the documentation. > It's just that this is my first gentoo installation: I didn't get I

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Massimiliano Ziccardi
>It's far preferable to let people like yourself suffer the consequences of not >reading documentation Touched :-) However, I read the documentation. It's just that this is my first gentoo installation: I didn't get I had to uninstall the older version of the software to upgrade to the new one.

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Alan McKinnon
On Tuesday 30 June 2009 17:41:35 Massimiliano Ziccardi wrote: > I'm installing the split ebuild ( Very long operation.. x-/ ). > > Wouldn't be better to mask the kdebase monolithic ebuild, so that > unexperienced gentoo > linux users as I am would not spend useless hours installing it? No. That's

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Massimiliano Ziccardi
I'm installing the split ebuild ( Very long operation.. x-/ ). Wouldn't be better to mask the kdebase monolithic ebuild, so that unexperienced gentoo linux users as I am would not spend useless hours installing it? Thanks again for your prompt help, Massimiliano On Tue, Jun 30, 2009 at 3:22 PM,

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Alan McKinnon
On Tuesday 30 June 2009 14:40:20 Massimiliano Ziccardi wrote: > Hi all!! > > I tried today : > > emerge --update --deep world > > but I get the following error: > > [blocks B ] kde-base/kdebase ("kde-base/kdebase" is blocking > kde-base/kdelibs-3.5.10-r6) > > I'm not very expert about emerge, h

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Alex Schuster
Massimiliano Ziccardi writes: > emerge --update --deep world > > but I get the following error: > > [blocks B ] kde-base/kdebase ("kde-base/kdebase" is blocking > kde-base/kdelibs-3.5.10-r6) > > I'm not very expert about emerge, have you any idea about this error? > > Can I solve it in some wa

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread Volker Armin Hemmann
On Dienstag 30 Juni 2009, Massimiliano Ziccardi wrote: > Hi all!! > > I tried today : > > emerge --update --deep world > > but I get the following error: > > [blocks B ] kde-base/kdebase ("kde-base/kdebase" is blocking > kde-base/kdelibs-3.5.10-r6) > > I'm not very expert about emerge, have you

Re: [gentoo-user] Problem with emerge --update

2009-06-30 Thread AllenJB
Massimiliano Ziccardi wrote: Hi all!! I tried today : emerge --update --deep world but I get the following error: [blocks B ] kde-base/kdebase ("kde-base/kdebase" is blocking kde-base/kdelibs-3.5.10-r6) I'm not very expert about emerge, have you any idea about this error? Can I solve it

[gentoo-user] Problem with emerge --update

2009-06-30 Thread Massimiliano Ziccardi
Hi all!! I tried today : emerge --update --deep world but I get the following error: [blocks B ] kde-base/kdebase ("kde-base/kdebase" is blocking kde-base/kdelibs-3.5.10-r6) I'm not very expert about emerge, have you any idea about this error? Can I solve it in some way? (Please, don't as

Re: [gentoo-user] Problem with Emerge

2006-09-07 Thread Richard Broersma Jr
> > 3 days ago I just switched back to Gentoo after not using it for about 6 > > months. > > > > However, I've been having issues emerging packages. Frequently, the > > build will crap out and I'll get something like the following. Any idea > > why this happens? > > Are they happening in unrepr

Re: [gentoo-user] Problem with Emerge

2006-09-07 Thread Justin Findlay
On AD 2006 September 07 Thursday 11:11:46 PM -0400, Bill Six wrote: >Hi, > >3 days ago I just switched back to Gentoo after not using it for >about 6 months. > >However, I've been having issues emerging packages. Frequently, >the build will crap out and I'll get something like the >following. Any

Re: [gentoo-user] Problem with Emerge

2006-09-07 Thread Donnie Berkholz
Bill Six wrote: > Hi, > > 3 days ago I just switched back to Gentoo after not using it for about 6 > months. > > However, I've been having issues emerging packages. Frequently, the > build will crap out and I'll get something like the following. Any idea > why this happens? Are they happening

Re: [gentoo-user] Problem with Emerge

2006-09-07 Thread Bill Six
I wiped Ubuntu off of my machine, and installed a fresh copy of Gentoo from the 2006.1 release.  >What all did you upgrade before this?  Did you upgrade portage?  Therehas been a lot of changes in the last six months.Dale:-)  :-)--gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Problem with Emerge

2006-09-07 Thread Dale
Bill Six wrote: > Hi, > > 3 days ago I just switched back to Gentoo after not using it for about > 6 months. > > However, I've been having issues emerging packages. Frequently, the > build will crap out and I'll get something like the following. Any > idea why this happens? > > Thanks. > > ake[2]

[gentoo-user] Problem with Emerge

2006-09-07 Thread Bill Six
Hi,3 days ago I just switched back to Gentoo after not using it for about 6 months.However, I've been having issues emerging packages.  Frequently, the build will crap out and I'll get something like the following.  Any idea why this happens? Thanks.ake[2]: [java.stage1] Error 1 (ignored)mv: cannot

[gentoo-user] Problem with Emerge

2006-09-07 Thread Bill Six
Hi,3 days ago I just switched back to Gentoo after not using it for about 6 months.However, I've been having issues emerging packages.  Frequently, the build will crap out and I'll get something like the following.  Any idea why this happens? Thanks.ake[2]: [java.stage1] Error 1 (ignored)mv: cannot

Re: [gentoo-user] problem with emerge

2005-06-11 Thread YoYo Siska
Holly Bostick wrote: >>> >>>Cookie bet that it's a bootsplash-themes package... if so, uninstall >>>said package (since you can't use it if you don't have bootsplash >>>anyway), and then try the update again. >>> >>>Holly >> >> >>don't bootsplash themes work with fbsplash and splashutils? >>i think

Re: [gentoo-user] problem with emerge

2005-06-11 Thread Holly Bostick
YoYo Siska schreef: > Holly Bostick wrote: > >>Tim Igoe schreef: >> >> >>>Allan Spagnol Comar wrote: >>> >>> >>> Hi all I am having some problem with emerge, I had emerged bootsplash, then I discover in this list that for newer kernels we should use splashutils, then I unmerged bootspl

Re: [gentoo-user] problem with emerge

2005-06-11 Thread Tim Igoe
YoYo Siska wrote: > Holly Bostick wrote: > >>Tim Igoe schreef: >> >> >>>Allan Spagnol Comar wrote: >>> >>> >>> Hi all I am having some problem with emerge, I had emerged bootsplash, then I discover in this list that for newer kernels we should use splashutils, then I unmerged bootspl

Re: [gentoo-user] problem with emerge

2005-06-11 Thread YoYo Siska
Holly Bostick wrote: > Tim Igoe schreef: > >>Allan Spagnol Comar wrote: >> >> >>>Hi all I am having some problem with emerge, I had emerged bootsplash, >>>then I discover in this list that for newer kernels we should use >>>splashutils, then I unmerged bootsplash and emerged splashutils, now I >>>

Re: [gentoo-user] problem with emerge

2005-06-11 Thread Holly Bostick
Tim Igoe schreef: > > Allan Spagnol Comar wrote: > >>Hi all I am having some problem with emerge, I had emerged bootsplash, >>then I discover in this list that for newer kernels we should use >>splashutils, then I unmerged bootsplash and emerged splashutils, now I >>am trying to update my system

Re: [gentoo-user] problem with emerge

2005-06-11 Thread Tim Igoe
Allan Spagnol Comar wrote: > Hi all I am having some problem with emerge, I had emerged bootsplash, > then I discover in this list that for newer kernels we should use > splashutils, then I unmerged bootsplash and emerged splashutils, now I > am trying to update my system and I am receiving this

[gentoo-user] problem with emerge

2005-06-11 Thread Allan Spagnol Comar
Hi all I am having some problem with emerge, I had emerged bootsplash, then I discover in this list that for newer kernels we should use splashutils, then I unmerged bootsplash and emerged splashutils, now I am trying to update my system and I am receiving this message: [blocks B ] media-gfx/s