Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[PALUDIS] Support thread (current v. 0.24.6) - Part 3

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
373 posts
  • Page 10 of 15
    • Jump to page:
  • Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 15
  • Next
Author
Message
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Re: package.provided equivalent?

Post by slycordinator » Mon Aug 20, 2007 8:51 am

peterbye wrote:Can't seem to find a way to stop Paludis trying to install opal and ekiga (which don't build with gcc 4.20 and I have no use for anyway). In the old days I could do this with package.provided, what's the paludis way of telling it I don't want them? thanks

Code: Select all

for x in net-libs/opal net-im/ekiga ; do echo $x >> /etc/paludis/package_mask.conf
And I have no idea why you would use package.provided to avoid installing a package. package.provided was supposed to be your way of telling portage that you really had something installed (that portage didn't know about) that provided the stuff that the package in question provided. If you just didn't want the package to be installed you would've done the same script as above put change the file to /etc/portage/package.mask
Top
nikaya
Veteran
Veteran
User avatar
Posts: 1471
Joined: Sat May 13, 2006 9:43 am
Location: Germany

Re: package.provided equivalent?

Post by nikaya » Mon Aug 20, 2007 8:51 am

peterbye wrote:In the old days I could do this with package.provided, what's the paludis way of telling it I don't want them?
https://forums.gentoo.org/viewtopic-p-4 ... ml#4134372
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Top
lucapost
Veteran
Veteran
User avatar
Posts: 1420
Joined: Thu Nov 24, 2005 4:33 pm
Location: <ud|me|ts> - Italy
Contact:
Contact lucapost
Website

Post by lucapost » Wed Aug 22, 2007 3:56 pm

Are there any updates of http://forums.gentoo.org/viewtopic-p-37 ... ml#3749504?
LP
Top
Mcklaren
n00b
n00b
User avatar
Posts: 39
Joined: Sat Dec 03, 2005 10:37 am
Location: Spain

fix a warning with paludis -i package

Post by Mcklaren » Thu Aug 23, 2007 12:10 am

Hello, i'm another new user of paludis :wink:, and i've a small question, when i'd like install any package with paludis i get this message:
... Directory '/usr/portage/distfiles' owned by group 'portage', not 'paludisbuild', so cannot enable userpriv, then i'd like know how i can fix this of the correct method. More info of the message:

Code: Select all

paludis@1187826871: [WARNING] In program paludis -i amule:
  ... When performing install action from command line:
  ... When executing install task:
  ... When installing 'sys-apps/man-pages-2.63':
  ... When checking permissions on '/usr/portage/distfiles' for userpriv:
  ... Directory '/usr/portage/distfiles' owned by group 'portage', not 'paludisbuild', so cannot enable userpriv
>>> Running ebuild phase fetch as root:root...
>>> Starting builtin_fetch
>>> Need to fetch man-pages-2.63.tar.bz2
Thank you.
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Re: fix a warning with paludis -i package

Post by slycordinator » Thu Aug 23, 2007 2:39 am

Mcklaren wrote:Hello, i'm another new user of paludis :wink:, and i've a small question, when i'd like install any package with paludis i get this message:
... Directory '/usr/portage/distfiles' owned by group 'portage', not 'paludisbuild', so cannot enable userpriv, then i'd like know how i can fix this of the correct method. More info of the message:

Code: Select all

paludis@1187826871: [WARNING] In program paludis -i amule:
  ... When performing install action from command line:
  ... When executing install task:
  ... When installing 'sys-apps/man-pages-2.63':
  ... When checking permissions on '/usr/portage/distfiles' for userpriv:
  ... Directory '/usr/portage/distfiles' owned by group 'portage', not 'paludisbuild', so cannot enable userpriv
>>> Running ebuild phase fetch as root:root...
>>> Starting builtin_fetch
>>> Need to fetch man-pages-2.63.tar.bz2
Thank you.

Code: Select all

chown -R paludisbuild:paludisbuild /usr/portage/distfiles
Top
jkoerner
Apprentice
Apprentice
Posts: 270
Joined: Sat Nov 04, 2006 7:31 pm

Post by jkoerner » Fri Aug 24, 2007 6:43 pm

Howdy folks,
everything runs smoothly with paludis. No hassles, no problems, big thanks for this piece of software.

Has anybody removed portage on a productive box? Any experience with that, any hassles?
I use paludis since

Code: Select all

1177865871: Started emerge on: Apr 29, 2007 18:57:51
1177865871:  *** emerge --alphabetical paludis
1177865896:  >>> emerge (1 of 1) sys-apps/paludis-0.22.2 to /
and no problems(the real ones) ever since.
Top
peterbye
n00b
n00b
Posts: 24
Joined: Wed Apr 28, 2004 11:21 pm
Location: UK

Post by peterbye » Fri Aug 24, 2007 7:06 pm

I tried just moving the emerge script aside. First problem I hit was python-updater, had to put emerge back, run python-updater with --pretend then use paludis manually to rebuild the listed packages.
Top
zxy
Veteran
Veteran
User avatar
Posts: 1160
Joined: Fri Jan 06, 2006 8:07 am
Location: in bed in front of the computer
Contact:
Contact zxy
Website

Post by zxy » Fri Aug 24, 2007 7:36 pm

@lucapost: well I just mount /var/tmp/paludis as tmpfs in my fstab
otherwise iirc there is no progress.
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Top
pussi
l33t
l33t
Posts: 727
Joined: Sat May 08, 2004 9:28 am
Location: Finland

Post by pussi » Fri Aug 24, 2007 7:57 pm

peterbye wrote:I tried just moving the emerge script aside. First problem I hit was python-updater, had to put emerge back, run python-updater with --pretend then use paludis manually to rebuild the listed packages.
did you try python-updater -P paludis or didn't that work either?
Top
peterbye
n00b
n00b
Posts: 24
Joined: Wed Apr 28, 2004 11:21 pm
Location: UK

Post by peterbye » Fri Aug 24, 2007 9:51 pm

pussi wrote:
peterbye wrote:I tried just moving the emerge script aside. First problem I hit was python-updater, had to put emerge back, run python-updater with --pretend then use paludis manually to rebuild the listed packages.
did you try python-updater -P paludis or didn't that work either?
Nope, afraid I missed that option, but now I know for next time, thanks :D
Top
fldc2
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 112
Joined: Wed Jun 14, 2006 7:32 pm
Location: Motala, Sweden

Post by fldc2 » Sat Aug 25, 2007 8:14 am

Paludis seems to have stopped working with the latest upgrade of bash, any hint on how to fix this? :D
Top
iamben
Apprentice
Apprentice
Posts: 278
Joined: Mon May 10, 2004 1:23 am

Post by iamben » Sat Aug 25, 2007 6:19 pm

the broken bash version has been masked, downgrade to the latest unmasked and all is well. you'll probably need to use portage.
Top
vegaman
n00b
n00b
Posts: 18
Joined: Sat May 26, 2007 1:23 am

Post by vegaman » Sat Aug 25, 2007 10:25 pm

Code: Select all

emerge -av bash

These are the packages that would be merged, in order:

!!! All ebuilds that could satisfy "bash" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-shells/bash-3.2_p17 (masked by: corruption)
- app-shells/bash-3.2_p17-r1 (masked by: corruption)
- app-shells/bash-2.05b-r11 (masked by: corruption)
- app-shells/bash-3.0-r12 (masked by: corruption)
- app-shells/bash-3.1_p17 (masked by: corruption)
- app-shells/bash-3.0-r14 (masked by: corruption)
- app-shells/bash-3.0-r13 (masked by: corruption)
- app-shells/bash-3.2_p25 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.
Help?
Paludis won't install anything now either.

EDIT: It seems I have no bash...

Code: Select all

which bash
which: no bash in (/sbin:/bin:/usr/sbin:/usr/bin)
Time to get a stage3 tarball I guess
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Sat Aug 25, 2007 11:25 pm

You don't need to use a stage3 tarball.

You're probably getting corruption because paludis and portage don't work together. You'll likely have to remove the ".cache" directory inside your portage tree then do an "emerge --metadata" then you should be all set to re-install and older version of bash via emerge.

And remember that the version you masked needs to be added to /etc/portage/package.mask since obviously portage doesn't read paludis directories.
Top
vegaman
n00b
n00b
Posts: 18
Joined: Sat May 26, 2007 1:23 am

Post by vegaman » Sun Aug 26, 2007 1:01 am

Hmm, don't think that would have worked, because I made a mistake.
eix reported both bash-3.2_p17-r1 and bash-3.2_p25 as being installed, so without thinking too much I unmerged bash-3.2_p25... no more bash

So I got bash and sh from the stage3 tarball to get enough functionality to rebuild bash... not sure of the right way to do it, but that seems to have worked.
Top
CheshireCat
Guru
Guru
User avatar
Posts: 572
Joined: Sun Aug 25, 2002 11:06 pm

strange problem

Post by CheshireCat » Sun Aug 26, 2007 1:46 am

I'm running paludis on four computers, and they're all pretty much updated at the same time. One of them has started giving me trouble. Paludis fails after "Starting builtin_loadenv", without giving any clear indication what went wrong, no matter what I try to install. I tried reinstalling paludis from portage (and then rebuilding the installed cache), and I was able to do that succesfully, but it didn't fix the problem. Does anybody have any idea what might be going on here, or how to get more info about error? I've tried the debug log level, and other than dumping all of the environment variables, it doesn't add anything that clarifies the cause of the problem.

Code: Select all

/usr/libexec/paludis/ebuild.bash@1188092342: [DEBUG.EBUILD] Loading bashrc file /etc/paludis/bashrc (from ?)
>>> Running ebuild phases loadenv setup saveenv as root:root...
/usr/libexec/paludis/ebuild.bash@1188092342: [DEBUG.EBUILD] Starting hook 'ebuild_loadenv_pre' (from /nfs4/portage/sys-apps/paludis/paludis-0.24.6.ebuild)
>>> Starting builtin_loadenv
paludis@1188092342: [DEBUG] Starting hook 'install_fail'

Install error:
  * In program paludis -i --log-level debug --dl-deps-default discard paludis:
  * When performing install action from command line:
  * When executing install task:
  * When installing 'sys-apps/paludis-0.24.6':
  * Install error: Install failed for 'sys-apps/paludis-0.24.6::gentoo'
Urgh, now i'm seeing it on my laptop. So far, one amd64 system can still build, two x86 can't. :/.
Last edited by CheshireCat on Sun Aug 26, 2007 6:49 pm, edited 1 time in total.
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Sun Aug 26, 2007 2:00 am

vegaman wrote:Hmm, don't think that would have worked, because I made a mistake.
I'm pretty sure it would've worked perfectly. Even if you were currently running a bash shell and uninstalled bash your currently running shell would run fine (though if you ran any scripts that had "#!/bin/bash" they'd obviously fail).
So I got bash and sh from the stage3 tarball to get enough functionality to rebuild bash... not sure of the right way to do it, but that seems to have worked.
I assumed you meant you were gonna unpack the whole stage3 tarball which would've overwritten a lot of stuff that was newer. But your method would work fine.

Plus, it was probably quicker than my suggestion.
Top
vegaman
n00b
n00b
Posts: 18
Joined: Sat May 26, 2007 1:23 am

Post by vegaman » Sun Aug 26, 2007 2:19 am

slycordinator wrote: I'm pretty sure it would've worked perfectly. Even if you were currently running a bash shell and uninstalled bash your currently running shell would run fine (though if you ran any scripts that had "#!/bin/bash" they'd obviously fail).
Thanks for the suggestions, yeah, that was the problem I was having. It was trying to run a script and there was no /bin/sh to run it with, and if there had been there would've been no /bin/bash either.
But bash is rebuilt and paludis is updating my system again :)

Only problem I've had is that it insisted on getting pax-utils-0.1.16.tar.bz2 from my default mirror, and not running any checksums on it as there was no digest, but the ebuild refers to http://wh0rd.org/pax-utils-0.1.16.tar.bz2. Which works, but the mirrored version was different or corrupt, and wouldn't build.
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Sun Aug 26, 2007 2:30 am

vegaman wrote:Only problem I've had is that it insisted on getting pax-utils-0.1.16.tar.bz2 from my default mirror, and not running any checksums on it as there was no digest, but the ebuild refers to http://wh0rd.org/pax-utils-0.1.16.tar.bz2. Which works, but the mirrored version was different or corrupt, and wouldn't build.
That's because your default mirror is ALWAYS used first. That's by design.

The problem isn't paludis (portage would have the same problem btw); the problem is that you have a borked default mirror.

The only difference is that portage will try to redownload the file and not simply fail, but in the case of having a bad default mirror it'll redownload that file non-stop (and each time download the bad file then try again).
Top
vegaman
n00b
n00b
Posts: 18
Joined: Sat May 26, 2007 1:23 am

Post by vegaman » Sun Aug 26, 2007 6:43 am

slycordinator wrote:That's because your default mirror is ALWAYS used first. That's by design.

The problem isn't paludis (portage would have the same problem btw); the problem is that you have a borked default mirror.

The only difference is that portage will try to redownload the file and not simply fail, but in the case of having a bad default mirror it'll redownload that file non-stop (and each time download the bad file then try again).
But when I tried emerging it with portage, it fetched the right file for me, without trying my default mirror first. That's how I found what was going wrong. Though yes, my default mirror must have borked that file.
Top
omp
Retired Dev
Retired Dev
User avatar
Posts: 1018
Joined: Sat Sep 10, 2005 8:47 am
Location: Glendale, California
Contact:
Contact omp
Website

Post by omp » Mon Aug 27, 2007 9:25 pm

Just a note...

I've written a log parser for Paludis, similar to genlop or qlop for Portage log files. The only dependencies are Paludis and Ruby, and it seems to be pretty fast too. There is currently no ebuild, as it's just a single Ruby script, but if there is interest in one, I can make it and maybe even commit it to the tree. Feel free to send any feature requests or bug reports my way.

Ruby script: http://dev.gentoo.org/~omp/paludis/pint.rb
Source in HTML: http://dev.gentoo.org/~omp/paludis/pint.rb.html
Outdated screenshot: http://dev.gentoo.org/~omp/paludis/pint.png

Thank you and sorry for adding noise to the support thread. :)
meow.
Top
CrimsonKing
n00b
n00b
Posts: 12
Joined: Fri Feb 24, 2006 3:33 am

Re: strange problem

Post by CrimsonKing » Mon Aug 27, 2007 9:44 pm

CheshireCat wrote:I'm running paludis on four computers, and they're all pretty much updated at the same time. One of them has started giving me trouble. Paludis fails after "Starting builtin_loadenv", without giving any clear indication what went wrong, no matter what I try to install. I tried reinstalling paludis from portage (and then rebuilding the installed cache), and I was able to do that succesfully, but it didn't fix the problem. Does anybody have any idea what might be going on here, or how to get more info about error? I've tried the debug log level, and other than dumping all of the environment variables, it doesn't add anything that clarifies the cause of the problem.

Code: Select all

/usr/libexec/paludis/ebuild.bash@1188092342: [DEBUG.EBUILD] Loading bashrc file /etc/paludis/bashrc (from ?)
>>> Running ebuild phases loadenv setup saveenv as root:root...
/usr/libexec/paludis/ebuild.bash@1188092342: [DEBUG.EBUILD] Starting hook 'ebuild_loadenv_pre' (from /nfs4/portage/sys-apps/paludis/paludis-0.24.6.ebuild)
>>> Starting builtin_loadenv
paludis@1188092342: [DEBUG] Starting hook 'install_fail'

Install error:
  * In program paludis -i --log-level debug --dl-deps-default discard paludis:
  * When performing install action from command line:
  * When executing install task:
  * When installing 'sys-apps/paludis-0.24.6':
  * Install error: Install failed for 'sys-apps/paludis-0.24.6::gentoo'
Urgh, now i'm seeing it on my laptop. So far, one amd64 system can still build, two x86 can't. :/.
I'm experiencing this same problem, any luck fixing it Cheshire?
Top
slycordinator
Advocate
Advocate
User avatar
Posts: 3065
Joined: Sat Jan 31, 2004 9:51 pm
Location: Korea

Post by slycordinator » Mon Aug 27, 2007 9:56 pm

vegaman wrote:
slycordinator wrote:That's because your default mirror is ALWAYS used first. That's by design.

The problem isn't paludis (portage would have the same problem btw); the problem is that you have a borked default mirror.

The only difference is that portage will try to redownload the file and not simply fail, but in the case of having a bad default mirror it'll redownload that file non-stop (and each time download the bad file then try again).
But when I tried emerging it with portage, it fetched the right file for me, without trying my default mirror first. That's how I found what was going wrong. Though yes, my default mirror must have borked that file.
My guess is that /etc/make.conf, /etc/portage/mirrors, or both specify a different default mirror than you have in /etc/paludis/mirrors.conf
Top
KejPi
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 122
Joined: Sat Jan 17, 2004 1:48 pm
Location: Prague, Czech republic

Post by KejPi » Tue Aug 28, 2007 2:28 pm

Is there some altarnative to "quickpkg" working with paludis? Or can I use quickpkg?

My problem is following. I am using compiz-fusion from xeffects overlay and before updating I want to backup my current compiz-fusion installation just in case. If somethig is not working after compiz update I am downgrading to backup.

How to do this with paludis?

Thanks!
Top
nikaya
Veteran
Veteran
User avatar
Posts: 1471
Joined: Sat May 13, 2006 9:43 am
Location: Germany

Post by nikaya » Tue Aug 28, 2007 2:32 pm

Currently not.But maybe some day.
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Top
Locked

373 posts
  • Page 10 of 15
    • Jump to page:
  • Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 15
  • Next

Return to “Unsupported Software”

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