Created attachment 332458 [details] emerge.log $ genlop -it -f /mnt/ramdisk/n22unst4/var/log/emerge.log dev-libs/boostusing logfile /mnt/ramdisk/n22unst4/var/log/emerge.log * dev-libs/boost Sat Jun 23 17:41:23 2012 >>> dev-libs/boost-1.49.0-r1 merge time: 38 minutes and 44 seconds. Thu Nov 1 19:40:53 2012 >>> dev-libs/boost-1.51.0-r1 merge time: 51 minutes and 40 seconds. Sat Nov 10 12:02:04 2012 >>> dev-libs/boost-1.52.0-r1 merge time: 24 minutes and 46 seconds. Sun Nov 11 13:01:58 2012 >>> dev-libs/boost-1.52.0-r2 merge time: 28 minutes and 2 seconds. Sun Nov 18 21:53:16 2012 >>> dev-libs/boost-1.52.0-r3 merge time: 26 minutes and 36 seconds. Thu Nov 22 21:21:51 2012 >>> dev-libs/boost-1.52.0-r4 merge time: 21 minutes and 24 seconds. Sun Dec 16 11:20:05 2012 >>> dev-libs/boost-1.52.0-r5 merge time: 25 minutes and 4 seconds. Total builds: 7 Global build time: 3 hours, 36 minutes and 16 seconds. Average merge time: 30 minutes and 53 seconds. Info about currently installed ebuild: * dev-libs/boost-1.49.0-r2 Use of uninitialized value $e_date in concatenation (.) or string at /usr/bin/genlop line 840. Install date: USE=" -debug -doc -icu -mpi -python -static-libs -tools" CFLAGS="-O2 -march=native -pipe"
*** Bug 501114 has been marked as a duplicate of this bug. ***
*** Bug 483766 has been marked as a duplicate of this bug. ***
The solution might be a simple if () : if ($e_date) { print " Install date: "; print colored("$e_date\n", $COLORS{'green'}); }
And BTW the paragraph above might be shorter written as : $e_date = ($gmt_found) ? scalar gmtime "$1" : scalar localtime "$1";
Still present in genlop-0.30.10-r1: # genlop -h Use of uninitialized value in concatenation (.) or string at /usr/bin/genlop line 354.
> Use of uninitialized value in concatenation (.) or string at /usr/bin/genlop line 354. This is only triggered if the help message is displayed because there's nothing to do (which means it's fairly benign), and has been fixed on master (in 2015): https://github.com/gentoo-perl/genlop/commit/32d55e9c5b960d4e4d28884d9d04e6b151d419a1 It looks like just releasing the accumulated changes would be sufficient to resolve this.
*** Bug 716162 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784e0cddc47130412c37569deb120e542767f4ca commit 784e0cddc47130412c37569deb120e542767f4ca Author: Sam James <sam@gentoo.org> AuthorDate: 2023-07-18 22:06:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-07-18 22:09:16 +0000 app-portage/genlop: add 0.30.11 Closes: https://bugs.gentoo.org/283628 Closes: https://bugs.gentoo.org/447436 Closes: https://bugs.gentoo.org/540050 Closes: https://bugs.gentoo.org/658940 Closes: https://bugs.gentoo.org/677890 Closes: https://bugs.gentoo.org/697504 Signed-off-by: Sam James <sam@gentoo.org> app-portage/genlop/Manifest | 1 + app-portage/genlop/genlop-0.30.11.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+)