Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[PALUDIS] Support thread (current v. 0.24.6) - Part 3
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 11, 12, 13, 14, 15  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Sun Sep 16, 2007 4:34 pm    Post subject: Reply with quote

This might just be me not being able to search as I should, or me missing something obvious, but for a while now (I've been without a connection at home for a month or so, so the problem has stalled, but I haven't been able to solve it anyway.)
Code:
paludis -ai world
stops with this:
Quote:
Query error:
* In program /usr/bin/paludis -i world --show-reasons full:
* When performing install action from command line:
* When executing install task:
* When adding PackageDepSpec 'net-www/apache':
* No versions of 'net-www/apache' are available


And I can't figure out which package is the culprit. The last package in the list that the system throws at med is media-plugins/gst-plugins-sidplay and I have rebuilt that a couple of times.

Please, how do I find out which package is depending on net-www/apache? Or how do I get rid of this error?

Sorry if this is a case of rtfm, but I can't figure it out.
_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
nikaya
Veteran
Veteran


Joined: 13 May 2006
Posts: 1471
Location: Germany

PostPosted: Sun Sep 16, 2007 5:13 pm    Post subject: Reply with quote

Have you synced again?'net-www/apache' has moved to 'www-servers/apache'.
_________________
Notes on Dhamma
How to waste your time: look for an explanation of consciousness, ask to know what feeling is. (Nanavira Thera)
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Sep 18, 2007 12:01 am    Post subject: Reply with quote

How can I unmask an ebuild that has not set any keywords at all? I'm using ebuilds from the xeffects overlay which are masked like this, in portage I used ** for the keyword in package.keywords.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Tue Sep 18, 2007 12:18 am    Post subject: Reply with quote

Phlogiston wrote:
How can I unmask an ebuild that has not set any keywords at all? I'm using ebuilds from the xeffects overlay which are masked like this, in portage I used ** for the keyword in package.keywords.
in /etc/paludis/keywords.conf:
Code:
app-smth/application *
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Tue Sep 18, 2007 3:30 am    Post subject: Reply with quote

pussi wrote:
Phlogiston wrote:
How can I unmask an ebuild that has not set any keywords at all? I'm using ebuilds from the xeffects overlay which are masked like this, in portage I used ** for the keyword in package.keywords.
in /etc/paludis/keywords.conf:
Code:
app-smth/application *


I'm not sure that'll work. I believe * will accept any keywords but a lack of a keyword isn't a keyword.
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Tue Sep 18, 2007 10:20 am    Post subject: Reply with quote

slycordinator wrote:
I'm not sure that'll work. I believe * will accept any keywords but a lack of a keyword isn't a keyword.
well.. it works for me
Back to top
View user's profile Send private message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Wed Sep 19, 2007 4:14 am    Post subject: Reply with quote

nikaya wrote:
Have you synced again?'net-www/apache' has moved to 'www-servers/apache'.


Yes, I have synced repeatedly, I think the problem is that some old package is depending on the old net-www/apache, and since the package depends on it, it breaks. I need to find out which package it is that depends on it so I can remove all versions and have a working system again.

I think I did a rebuild of all slotted web-apps, but I either missed something, or there's another package depending on apache.

Please help me solve this. :)
_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Wed Sep 19, 2007 5:22 am    Post subject: Reply with quote

netshade wrote:
nikaya wrote:
Have you synced again?'net-www/apache' has moved to 'www-servers/apache'.


Yes, I have synced repeatedly, I think the problem is that some old package is depending on the old net-www/apache, and since the package depends on it, it breaks. I need to find out which package it is that depends on it so I can remove all versions and have a working system again.

I think I did a rebuild of all slotted web-apps, but I either missed something, or there's another package depending on apache.

Please help me solve this. :)


Code:
echo net-www/apache >> /etc/paludis/package_mask.conf


Now you'll get an error when you use paludis and it should tell you which package is the culprit.

edit: It's probably an installed ebuild pulling in the old dependency. You'll likely just reinstall the package (since it's likely the ebuild in the tree was updated but the one in /var/db/pkg is the one that is being used for the dependency).
Back to top
View user's profile Send private message
thaldyron
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 227
Location: On Earth

PostPosted: Fri Sep 21, 2007 7:29 am    Post subject: Reply with quote

Two questions:

1. The package app-something/something-1.2-r3 is masked by ~amd64. Then adding
=app-something/something-1.2-r3
to package_unmask.conf should unmask it, right? However, I need to add an entry to keywords.conf to make it work. Unfortunately this unmasks all versions of the package which is not what I want. What am I doing wrong?

2. Is there anything similar to package.provided for paludis?
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Fri Sep 21, 2007 1:37 pm    Post subject: Reply with quote

thaldyron wrote:
Two questions:

1. The package app-something/something-1.2-r3 is masked by ~amd64. Then adding
=app-something/something-1.2-r3
to package_unmask.conf should unmask it, right? However, I need to add an entry to keywords.conf to make it work. Unfortunately this unmasks all versions of the package which is not what I want. What am I doing wrong?
package_unmask.conf is for hard masked packages, not for keywords. =app-something/something-1.2-r3 ~amd64 in keywords.conf should work.

thaldyron wrote:
2. Is there anything similar to package.provided for paludis?
no
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Fri Sep 21, 2007 5:16 pm    Post subject: Reply with quote

thaldyron wrote:
2. Is there anything similar to package.provided for paludis?


How many times do I have to answer this question in this thread alone?

slycordinator wrote:
pussi wrote:
Another thing that I couldn't figure out is where's paludis' equivalent of /etc/portage/profile/package.provided?


1) There is no paludis equivalent of package.provided and that's A GOOD THING. What if you have a package that depends on another being built with a specific USE flag? Since no info on that package would be stored in /var/db/pkg there'd be no way to tell if it was or wasn't built with it and even if paludis assumed yes to every USE flag just to make them work, how does it then keep track of the fact that the outside package may not have really been built with the support the USE flag was meant for? package.provided is a bad kludge.
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Sun Sep 23, 2007 1:33 am    Post subject: Reply with quote

I keep on trying to reinstall python and the actual install goes fine but it doesn't update symlinks correctly. Is paludis not compatible with the new "alternatives.eclass"?

The python ebuilds use "ecompress" which was introduced with the alternatives.eclass and everytime I install python with paludis I get
Code:
>>> Starting pkg_postrm
/var/db/pkg/dev-lang/-reinstalling-python-2.4.4-r5/loadsaveenv: line 4146: ecompress: command not found
 * Linking /usr/bin/python2.4 to //usr/bin/python (relative)
 * Linking /usr/bin/python2.4 to //usr/bin/python2 (relative)
 * Linking /usr/bin/idle2.4 to //usr/bin/idle (relative)
 * Linking /usr/bin/pydoc2.4 to //usr/bin/pydoc (relative)
 * Removing dead symlink //usr/bin/python-config
 * Unable to establish //usr/share/man/man1/python.1 symlink
 * Cleaning orphaned Python bytecode from //usr/lib/python2.4 ..
>>> Done pkg_postrm
>>> Completed ebuild phases loadenv postrm
>>> Running ebuild phases loadenv postinst saveenv as root:root...
>>> Starting builtin_loadenv
>>> Done builtin_loadenv
>>> Starting pkg_postinst
/var/tmp/paludis/dev-lang/python-2.4.4-r5/temp/loadsaveenv: line 4093: ecompress: command not found
 * Linking /usr/bin/python2.4 to /usr/bin/python (relative)
 * Linking /usr/bin/python2.4 to /usr/bin/python2 (relative)
 * Linking /usr/bin/idle2.4 to /usr/bin/idle (relative)
 * Linking /usr/bin/pydoc2.4 to /usr/bin/pydoc (relative)
 * Unable to establish /usr/bin/python-config symlink
 * Unable to establish /usr/share/man/man1/python.1 symlink
Back to top
View user's profile Send private message
sss123NEXT
n00b
n00b


Joined: 23 Sep 2007
Posts: 32
Location: Ukraine\Crimea\Alushta

PostPosted: Sun Sep 23, 2007 4:39 am    Post subject: Reply with quote

hi all, how i can install some packages in different directory?, i have some big package ..., sorry if it already asked ....
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Sun Sep 23, 2007 5:11 am    Post subject: Reply with quote

sss123NEXT wrote:
hi all, how i can install some packages in different directory?, i have some big package ..., sorry if it already asked ....


Vagueness gets us nowhere.
Back to top
View user's profile Send private message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Sun Sep 23, 2007 7:24 am    Post subject: Reply with quote

slycordinator wrote:
netshade wrote:
nikaya wrote:
Have you synced again?'net-www/apache' has moved to 'www-servers/apache'.


Yes, I have synced repeatedly, I think the problem is that some old package is depending on the old net-www/apache, and since the package depends on it, it breaks. I need to find out which package it is that depends on it so I can remove all versions and have a working system again.

I think I did a rebuild of all slotted web-apps, but I either missed something, or there's another package depending on apache.

Please help me solve this. :)


Code:
echo net-www/apache >> /etc/paludis/package_mask.conf


Now you'll get an error when you use paludis and it should tell you which package is the culprit.

edit: It's probably an installed ebuild pulling in the old dependency. You'll likely just reinstall the package (since it's likely the ebuild in the tree was updated but the one in /var/db/pkg is the one that is being used for the dependency).


I would love to try that, but now paludis hangs on virtual/x11 and I can't figure that one out. Same as before, no clue as to which package it is, and I don't know how to figure out which packages that depend on it. I masked it in package_mask.conf to no avail.

Help? :)
_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Sun Sep 23, 2007 10:06 pm    Post subject: Reply with quote

netshade wrote:
I would love to try that, but now paludis hangs on virtual/x11 and I can't figure that one out. Same as before, no clue as to which package it is, and I don't know how to figure out which packages that depend on it. I masked it in package_mask.conf to no avail.

Help? :)


You need to find out what you have installed that wants virtual/x11 as virtual/x11 was punted 2 months ago (because there's no need for it anymore since all packages currently in the tree have been ported to the modular X).

And once you've figured out which package it is that depends on virtual/x11 you will need to update to the newest version of that package.
Back to top
View user's profile Send private message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Mon Sep 24, 2007 7:57 pm    Post subject: Reply with quote

I understand that much, but how do I figure out which packages depend on another? I tried equery a while ago, but that didn't work, (that might have changed since I fixed alot of python packages earlier today) but what is that the way to go, or do paludis support a dep-query in any way?

I'm sorry if I'm unclear or fuzzy in any way, but I do imagine that a dep-query tool would solve alot of my problems. (My system is a mess, and it would be alot easier to clean some crap out if I could check if any package depends on another, or like in this case, update what brakes by finding out the dependancy.)

Thanks in advance again. :)
_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Tue Sep 25, 2007 3:36 am    Post subject: Reply with quote

You could start by posting the error message.
Back to top
View user's profile Send private message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Tue Sep 25, 2007 7:15 am    Post subject: Reply with quote

slycordinator wrote:
You could start by posting the error message.


Yes, of course! I'm sorry I thought I had done that, but I didn't. The error is the same as the earlier one, but with virtual/x11 instead of net-www/apache.

Code:

Query error:
  * In program /usr/bin/paludis -i world:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepSpec 'virtual/x11':
  * No versions of 'virtual/x11' are available


I also tried running equery last night when I got home, and I had it running for ~40 minutes before I had to turn the computer off and go to sleep, is it supposed to take that long? I recall it as quite quick, but I haven't used it for a long time...

Thanks again for your efforts, I feel like a newbie again.
_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Tue Sep 25, 2007 7:33 am    Post subject: Reply with quote

netshade wrote:
slycordinator wrote:
You could start by posting the error message.


Yes, of course! I'm sorry I thought I had done that, but I didn't. The error is the same as the earlier one, but with virtual/x11 instead of net-www/apache.

Code:

Query error:
  * In program /usr/bin/paludis -i world:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepSpec 'virtual/x11':
  * No versions of 'virtual/x11' are available


I also tried running equery last night when I got home, and I had it running for ~40 minutes before I had to turn the computer off and go to sleep, is it supposed to take that long? I recall it as quite quick, but I haven't used it for a long time...

Thanks again for your efforts, I feel like a newbie again.


I meant posting the whole display of the error. Like there'll be a part before that which will show you the package that was failing.
Back to top
View user's profile Send private message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Tue Sep 25, 2007 8:22 am    Post subject: Reply with quote

slycordinator wrote:
netshade wrote:
slycordinator wrote:
You could start by posting the error message.


Yes, of course! I'm sorry I thought I had done that, but I didn't. The error is the same as the earlier one, but with virtual/x11 instead of net-www/apache.

Code:

Query error:
  * In program /usr/bin/paludis -i world:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepSpec 'virtual/x11':
  * No versions of 'virtual/x11' are available


I also tried running equery last night when I got home, and I had it running for ~40 minutes before I had to turn the computer off and go to sleep, is it supposed to take that long? I recall it as quite quick, but I haven't used it for a long time...

Thanks again for your efforts, I feel like a newbie again.


I meant posting the whole display of the error. Like there'll be a part before that which will show you the package that was failing.


That's the problem, there's no mention of virtual/x11 before the error occurs. I'll post it, and perhaps someone can see the culprit, I know I can't. Thanks for bareing with me!

Code:
niefelheim ~ # paludis -ai world
Building target list...
Building dependency list.../usr/bin/paludis@1190708229: [QA] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'virtual/baselayout':
  ... When loading entries for virtuals repository:
  ... When fetching versions of 'dev-lang/php' in gentoo:
  ... When loading versions for 'dev-lang/php' in gentoo:
  ... When parsing version spec '5.2.4_pre200708051230-r2':
  ... Number part '200708051230' exceeds 8 digit limit
/usr/bin/paludis@1190708277: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'app-admin/psmon':
  ... When adding installed package 'app-admin/psmon-1.0.4::installed':
  ... Ignoring run dependencies due to exception 'Error searching for 'dev-perl/Getopt-Long': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708307: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'app-misc/geekcode':
  ... When adding installed package 'app-misc/geekcode-1.7.3::installed':
  ... Ignoring run dependencies due to exception 'Error searching for 'virtual/glibc': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708328: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'app-text/docbook-sgml-utils':
  ... When adding installed package 'app-text/docbook-sgml-utils-0.6.14::installed':
  ... Ignoring run dependencies due to exception 'Error searching for 'virtual/textbrowser': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708345: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'games-action/xshipwars':
  ... When adding installed package 'games-action/xshipwars-1.34.0::installed':
  ... Ignoring run dependencies due to exception 'Error searching for 'virtual/glibc': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708363: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'kde-base/kde-meta':
  ... When adding installed package 'kde-base/kde-meta-3.5.7::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec '~kde-base/kdemultimedia-meta-3.5.7':
  ... When adding installed package 'kde-base/kdemultimedia-meta-3.5.7::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec 'kde-base/artsplugin-audiofile[~3.5.7|~3.5.6|~3.5.5|~3.5.4]':
  ... When adding installed package 'kde-base/artsplugin-audiofile-3.5.4::installed':
  ... Ignoring run dependencies due to exception 'Error searching for '~kde-base/kde-env-3': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708367: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'kde-base/kde-meta':
  ... When adding installed package 'kde-base/kde-meta-3.5.7::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec '~kde-base/kdetoys-meta-3.5.7':
  ... When adding installed package 'kde-base/kdetoys-meta-3.5.7::installed':
  ... Ignoring run dependencies due to exception 'Error searching for '~kde-base/kworldwatch-3.5.7': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708368: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'kde-base/kde-meta':
  ... When adding installed package 'kde-base/kde-meta-3.5.7::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec '~kde-base/kdeartwork-meta-3.5.7':
  ... When adding installed package 'kde-base/kdeartwork-meta-3.5.7::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepSpec '~kde-base/kdeartwork-kworldclock-3.5.7':
  ... When adding installed package 'kde-base/kdeartwork-kworldclock-3.5.7::installed':
  ... Ignoring run dependencies due to exception 'Error searching for '~kde-base/kworldwatch-3.5.7': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708373: [WARNING] In program /usr/bin/paludis -i world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepSpec 'media-plugins/gst-plugins-sidplay':
  ... When adding package 'media-plugins/gst-plugins-sidplay-0.10.6::gentoo':
  ... When adding run dependencies as pre dependencies:
  ... When adding PackageDepSpec '=media-libs/libsidplay-1.3*':
  ... When adding installed package 'media-libs/libsidplay-1.36.57::installed':
  ... Ignoring run dependencies due to exception 'Error searching for 'virtual/glibc': no available versions' (paludis::AllMaskedError)
/usr/bin/paludis@1190708382: [WARNING] VDBRepository entry 'net-p2p/mldonkey-2.8.7' in '/var/db/pkg' has empty SLOT, setting to "0"

Query error:
  * In program /usr/bin/paludis -i world:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepSpec 'virtual/x11':
  * No versions of 'virtual/x11' are available
niefelheim ~ #

_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Tue Sep 25, 2007 2:53 pm    Post subject: Reply with quote

Perhaps you have virtual/x11 in your world file.
Back to top
View user's profile Send private message
netshade
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 85
Location: Sweden

PostPosted: Wed Sep 26, 2007 7:40 am    Post subject: Reply with quote

slycordinator wrote:
Perhaps you have virtual/x11 in your world file.


Yes! Thank you, that's was the thing I missed! I thought it was a package that wanted it, so I never checked the world-file. When I did last night, there it was.
Now, paludis -ai world spits out alot of packages, but that's just what I like. :)

All I wonder now is: Is it right to just remove the line from the world-file, or is there a more gentooish way of handling it?

(I'm sorry if this sounds ironic, I just reread what I wrote and figured it might do. However, it's not ironic in any way, I'm very grateful for all your efforts!)
_________________
From where the shadows turn into nightmare, netshade greets you...
Back to top
View user's profile Send private message
MageSlayer
Apprentice
Apprentice


Joined: 26 Jul 2007
Posts: 252
Location: Ukraine

PostPosted: Thu Sep 27, 2007 8:38 am    Post subject: gcc info problem Reply with quote

Hi, all.

I'm trying to install gdc 0.23 (0.24 same issue, only manual rename) using https://bugs.gentoo.org/attachment.cgi?id=124766 ebuild. But I get the following error:
Code:
paludis@1190882131: [WARNING] In program paludis -i dev-lang/gdc --dl-upgrade as-needed:
  ... When performing install action from command line:
  ... When executing install task:
  ... When installing 'dev-lang/gdc-0.24':
  ... 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
>>> Already have gdc-0.24-src.tar.bz2
>>> Need to fetch gcc-...tar.bz2
wget -T 30 -t 1 -O /usr/portage/distfiles/gcc-...tar.bz2 http://gentoo.virginmedia.com/distfiles/gcc-...tar.bz2
--11:35:51--  http://gentoo.virginmedia.com/distfiles/gcc-...tar.bz2
           => `/usr/portage/distfiles/gcc-...tar.bz2'
Resolving gentoo.virginmedia.com... 194.117.143.72, 194.117.143.69, 194.117.143.70, ...
Connecting to gentoo.virginmedia.com|194.117.143.72|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
11:35:54 ERROR 404: Not Found.

wget -T 30 -t 1 -O /usr/portage/distfiles/gcc-...tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-../gcc-...tar.bz2
--11:35:56--  ftp://gcc.gnu.org/pub/gcc/releases/gcc-../gcc-...tar.bz2
           => `/usr/portage/distfiles/gcc-...tar.bz2'
Resolving gcc.gnu.org... 209.132.176.174
Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gcc/releases/gcc-.. ...
No such directory `pub/gcc/releases/gcc-..'.


 * Couldn't fetch the following components:
 *   * gcc-...tar.bz2


!!! ERROR in dev-lang/gdc-0.24:
!!! In builtin_fetch at line 76
!!! builtin_fetch failed

!!! Call stack:
!!!    * builtin_fetch (/usr/libexec/paludis/builtin_fetch.bash:76)
!!!    * ebuild_f_fetch (/usr/libexec/paludis/builtin_fetch.bash:130)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:363)
!!!    * main (/usr/libexec/paludis/ebuild.bash:381)

die trap: exiting with error.


It seems that ebuild gcc info detecting doesnot work.
Code:
GCC_PV=`gcc-version`
GCC_PVS=`gcc-major-version`.`gcc-minor-version`.`gcc-micro-version`
GCC_PVF=`gcc-fullversion`
GCC_LIBS="`gcc-config --get-lib-path`"


I'm not sure, but that vars must be initialized using portage eclass functionality. Correct me, please, if I'm wrong.
So does Paludis supports this eclass feature?
Back to top
View user's profile Send private message
dleverton
Guru
Guru


Joined: 28 Aug 2006
Posts: 517

PostPosted: Thu Sep 27, 2007 10:08 am    Post subject: Re: gcc info problem Reply with quote

MageSlayer wrote:

It seems that ebuild gcc info detecting doesnot work.
Code:
GCC_PV=`gcc-version`
GCC_PVS=`gcc-major-version`.`gcc-minor-version`.`gcc-micro-version`
GCC_PVF=`gcc-fullversion`
GCC_LIBS="`gcc-config --get-lib-path`"

Changing SRC_URI (or any other metadata variable) according to properties of the host system is highly illegal.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 11, 12, 13, 14, 15  Next
Page 12 of 15

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum