* [gentoo-dev] clean update deletes profiles...
@ 2002-01-14 17:30 Sebastian Werner
2002-01-14 18:10 ` [gentoo-dev] portage problem Gila
0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Werner @ 2002-01-14 17:30 UTC (permalink / raw
To: gentoo-dev
One night ago...
I think i can clean up my portage dir after some weeks of pure updates,
so i do an 'emerge --clean rsync". I have created a own profile in
/usr/portage/profiles... hey, what's up - it's away. You save distfiles
so please save the profiles dir, too. It's really much work to recover a
deleted profile
Thanks in advance
Sebastian
--
---------------------------------
Sebastian Werner
http://www.werner-productions.de
sebastian@werner-productions.de
Bismarckstraße 51
32427 Minden
---------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] portage problem
2002-01-14 17:30 [gentoo-dev] clean update deletes profiles Sebastian Werner
@ 2002-01-14 18:10 ` Gila
2002-01-14 19:33 ` Daniel Robbins
0 siblings, 1 reply; 7+ messages in thread
From: Gila @ 2002-01-14 18:10 UTC (permalink / raw
To: gentoo-dev
root@Gila portage # emerge portage-1.8.5.ebuild
emerge portage-1.8.5.ebuild
>>> /etc/make.profile/virtuals does not exist. Continuing anyway...
Calculating dependencies.Traceback (most recent call last):
File "/usr/sbin/emerge", line 550, in ?
mydepgraph.create(mytype+" "+portage.root+"
"+mykey,None,"--onlydeps" not in myopts)
File "/usr/sbin/emerge", line 62, in create
if not self.db[myroot]["porttree"].exists_specific(mykey):
File "/usr/lib/python2.0/site-packages/portage.py", line 1275, in
exists_specific
self.populate()
File "/usr/lib/python2.0/site-packages/portage.py", line 1753, in
populate
mylines=grabfile(profiledir+"/packages")
TypeError: bad operand type(s) for +
this is the output i get from portage. i just installed 1.8.4 when i
found out that 1.8.5 was releasd ... how can i fix this and whats the
cause ?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] portage problem
2002-01-14 19:33 ` Daniel Robbins
@ 2002-01-14 19:04 ` Gila
2002-01-14 19:31 ` Geert Bevin
0 siblings, 1 reply; 7+ messages in thread
From: Gila @ 2002-01-14 19:04 UTC (permalink / raw
To: gentoo-dev
if have no /etc/make.profile only a make.conf. on what must it be linked
?
On Mon, 2002-01-14 at 20:33, Daniel Robbins wrote:
> On Mon, 2002-01-14 at 11:10, Gila wrote:
> > root@Gila portage # emerge portage-1.8.5.ebuild
> > emerge portage-1.8.5.ebuild
> > >>> /etc/make.profile/virtuals does not exist. Continuing anyway...
> > Calculating dependencies.Traceback (most recent call last):
> > File "/usr/sbin/emerge", line 550, in ?
> > mydepgraph.create(mytype+" "+portage.root+"
> > "+mykey,None,"--onlydeps" not in myopts)
> > File "/usr/sbin/emerge", line 62, in create
> > if not self.db[myroot]["porttree"].exists_specific(mykey):
> > File "/usr/lib/python2.0/site-packages/portage.py", line 1275, in
> > exists_specific
> > self.populate()
> > File "/usr/lib/python2.0/site-packages/portage.py", line 1753, in
> > populate
> > mylines=grabfile(profiledir+"/packages")
> > TypeError: bad operand type(s) for +
> >
> > this is the output i get from portage. i just installed 1.8.4 when i
> > found out that 1.8.5 was releasd ... how can i fix this and whats the
> > cause ?
>
> Does your /etc/make.profile symlink exist? Is it pointing to a profile
> in /usr/portage?
>
> --
> Daniel Robbins <drobbins@gentoo.org>
> Chief Architect/President http://www.gentoo.org
> Gentoo Technologies, Inc.
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] portage problem
2002-01-14 19:31 ` Geert Bevin
@ 2002-01-14 19:18 ` Gila
2002-01-14 23:13 ` Wesley Moxam - CSCI/P2001
0 siblings, 1 reply; 7+ messages in thread
From: Gila @ 2002-01-14 19:18 UTC (permalink / raw
To: gentoo-dev
okay... it works... thanks..
On Mon, 2002-01-14 at 20:31, Geert Bevin wrote:
> While being in /etc do
> ln -s ../usr/portage/profiles/default-1.0_rc6 /etc/make.profile
>
> On Mon, 2002-01-14 at 20:04, Gila wrote:
> > if have no /etc/make.profile only a make.conf. on what must it be linked
> > ?
> >
> > On Mon, 2002-01-14 at 20:33, Daniel Robbins wrote:
> > > On Mon, 2002-01-14 at 11:10, Gila wrote:
> > > > root@Gila portage # emerge portage-1.8.5.ebuild
> > > > emerge portage-1.8.5.ebuild
> > > > >>> /etc/make.profile/virtuals does not exist. Continuing anyway...
> > > > Calculating dependencies.Traceback (most recent call last):
> > > > File "/usr/sbin/emerge", line 550, in ?
> > > > mydepgraph.create(mytype+" "+portage.root+"
> > > > "+mykey,None,"--onlydeps" not in myopts)
> > > > File "/usr/sbin/emerge", line 62, in create
> > > > if not self.db[myroot]["porttree"].exists_specific(mykey):
> > > > File "/usr/lib/python2.0/site-packages/portage.py", line 1275, in
> > > > exists_specific
> > > > self.populate()
> > > > File "/usr/lib/python2.0/site-packages/portage.py", line 1753, in
> > > > populate
> > > > mylines=grabfile(profiledir+"/packages")
> > > > TypeError: bad operand type(s) for +
> > > >
> > > > this is the output i get from portage. i just installed 1.8.4 when i
> > > > found out that 1.8.5 was releasd ... how can i fix this and whats the
> > > > cause ?
> > >
> > > Does your /etc/make.profile symlink exist? Is it pointing to a profile
> > > in /usr/portage?
> > >
> > > --
> > > Daniel Robbins <drobbins@gentoo.org>
> > > Chief Architect/President http://www.gentoo.org
> > > Gentoo Technologies, Inc.
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> >
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> >
> --
> Geert Bevin
> the Leaf sprl/bvba
> "Use what you need" Pierre Theunisstraat 1/47
> http://www.theleaf.be 1030 Brussels
> gbevin@theleaf.be Tel & Fax +32 2 241 19 98
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] portage problem
2002-01-14 19:04 ` Gila
@ 2002-01-14 19:31 ` Geert Bevin
2002-01-14 19:18 ` Gila
0 siblings, 1 reply; 7+ messages in thread
From: Geert Bevin @ 2002-01-14 19:31 UTC (permalink / raw
To: gentoo-dev
While being in /etc do
ln -s ../usr/portage/profiles/default-1.0_rc6 /etc/make.profile
On Mon, 2002-01-14 at 20:04, Gila wrote:
> if have no /etc/make.profile only a make.conf. on what must it be linked
> ?
>
> On Mon, 2002-01-14 at 20:33, Daniel Robbins wrote:
> > On Mon, 2002-01-14 at 11:10, Gila wrote:
> > > root@Gila portage # emerge portage-1.8.5.ebuild
> > > emerge portage-1.8.5.ebuild
> > > >>> /etc/make.profile/virtuals does not exist. Continuing anyway...
> > > Calculating dependencies.Traceback (most recent call last):
> > > File "/usr/sbin/emerge", line 550, in ?
> > > mydepgraph.create(mytype+" "+portage.root+"
> > > "+mykey,None,"--onlydeps" not in myopts)
> > > File "/usr/sbin/emerge", line 62, in create
> > > if not self.db[myroot]["porttree"].exists_specific(mykey):
> > > File "/usr/lib/python2.0/site-packages/portage.py", line 1275, in
> > > exists_specific
> > > self.populate()
> > > File "/usr/lib/python2.0/site-packages/portage.py", line 1753, in
> > > populate
> > > mylines=grabfile(profiledir+"/packages")
> > > TypeError: bad operand type(s) for +
> > >
> > > this is the output i get from portage. i just installed 1.8.4 when i
> > > found out that 1.8.5 was releasd ... how can i fix this and whats the
> > > cause ?
> >
> > Does your /etc/make.profile symlink exist? Is it pointing to a profile
> > in /usr/portage?
> >
> > --
> > Daniel Robbins <drobbins@gentoo.org>
> > Chief Architect/President http://www.gentoo.org
> > Gentoo Technologies, Inc.
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
--
Geert Bevin
the Leaf sprl/bvba
"Use what you need" Pierre Theunisstraat 1/47
http://www.theleaf.be 1030 Brussels
gbevin@theleaf.be Tel & Fax +32 2 241 19 98
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] portage problem
2002-01-14 18:10 ` [gentoo-dev] portage problem Gila
@ 2002-01-14 19:33 ` Daniel Robbins
2002-01-14 19:04 ` Gila
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Robbins @ 2002-01-14 19:33 UTC (permalink / raw
To: gentoo-dev
On Mon, 2002-01-14 at 11:10, Gila wrote:
> root@Gila portage # emerge portage-1.8.5.ebuild
> emerge portage-1.8.5.ebuild
> >>> /etc/make.profile/virtuals does not exist. Continuing anyway...
> Calculating dependencies.Traceback (most recent call last):
> File "/usr/sbin/emerge", line 550, in ?
> mydepgraph.create(mytype+" "+portage.root+"
> "+mykey,None,"--onlydeps" not in myopts)
> File "/usr/sbin/emerge", line 62, in create
> if not self.db[myroot]["porttree"].exists_specific(mykey):
> File "/usr/lib/python2.0/site-packages/portage.py", line 1275, in
> exists_specific
> self.populate()
> File "/usr/lib/python2.0/site-packages/portage.py", line 1753, in
> populate
> mylines=grabfile(profiledir+"/packages")
> TypeError: bad operand type(s) for +
>
> this is the output i get from portage. i just installed 1.8.4 when i
> found out that 1.8.5 was releasd ... how can i fix this and whats the
> cause ?
Does your /etc/make.profile symlink exist? Is it pointing to a profile
in /usr/portage?
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] portage problem
2002-01-14 19:18 ` Gila
@ 2002-01-14 23:13 ` Wesley Moxam - CSCI/P2001
0 siblings, 0 replies; 7+ messages in thread
From: Wesley Moxam - CSCI/P2001 @ 2002-01-14 23:13 UTC (permalink / raw
To: gentoo-dev
I had the same problem when I upgraded from portage 1.8.1 to 1.8.5.
Also, /etc/make.globals got toasted, I had to retrive it from the
tarball. Everything seems to work now though.
-- Wes
On 14 Jan 2002, Gila wrote:
> okay... it works... thanks..
> On Mon, 2002-01-14 at 20:31, Geert Bevin wrote:
> > While being in /etc do
> > ln -s ../usr/portage/profiles/default-1.0_rc6 /etc/make.profile
> >
> > On Mon, 2002-01-14 at 20:04, Gila wrote:
> > > if have no /etc/make.profile only a make.conf. on what must it be linked
> > > ?
> > >
> > > On Mon, 2002-01-14 at 20:33, Daniel Robbins wrote:
> > > > On Mon, 2002-01-14 at 11:10, Gila wrote:
> > > > > root@Gila portage # emerge portage-1.8.5.ebuild
> > > > > emerge portage-1.8.5.ebuild
> > > > > >>> /etc/make.profile/virtuals does not exist. Continuing anyway...
> > > > > Calculating dependencies.Traceback (most recent call last):
> > > > > File "/usr/sbin/emerge", line 550, in ?
> > > > > mydepgraph.create(mytype+" "+portage.root+"
> > > > > "+mykey,None,"--onlydeps" not in myopts)
> > > > > File "/usr/sbin/emerge", line 62, in create
> > > > > if not self.db[myroot]["porttree"].exists_specific(mykey):
> > > > > File "/usr/lib/python2.0/site-packages/portage.py", line 1275, in
> > > > > exists_specific
> > > > > self.populate()
> > > > > File "/usr/lib/python2.0/site-packages/portage.py", line 1753, in
> > > > > populate
> > > > > mylines=grabfile(profiledir+"/packages")
> > > > > TypeError: bad operand type(s) for +
> > > > >
> > > > > this is the output i get from portage. i just installed 1.8.4 when i
> > > > > found out that 1.8.5 was releasd ... how can i fix this and whats the
> > > > > cause ?
> > > >
> > > > Does your /etc/make.profile symlink exist? Is it pointing to a profile
> > > > in /usr/portage?
> > > >
> > > > --
> > > > Daniel Robbins <drobbins@gentoo.org>
> > > > Chief Architect/President http://www.gentoo.org
> > > > Gentoo Technologies, Inc.
> > > >
> > > > _______________________________________________
> > > > gentoo-dev mailing list
> > > > gentoo-dev@gentoo.org
> > > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> > >
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> > >
> > --
> > Geert Bevin
> > the Leaf sprl/bvba
> > "Use what you need" Pierre Theunisstraat 1/47
> > http://www.theleaf.be 1030 Brussels
> > gbevin@theleaf.be Tel & Fax +32 2 241 19 98
> >
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-01-14 23:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-14 17:30 [gentoo-dev] clean update deletes profiles Sebastian Werner
2002-01-14 18:10 ` [gentoo-dev] portage problem Gila
2002-01-14 19:33 ` Daniel Robbins
2002-01-14 19:04 ` Gila
2002-01-14 19:31 ` Geert Bevin
2002-01-14 19:18 ` Gila
2002-01-14 23:13 ` Wesley Moxam - CSCI/P2001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox