public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Problem about my own overlay
@ 2010-06-29 11:51 Chen Huan
  2010-06-29 12:07 ` Alex Schuster
  2010-06-29 12:09 ` Albert Hopkins
  0 siblings, 2 replies; 5+ messages in thread
From: Chen Huan @ 2010-06-29 11:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

I had done some hack on jabberd2, and I make a new ebuild for it, To avoid
the new ebuild being overwrite when I execute "emerge --sync", I make
/var/lib/layman/myown for this ebuild

when I emerged jabberd2, it's normal,  but when I try to re-merge it, the
output is :

Calculating dependencies... done!
[ebuild   R   ] net-im/jabberd2-2.2.8  USE="berkdb ldap mysql pam ssl zlib
-debug -memdebug -postgres -sqlite" 0 kB [?=>1]

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /var/lib/layman/myown
 [?] indicates that the source repository could not be determined


It says the jabberd2 's source repository could not be determined

I know it is not a problem and can be ignored, but I want to know where I
should modify to fix it?

Thanks

[-- Attachment #2: Type: text/html, Size: 901 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problem about my own overlay
  2010-06-29 11:51 [gentoo-user] Problem about my own overlay Chen Huan
@ 2010-06-29 12:07 ` Alex Schuster
  2010-06-29 12:09 ` Albert Hopkins
  1 sibling, 0 replies; 5+ messages in thread
From: Alex Schuster @ 2010-06-29 12:07 UTC (permalink / raw
  To: gentoo-user

Chen Huan writes:

> I had done some hack on jabberd2, and I make a new ebuild for it, To
> avoid the new ebuild being overwrite when I execute "emerge --sync", I
> make /var/lib/layman/myown for this ebuild
> 
> when I emerged jabberd2, it's normal,  but when I try to re-merge it,
> the output is :
> 
> Calculating dependencies... done!
> [ebuild   R   ] net-im/jabberd2-2.2.8  USE="berkdb ldap mysql pam ssl
> zlib -debug -memdebug -postgres -sqlite" 0 kB [?=>1]
> 
> Total: 1 package (1 reinstall), Size of downloads: 0 kB
> Portage tree and overlays:
>  [0] /usr/portage
>  [1] /var/lib/layman/myown
>  [?] indicates that the source repository could not be determined
> 
> 
> It says the jabberd2 's source repository could not be determined
> 
> I know it is not a problem and can be ignored, but I want to know where
> I should modify to fix it?

The usual way would be to put it into the local overlay which is defined 
by the PORTDIR_OVERLAY setting in /etc/make.conf. In order to avoid 
another warning message, create a directory 'profile' there with a file 
'repo_name' containing an arbitrary name, like 'my local portage tree'.

	Wonko



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problem about my own overlay
  2010-06-29 11:51 [gentoo-user] Problem about my own overlay Chen Huan
  2010-06-29 12:07 ` Alex Schuster
@ 2010-06-29 12:09 ` Albert Hopkins
  2010-06-29 13:45   ` Chen Huan
  1 sibling, 1 reply; 5+ messages in thread
From: Albert Hopkins @ 2010-06-29 12:09 UTC (permalink / raw
  To: gentoo-user

On Tue, 2010-06-29 at 19:51 +0800, Chen Huan wrote:
> I had done some hack on jabberd2, and I make a new ebuild for it, To
> avoid
> the new ebuild being overwrite when I execute "emerge --sync", I make
> /var/lib/layman/myown for this ebuild
> 
> when I emerged jabberd2, it's normal,  but when I try to re-merge it,
> the
> output is :
> 
> Calculating dependencies... done!
> [ebuild   R   ] net-im/jabberd2-2.2.8  USE="berkdb ldap mysql pam ssl
> zlib
> -debug -memdebug -postgres -sqlite" 0 kB [?=>1]
> 
> Total: 1 package (1 reinstall), Size of downloads: 0 kB
> Portage tree and overlays:
>  [0] /usr/portage
>  [1] /var/lib/layman/myown
>  [?] indicates that the source repository could not be determined 

It's saying jabberd is being rebuilt, and orginally it was build from a
repo that is ownknown, and now it will be built
from /usr/lib/layman/myown.

Did you previously rename your repo or pass PORTDIR_OVERLAY from the
command line (which can sometimes confuse portage).





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problem about my own overlay
  2010-06-29 12:09 ` Albert Hopkins
@ 2010-06-29 13:45   ` Chen Huan
  2010-06-29 13:48     ` Chen Huan
  0 siblings, 1 reply; 5+ messages in thread
From: Chen Huan @ 2010-06-29 13:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]

thanks

previously jabberd2 is being merged from my own overlay too

in /var/lib/layman/myown, I just make the directory net-im/jabberd2/, there
is no other things in /var/lib/layman/myown

Should I add some other things to the directory of my own overlay??


Did you previously rename your repo or pass PORTDIR_OVERLAY from the
command line (which can sometimes confuse portage).
===
No, i didn't do anything like that

2010/6/29 Albert Hopkins <marduk@letterboxes.org>

> On Tue, 2010-06-29 at 19:51 +0800, Chen Huan wrote:
> > I had done some hack on jabberd2, and I make a new ebuild for it, To
> > avoid
> > the new ebuild being overwrite when I execute "emerge --sync", I make
> > /var/lib/layman/myown for this ebuild
> >
> > when I emerged jabberd2, it's normal,  but when I try to re-merge it,
> > the
> > output is :
> >
> > Calculating dependencies... done!
> > [ebuild   R   ] net-im/jabberd2-2.2.8  USE="berkdb ldap mysql pam ssl
> > zlib
> > -debug -memdebug -postgres -sqlite" 0 kB [?=>1]
> >
> > Total: 1 package (1 reinstall), Size of downloads: 0 kB
> > Portage tree and overlays:
> >  [0] /usr/portage
> >  [1] /var/lib/layman/myown
> >  [?] indicates that the source repository could not be determined
>
> It's saying jabberd is being rebuilt, and orginally it was build from a
> repo that is ownknown, and now it will be built
> from /usr/lib/layman/myown.
>
> Did you previously rename your repo or pass PORTDIR_OVERLAY from the
> command line (which can sometimes confuse portage).
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 2028 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problem about my own overlay
  2010-06-29 13:45   ` Chen Huan
@ 2010-06-29 13:48     ` Chen Huan
  0 siblings, 0 replies; 5+ messages in thread
From: Chen Huan @ 2010-06-29 13:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1737 bytes --]

ok, I got it

after add a file "repo_name" to /var/lib/layman/myown, the warning message
disappeared

thanks very much

2010/6/29 Chen Huan <chenhuan0@gmail.com>

> thanks
>
> previously jabberd2 is being merged from my own overlay too
>
> in /var/lib/layman/myown, I just make the directory net-im/jabberd2/, there
> is no other things in /var/lib/layman/myown
>
> Should I add some other things to the directory of my own overlay??
>
>
>
> Did you previously rename your repo or pass PORTDIR_OVERLAY from the
> command line (which can sometimes confuse portage).
> ===
> No, i didn't do anything like that
>
> 2010/6/29 Albert Hopkins <marduk@letterboxes.org>
>
> On Tue, 2010-06-29 at 19:51 +0800, Chen Huan wrote:
>> > I had done some hack on jabberd2, and I make a new ebuild for it, To
>> > avoid
>> > the new ebuild being overwrite when I execute "emerge --sync", I make
>> > /var/lib/layman/myown for this ebuild
>> >
>> > when I emerged jabberd2, it's normal,  but when I try to re-merge it,
>> > the
>> > output is :
>> >
>> > Calculating dependencies... done!
>> > [ebuild   R   ] net-im/jabberd2-2.2.8  USE="berkdb ldap mysql pam ssl
>> > zlib
>> > -debug -memdebug -postgres -sqlite" 0 kB [?=>1]
>> >
>> > Total: 1 package (1 reinstall), Size of downloads: 0 kB
>> > Portage tree and overlays:
>> >  [0] /usr/portage
>> >  [1] /var/lib/layman/myown
>> >  [?] indicates that the source repository could not be determined
>>
>> It's saying jabberd is being rebuilt, and orginally it was build from a
>> repo that is ownknown, and now it will be built
>> from /usr/lib/layman/myown.
>>
>> Did you previously rename your repo or pass PORTDIR_OVERLAY from the
>> command line (which can sometimes confuse portage).
>>
>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2550 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-29 13:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29 11:51 [gentoo-user] Problem about my own overlay Chen Huan
2010-06-29 12:07 ` Alex Schuster
2010-06-29 12:09 ` Albert Hopkins
2010-06-29 13:45   ` Chen Huan
2010-06-29 13:48     ` Chen Huan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox