Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 483766

Summary: app-portage/genlop-0.30.9-r1: Use of uninitialized value $e_start in subtraction (-) at /usr/bin/genlop line 1086
Product: Portage Development Reporter: Toralf Förster <toralf>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED DUPLICATE    
Severity: normal CC: perl
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge.log

Description Toralf Förster gentoo-dev 2013-09-05 16:49:40 UTC
$ head -n 10000 /var/log/emerge.log > emerge.log

$ genlop -it -l -f emerge.log >/dev/null
Use of uninitialized value $e_start in subtraction (-) at /usr/bin/genlop line 1086, <_GEN_0> line 6.
Use of uninitialized value $e_start in subtraction (-) at /usr/bin/genlop line 1087, <_GEN_0> line 6.
Use of uninitialized value $e_start in subtraction (-) at /usr/bin/genlop line 1089, <_GEN_0> line 6.
Use of uninitialized value $e_start in subtraction (-) at /usr/bin/genlop line 1139, <_GEN_0> line 6.

$ xz emerge.log
Comment 1 Toralf Förster gentoo-dev 2013-09-05 16:50:25 UTC
Created attachment 357950 [details]
emerge.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-05 17:05:20 UTC
(In reply to Toralf Förster from comment #0)
> $ head -n 10000 /var/log/emerge.log > emerge.log

If you strip the first few lines so that the file starts with:

1291303576:  >>> emerge (3 of 9) dev-libs/libcroco-0.6.2 to /

the problem disappears.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-13 01:07:37 UTC

*** This bug has been marked as a duplicate of bug 447436 ***