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
Created attachment 281043 [details] emerge --info
hmm, does this still happen?
please reopen if this happens again