Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 243300 - app-portage/genlop-0.30.8-r1: -i has an odd warning when CFLAGS is missing in vdb
Summary: app-portage/genlop-0.30.8-r1: -i has an odd warning when CFLAGS is missing in...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2008-10-23 01:11 UTC by DEMAINE Benoît-Pierre, aka DoubleHP
Modified: 2023-07-18 22:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/tmp/emerge--info (emerge--info,11.67 KB, text/plain)
2008-10-23 01:12 UTC, DEMAINE Benoît-Pierre, aka DoubleHP
Details
Get rid of the readlines() message (genlop.patch,746 bytes, patch)
2008-11-30 23:47 UTC, Jesus Rivero (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description DEMAINE Benoît-Pierre, aka DoubleHP 2008-10-23 01:11:55 UTC
dhp@moon-gen-3:~$ genlop -i genlop
 * app-portage/genlop


   Total builds: 3
   Global build time: 33 seconds.
   Average merge time: 11 seconds.

   Info about currently installed ebuild:

   * app-portage/genlop-0.30.8-r1
   Install date: Sun Feb 24 01:37:01 2008
   USE=""
   CFLAGS="-O2 -march=athlon-mp -pipe"
dhp@moon-gen-3:~$ genlop -i mplayer
 * media-video/mplayer


   Total builds: 6
   Global build time: 2 hours, 34 minutes and 27 seconds.
   Average merge time: 25 minutes and 44 seconds.

   Info about currently installed ebuild:

   * media-video/mplayer-1.0_rc2_p27725-r1
   Install date: Wed Oct 22 20:36:46 2008
   USE=""
readline() on closed filehandle pkg_cflag at /usr/bin/genlop line 902.
   CFLAGS=""
dhp@moon-gen-3:~$


*** *** ***

I dont think the "readline" message is really expected :)
Comment 1 DEMAINE Benoît-Pierre, aka DoubleHP 2008-10-23 01:12:05 UTC
Created attachment 169522 [details]
/tmp/emerge--info
Comment 2 Jesus Rivero (RETIRED) gentoo-dev 2008-11-30 23:47:53 UTC
Created attachment 173914 [details, diff]
Get rid of the readlines() message

The circumstances being CFLAGS file is not present in /var/db/pkg... This patch may help to get rid of the funny message
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-07-18 22:11:26 UTC
I don't see when this was fixed in git...