* Re: [gentoo-dev] error during merging from scratch
[not found] <00a801c13156$79e84c20$190aa8c0@marius>
@ 2001-08-30 10:01 ` Daniel Robbins
2001-08-30 13:51 ` [gentoo-dev] booboo work-djamil
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Robbins @ 2001-08-30 10:01 UTC (permalink / raw
To: gentoo-dev
On Thu, Aug 30, 2001 at 03:20:01PM +0200, www.handyforfree.de wrote:
> Using build-1.0_rc5-r2.tbz2 causes some problems... Installation was
> succesfull, but when I merge something from scratch I get errors on some
> packages like cdparanoia, qt, etc.... Here is the qt-error... anone knows
> what do do??
The ebuild needed a fix to work with the latest version of Portage. It's
been fixed on CVS. Thanks for the bug report; the fix will show up on rsync
about 20 minutes after this email shows up in your mailbox.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] booboo
2001-08-30 10:01 ` [gentoo-dev] error during merging from scratch Daniel Robbins
@ 2001-08-30 13:51 ` work-djamil
2001-08-30 14:15 ` Einar Karttunen
0 siblings, 1 reply; 6+ messages in thread
From: work-djamil @ 2001-08-30 13:51 UTC (permalink / raw
To: gentoo-dev
allright i, i screwed up .
i fucked up python => emerge / ebuild ... are fucked too !!!!
can i stick a tar ball ?! i tryed to "make install" in
/tmp...../python2.1...
i know i fucked up .
i thaught , so i was , yeah we knwo that one, but why ?
DJ
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] booboo
2001-08-30 13:51 ` [gentoo-dev] booboo work-djamil
@ 2001-08-30 14:15 ` Einar Karttunen
2001-08-30 15:08 ` work-djamil
0 siblings, 1 reply; 6+ messages in thread
From: Einar Karttunen @ 2001-08-30 14:15 UTC (permalink / raw
To: gentoo-dev
On Thu, Aug 30, 2001 at 09:48:38PM +0200, work-djamil wrote:
> allright i, i screwed up .
>
> i fucked up python => emerge / ebuild ... are fucked too !!!!
> can i stick a tar ball ?! i tryed to "make install" in
> /tmp...../python2.1...
>
> i know i fucked up .
>
get http://www.python.org/ftp/python/2.1.1/Python-2.1.1.tgz
tar xzf Python-2.1.1.tar.gz
cd Python-2.1.1
./configure
make
su
make install
ps. Maybe we should have a gentoo-users list in addition to gentoo-dev.
- Einar Karttunen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] booboo
2001-08-30 14:15 ` Einar Karttunen
@ 2001-08-30 15:08 ` work-djamil
2001-08-30 16:26 ` Einar Karttunen
0 siblings, 1 reply; 6+ messages in thread
From: work-djamil @ 2001-08-30 15:08 UTC (permalink / raw
To: gentoo-dev
i wish !
i donne it ...
cofeer Python-2.1.1 > emerge rsync
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Traceback (most recent call last):
File "/usr/sbin/emerge", line 3, in ?
import portage
ImportError: No module named portage
----- Original Message -----
From: "Einar Karttunen" <ekarttun@cs.Helsinki.FI>
To: <gentoo-dev@cvs.gentoo.org>
Sent: Thursday, August 30, 2001 10:14 PM
Subject: Re: [gentoo-dev] booboo
> On Thu, Aug 30, 2001 at 09:48:38PM +0200, work-djamil wrote:
> > allright i, i screwed up .
> >
> > i fucked up python => emerge / ebuild ... are fucked too !!!!
> > can i stick a tar ball ?! i tryed to "make install" in
> > /tmp...../python2.1...
> >
> > i know i fucked up .
> >
> get http://www.python.org/ftp/python/2.1.1/Python-2.1.1.tgz
> tar xzf Python-2.1.1.tar.gz
> cd Python-2.1.1
> ./configure
> make
> su
> make install
>
> ps. Maybe we should have a gentoo-users list in addition to gentoo-dev.
>
> - Einar Karttunen
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] booboo
2001-08-30 15:08 ` work-djamil
@ 2001-08-30 16:26 ` Einar Karttunen
2001-08-30 16:38 ` Daniel Robbins
0 siblings, 1 reply; 6+ messages in thread
From: Einar Karttunen @ 2001-08-30 16:26 UTC (permalink / raw
To: gentoo-dev
On Thu, Aug 30, 2001 at 11:06:58PM +0200, work-djamil wrote:
> i wish !
> i donne it ...
>
> cofeer Python-2.1.1 > emerge rsync
> Could not find platform dependent libraries <exec_prefix>
> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
> Traceback (most recent call last):
> File "/usr/sbin/emerge", line 3, in ?
> import portage
> ImportError: No module named portage
>
>
Get the directory where portage is located:
find / -iname 'portage.py'
export PYTHONPATH=/where/ever/portage.py/is:$PYTHONPATH
should do the trick.
- Einar Karttunen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] booboo
2001-08-30 16:26 ` Einar Karttunen
@ 2001-08-30 16:38 ` Daniel Robbins
0 siblings, 0 replies; 6+ messages in thread
From: Daniel Robbins @ 2001-08-30 16:38 UTC (permalink / raw
To: gentoo-dev
On Fri, Aug 31, 2001 at 01:24:59AM +0300, Einar Karttunen wrote:
> On Thu, Aug 30, 2001 at 11:06:58PM +0200, work-djamil wrote:
> > i wish !
> > i donne it ...
> >
> > cofeer Python-2.1.1 > emerge rsync
> > Could not find platform dependent libraries <exec_prefix>
> > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
> > Traceback (most recent call last):
> > File "/usr/sbin/emerge", line 3, in ?
> > import portage
> > ImportError: No module named portage
> >
> >
> Get the directory where portage is located:
> find / -iname 'portage.py'
>
> export PYTHONPATH=/where/ever/portage.py/is:$PYTHONPATH
>
> should do the trick.
>
> - Einar Karttunen
This is not the greatest advice. Someone should use ebuild to build him some
packages (to replace his broken ones) and then he should install them by typing
"tar xjpvf foo-1.0.tbz2 -C /".
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-08-30 22:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <00a801c13156$79e84c20$190aa8c0@marius>
2001-08-30 10:01 ` [gentoo-dev] error during merging from scratch Daniel Robbins
2001-08-30 13:51 ` [gentoo-dev] booboo work-djamil
2001-08-30 14:15 ` Einar Karttunen
2001-08-30 15:08 ` work-djamil
2001-08-30 16:26 ` Einar Karttunen
2001-08-30 16:38 ` Daniel Robbins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox