Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547780 - sci-visualization/gnuplot-5.0.0: emerge fails with 'die "You are not specifying README.gentoo contents!" '
Summary: sci-visualization/gnuplot-5.0.0: emerge fails with 'die "You are not specifyi...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-26 09:05 UTC by Klaus Kusche
Modified: 2015-05-08 09:25 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Kusche 2015-04-26 09:05:41 UTC
From the emerge log:

INFO (setup)

Package:    sci-visualization/gnuplot-5.0.0
Repository: gentoo
Maintainer: ulm@gentoo.org ottxor@gentoo.org,sci@gentoo.org
USE:        X abi_x86_64 amd64 cairo elibc_glibc gd kernel_linux latex readline userland_GNU wxwidgets
FEATURES:   keeptemp keepwork preserve-libs sandbox userpriv usersandbox
INFO (configure)

Requested wxWidgets:        unicode 2.8
Using wxWidgets:            gtk2-unicode-release-2.8
ERROR (install)

ERROR: sci-visualization/gnuplot-5.0.0::gentoo failed (install phase):
  You are not specifying README.gentoo contents!

Call stack:
    ebuild.sh, line   93:  Called src_install
  environment, line 3166:  Called readme.gentoo_create_doc
  environment, line 3025:  Called die
The specific snippet of code:
                  die "You are not specifying README.gentoo contents!";


Indeed, there is no "README.gentoo" in the files directory of gnuplot
in the portage tree, but the ebuild contains "readme.gentoo_create_doc"
and "readme.gentoo_print_elog".
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2015-04-26 19:39:41 UTC
I cannot reproduce this issue, the usage of "readme.gentoo_create_doc"
and "readme.gentoo_print_elog" is fine as DOC_CONTENTS gets set in src_prepare, maybe pacho has more input on that.
Comment 2 Klaus Kusche 2015-04-27 05:36:11 UTC
Mysterious. Seems to be emerge-related...

Tried again twice with my usual settings
("--quiet-build --quiet-fail --jobs=4 --keep-going"): Both failed.

Now emerged without all these options: Worked.

Tried again with my options: Now worked.

(Cleaned the emerge working dir before each attempt).

Could it be that emerge randomly looses DOC_CONTENTS between its phases?
Is there any possibility for race conditions?
Comment 3 Pacho Ramos gentoo-dev 2015-05-07 17:56:28 UTC
I cannot reproduce even with your options. Please provide emerge --info
Comment 4 Klaus Kusche 2015-05-08 09:25:44 UTC
I tried again with various options, worked fine every time
(I had some updates installed since the original report).

I guess it was not related to gnuplot, but to some mysterious coincidence
in portage or something like that.