public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Segmentation fault on Emerge -S
@ 2006-10-12  7:59 Wagner Vaz
  2006-10-12  8:35 ` Alan McKinnon
  2006-10-12  8:58 ` Bo Ørsted Andresen
  0 siblings, 2 replies; 4+ messages in thread
From: Wagner Vaz @ 2006-10-12  7:59 UTC (permalink / raw
  To: gentoo-user

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

It's a bit funny if not sad. Just look:

#emerge -S netrw
Searching... |Segmentation fault

What is these?

Thanks!
-- 
Wagner Vaz
Blog: http://wagnervaz.wordpress.com
Linux User: #372744
GPG Key: B4D1B312   | Keyserver: subkeys.pgp.net

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Segmentation fault on Emerge -S
  2006-10-12  7:59 [gentoo-user] Segmentation fault on Emerge -S Wagner Vaz
@ 2006-10-12  8:35 ` Alan McKinnon
  2006-10-12  8:58 ` Bo Ørsted Andresen
  1 sibling, 0 replies; 4+ messages in thread
From: Alan McKinnon @ 2006-10-12  8:35 UTC (permalink / raw
  To: gentoo-user

On Thursday 12 October 2006 09:59, Wagner Vaz wrote:
> It's a bit funny if not sad. Just look:
>
> #emerge -S netrw
> Searching... |Segmentation fault
>
> What is these?

Doesn't matter, it's not in the tree (synced 3 minutes ago):


alan@gentoo ~ $ emerge -S netrw
Searching...
[ Results for search key : netrw ]
[ Applications found : 0 ]

I also think you need to remerge your portage and/or python

alan
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Segmentation fault on Emerge -S
  2006-10-12  7:59 [gentoo-user] Segmentation fault on Emerge -S Wagner Vaz
  2006-10-12  8:35 ` Alan McKinnon
@ 2006-10-12  8:58 ` Bo Ørsted Andresen
  2006-10-12 18:38   ` Wagner Vaz
  1 sibling, 1 reply; 4+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-12  8:58 UTC (permalink / raw
  To: gentoo-user

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

On Thursday 12 October 2006 09:59, Wagner Vaz wrote:
> It's a bit funny if not sad. Just look:
>
> #emerge -S netrw
> Searching... |Segmentation fault
>
> What is these?

It really would help if we knew what version you were running. Try this:

# emerge -u portage

# emerge -u python

# python-updater

# revdep-rebuild

If after that you still see the above behaviour:

# emerge --debug -S netrw &> debug.log
# gzip debug.log

Then attach debug.log.gz and post that together with the output of:

# emerge --info

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Segmentation fault on Emerge -S
  2006-10-12  8:58 ` Bo Ørsted Andresen
@ 2006-10-12 18:38   ` Wagner Vaz
  0 siblings, 0 replies; 4+ messages in thread
From: Wagner Vaz @ 2006-10-12 18:38 UTC (permalink / raw
  To: gentoo-user

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

On Thu, 12 Oct 2006 10:58:18 +0200
Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> It really would help if we knew what version you were running. Try
> this:
> 
> # emerge -u portage

owl ~ # emerge -pu portage

These are the packages that would be merged, in order:

Calculating dependencies... done!

> # emerge -u python

owl ~ # emerge -pu python

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] dev-libs/openssl-0.9.8d [0.9.7j] USE="-sse2%" 
[ebuild     U ] sys-libs/ncurses-5.5-r3 [5.5-r2] USE="gpm* -trace%" 
[ebuild     U ] dev-lang/python-2.4.3-r4 [2.4.3-r1] USE="-tk%" 


(Emerged python with -u)

> # python-updater

owl ~ # python-updater
 * Can't determine any previous Python version(s).

> # revdep-rebuild

owl ~ # revdep-rebuild -p                                 
Configuring search environment for revdep-rebuild

Checking reverse dependencies...

Packages containing binaries and libraries broken by a package update
will be emerged.

Collecting system binaries and libraries... done.
  (/root/.revdep-rebuild.1_files)

Collecting complete LD_LIBRARY_PATH... done.
  (/root/.revdep-rebuild.2_ldpath)

Checking dynamic linking consistency...
 done.
  (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... Nothing to rebuild

Evaluating package order... done.
  (/root/.revdep-rebuild.5_order)

Dynamic linking on your system is consistent... All done.

> If after that you still see the above behaviour:
> 
> # emerge --debug -S netrw &> debug.log
> # gzip debug.log
> 
> Then attach debug.log.gz and post that together with the output of:
> 
> # emerge --info

owl ~ # emerge -S netrw                                          
Searching...   
[ Results for search key : netrw ]
[ Applications found : 0 ]

There is no netrw in portage tree. XD

But thanks guys, it will help me in some way, now emerge -S netrw does
not Segmentation Fault.

Seems to solved.

-- 
Wagner Vaz
Blog: http://wagnervaz.wordpress.com
Linux User: #372744
GPG Key: B4D1B312   | Keyserver: subkeys.pgp.net

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-10-12 18:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-12  7:59 [gentoo-user] Segmentation fault on Emerge -S Wagner Vaz
2006-10-12  8:35 ` Alan McKinnon
2006-10-12  8:58 ` Bo Ørsted Andresen
2006-10-12 18:38   ` Wagner Vaz

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