Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376459 - Nonzero status from emerge
Summary: Nonzero status from emerge
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 09:28 UTC by Rabbe Fogelholm
Modified: 2011-08-26 20:33 UTC (History)
0 users

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


Attachments
emerge --info (1.txt,3.94 KB, text/plain)
2011-07-26 11:21 UTC, Rabbe Fogelholm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rabbe Fogelholm 2011-07-26 09:28:02 UTC
When redoing a trivial emerge I get some unexpected console output, and the exit status is 1:

$ emerge ed
WARNING: One or more repositories have missing repo_name entries:

        /local/scratch/nightly/2011-07-25/usr/local/portage/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.


Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-apps/ed-1.5
[lines deleted]
>>> Source compiled.
>>> Test phase [not enabled]: sys-apps/ed-1.5

>>> Install ed-1.5 into /local/scratch/portage/sys-apps/ed-1.5/image/local/tmp/a/ category sys-apps
[lines deleted]
>>> Completed installing ed-1.5 into /local/scratch/portage/sys-apps/ed-1.5/image/local/tmp/a/

strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment
   bin/ed
ecompressdir: bzip2 -9 /local/tmp/a/usr/share/man
 * prefixing shebang of local/tmp/a/bin/red

>>> Installing (1 of 1) sys-apps/ed-1.5
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * Regenerating GNU info directory index...
Traceback (most recent call last):
  File "/local/tmp/a/usr/bin/emerge", line 44, in <module>
    retval = emerge_main()
  File "/local/scratch/nightly/2011-07-25/usr/lib/portage/pym/_emerge/main.py", line 1908, in emerge_main
    trees, mtimedb, retval)
  File "/local/scratch/nightly/2011-07-25/usr/lib/portage/pym/_emerge/main.py", line 366, in post_emerge
    infodirs, info_mtimes, retval)
  File "/local/scratch/nightly/2011-07-25/usr/lib/portage/pym/_emerge/main.py", line 164, in chk_updated_info_files
    "--dir-file=%s/dir %s/%s" % (EPREFIX, inforoot, inforoot, x))[1]
TypeError: not all arguments converted during string formatting
erarafo@cruise103 /local/tmp/a $ echo $?
1
Comment 1 Rabbe Fogelholm 2011-07-26 11:21:20 UTC
Created attachment 281043 [details]
emerge --info
Comment 2 Fabian Groffen gentoo-dev 2011-08-04 19:42:33 UTC
hmm, does this still happen?
Comment 3 Fabian Groffen gentoo-dev 2011-08-26 20:33:23 UTC
please reopen if this happens again