* [gentoo-dev] emerge debug mode
@ 2003-08-28 4:36 Andrew Gaffney
2003-08-28 4:41 ` Seemant Kulleen
2003-08-28 5:13 ` Marius Mauch
0 siblings, 2 replies; 10+ messages in thread
From: Andrew Gaffney @ 2003-08-28 4:36 UTC (permalink / raw
To: Gentoo Dev
Is there a way to run emerge in a debug mode to see where it is getting
its dependencies? I'm trying to figure out what package I have installed
that is trying to bring back a bunch of gnome programs and libs that I
unmerged last night. Before unmerging each of them, I made sure with
'qpkg -q -nc -I pkgname' that nothing depended on them.
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 4:36 [gentoo-dev] emerge debug mode Andrew Gaffney
@ 2003-08-28 4:41 ` Seemant Kulleen
2003-08-28 13:17 ` Andrew Gaffney
2003-08-28 5:13 ` Marius Mauch
1 sibling, 1 reply; 10+ messages in thread
From: Seemant Kulleen @ 2003-08-28 4:41 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
On Wed, 27 Aug 2003 23:36:08 -0500
Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
> Is there a way to run emerge in a debug mode to see where it is
> getting its dependencies? I'm trying to figure out what package I have
> installed that is trying to bring back a bunch of gnome programs and
> libs that I unmerged last night. Before unmerging each of them, I made
> sure with 'qpkg -q -nc -I pkgname' that nothing depended on them.
>
> --
> Andrew Gaffney
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
grep for gnome in the DEPEND and RDEPEND files in /var/db/pkg
--
Seemant Kulleen
Developer and Project Co-ordinator,
Gentoo Linux http://dev.gentoo.org/~seemant
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3458780E
Key fingerprint = 23A9 7CB5 9BBB 4F8D 549B 6593 EDA2 65D8 3458 780E
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 4:36 [gentoo-dev] emerge debug mode Andrew Gaffney
2003-08-28 4:41 ` Seemant Kulleen
@ 2003-08-28 5:13 ` Marius Mauch
2003-08-28 13:06 ` Andrew Gaffney
1 sibling, 1 reply; 10+ messages in thread
From: Marius Mauch @ 2003-08-28 5:13 UTC (permalink / raw
To: gentoo-dev
On Wed, 27 Aug 2003 23:36:08 -0500
Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
> Is there a way to run emerge in a debug mode to see where it is
> getting its dependencies? I'm trying to figure out what package I have
> installed that is trying to bring back a bunch of gnome programs and
> libs that I unmerged last night. Before unmerging each of them, I made
> sure with 'qpkg -q -nc -I pkgname' that nothing depended on them.
how about emerge --debug ? That makes portage very verbose.
Marius
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 5:13 ` Marius Mauch
@ 2003-08-28 13:06 ` Andrew Gaffney
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Gaffney @ 2003-08-28 13:06 UTC (permalink / raw
To: Marius Mauch; +Cc: gentoo-dev
Marius Mauch wrote:
> On Wed, 27 Aug 2003 23:36:08 -0500
> Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
>
>
>>Is there a way to run emerge in a debug mode to see where it is
>>getting its dependencies? I'm trying to figure out what package I have
>>installed that is trying to bring back a bunch of gnome programs and
>>libs that I unmerged last night. Before unmerging each of them, I made
>>sure with 'qpkg -q -nc -I pkgname' that nothing depended on them.
>
>
> how about emerge --debug ? That makes portage very verbose.
I read in 'emerge --help' that it makes *ebuild* very verbose, not emerge.
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 4:41 ` Seemant Kulleen
@ 2003-08-28 13:17 ` Andrew Gaffney
2003-08-28 14:06 ` Andrew Gaffney
0 siblings, 1 reply; 10+ messages in thread
From: Andrew Gaffney @ 2003-08-28 13:17 UTC (permalink / raw
To: gentoo-dev
Seemant Kulleen wrote:
> On Wed, 27 Aug 2003 23:36:08 -0500
> Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
>
>
>>Is there a way to run emerge in a debug mode to see where it is
>>getting its dependencies? I'm trying to figure out what package I have
>>installed that is trying to bring back a bunch of gnome programs and
>>libs that I unmerged last night. Before unmerging each of them, I made
>>sure with 'qpkg -q -nc -I pkgname' that nothing depended on them.
>>
> grep for gnome in the DEPEND and RDEPEND files in /var/db/pkg
Thank you. This looks like exactly what I was looking for. I found 15
packages or so that were built with the 'gnome' flag that I'm rebuilding
now.
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 13:17 ` Andrew Gaffney
@ 2003-08-28 14:06 ` Andrew Gaffney
2003-08-28 16:36 ` Markus Nigbur
2003-08-28 17:48 ` Spider
0 siblings, 2 replies; 10+ messages in thread
From: Andrew Gaffney @ 2003-08-28 14:06 UTC (permalink / raw
To: Gentoo Dev
Andrew Gaffney wrote:
> Seemant Kulleen wrote:
>
>> On Wed, 27 Aug 2003 23:36:08 -0500
>> Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
>>
>>
>>> Is there a way to run emerge in a debug mode to see where it is
>>> getting its dependencies? I'm trying to figure out what package I have
>>> installed that is trying to bring back a bunch of gnome programs and
>>> libs that I unmerged last night. Before unmerging each of them, I made
>>> sure with 'qpkg -q -nc -I pkgname' that nothing depended on them.
>>>
>> grep for gnome in the DEPEND and RDEPEND files in /var/db/pkg
>
>
> Thank you. This looks like exactly what I was looking for. I found 15
> packages or so that were built with the 'gnome' flag that I'm rebuilding
> now.
Now if only I could find a replacement for gnome-terminal :)
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 14:06 ` Andrew Gaffney
@ 2003-08-28 16:36 ` Markus Nigbur
2003-08-28 16:52 ` Andrew Gaffney
2003-08-28 17:48 ` Spider
1 sibling, 1 reply; 10+ messages in thread
From: Markus Nigbur @ 2003-08-28 16:36 UTC (permalink / raw
To: gentoo-dev
On Thu, 28 Aug 2003 09:06:28 -0500
Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
> Now if only I could find a replacement for gnome-terminal :)
how about eterm, or if your new window manager of choice has tabs, xterm / aterm.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 16:36 ` Markus Nigbur
@ 2003-08-28 16:52 ` Andrew Gaffney
2003-08-28 17:41 ` Matthew Walker
0 siblings, 1 reply; 10+ messages in thread
From: Andrew Gaffney @ 2003-08-28 16:52 UTC (permalink / raw
To: gentoo-dev
Markus Nigbur wrote:
> On Thu, 28 Aug 2003 09:06:28 -0500
> Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
>
>
>>Now if only I could find a replacement for gnome-terminal :)
>
>
> how about eterm, or if your new window manager of choice has tabs, xterm / aterm.
From suggestions on -user, I'm trying Konsole for now.
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 16:52 ` Andrew Gaffney
@ 2003-08-28 17:41 ` Matthew Walker
0 siblings, 0 replies; 10+ messages in thread
From: Matthew Walker @ 2003-08-28 17:41 UTC (permalink / raw
To: gentoo-dev
Andrew Gaffney said:
> Markus Nigbur wrote:
>> On Thu, 28 Aug 2003 09:06:28 -0500
>> Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
>>
>>
>>>Now if only I could find a replacement for gnome-terminal :)
>>
>>
>> how about eterm, or if your new window manager of choice has tabs, xterm /
>> aterm.
>
> From suggestions on -user, I'm trying Konsole for now.
I just switched to KDE, and Konsole is a pretty good replacement for
Gnome-Terminal. If anything, it's better in some areas.
>
> --
> Andrew Gaffney
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
Was I helpful? Let others know:
http://svcs.affero.net/rm.php?r=utoxin&p=main
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] emerge debug mode
2003-08-28 14:06 ` Andrew Gaffney
2003-08-28 16:36 ` Markus Nigbur
@ 2003-08-28 17:48 ` Spider
1 sibling, 0 replies; 10+ messages in thread
From: Spider @ 2003-08-28 17:48 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
begin quote
On Thu, 28 Aug 2003 09:06:28 -0500
Andrew Gaffney <agaffney@technaut.darktalker.net> wrote:
>
> Now if only I could find a replacement for gnome-terminal :)
>
aterm is a -very- good terminal, and suffers far less from flashyness of
eterm.
cat ~/.Xdefaults:
Aterm*loginShell: true
Aterm*reverseVideo: false
Aterm*transparent: true
Aterm*scrollBar: false
Aterm*fading: 65
Aterm*shading: 40
Aterm*saveLines: 512
Aterm*foreground: rgb:C9/A4/FF
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-08-28 17:48 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28 4:36 [gentoo-dev] emerge debug mode Andrew Gaffney
2003-08-28 4:41 ` Seemant Kulleen
2003-08-28 13:17 ` Andrew Gaffney
2003-08-28 14:06 ` Andrew Gaffney
2003-08-28 16:36 ` Markus Nigbur
2003-08-28 16:52 ` Andrew Gaffney
2003-08-28 17:41 ` Matthew Walker
2003-08-28 17:48 ` Spider
2003-08-28 5:13 ` Marius Mauch
2003-08-28 13:06 ` Andrew Gaffney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox