| Summary: | since portage v2.0.49-r5 I have error concerning "error writing standard output" or "COUNTER file is missing" | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Sascha Wuestemann <bigfoot> |
| Component: | Unclassified | Assignee: | Portage team <dev-portage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gentoobugs |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | gzipped tarball of the logs I described at my prior posting FYI | ||
|
Description
Sascha Wuestemann
2003-09-30 10:02:36 UTC
Created attachment 18544 [details]
gzipped tarball of the logs I described at my prior posting FYI
Hi,
I encounterd, that env-update is involved with one of the two bugs I have
described, but the file the error is about, seems to be ok:
---cut-on---
# env-update
>>> Regenerating /etc/ld.so.cache...
* Caching service dependencies...
awk: cmd. line:1: (FILENAME=/etc/init.d/xfs FNR=290) warning: error writing
standard output (Broken pipe)
awk: cmd. line:1: (FILENAME=/etc/init.d/xfs~ FNR=290) warning: error writing
standard output (Broken pipe)
# file /etc/init.d/xfs
/etc/init.d/xfs: a /sbin/runscript script text executable
# /etc/init.d/xfs status
* status: stopped
# /etc/init.d/xfs start
* Scanning font directories...
[ ok ]
* Indexing font directories...
* /usr/X11R6/lib/X11/fonts/75dpi...
[ ok ]
* /usr/X11R6/lib/X11/fonts/100dpi...
[ ok ]
* /usr/X11R6/lib/X11/fonts/misc...
[ ok ]
* /usr/X11R6/lib/X11/fonts/Type1...
[ ok ]
* /usr/X11R6/lib/X11/fonts/Speedo...
[ ok ]
* /usr/X11R6/lib/X11/fonts/util...
[ ok ]
* /usr/X11R6/lib/X11/fonts/truetype...
[ ok ]
* /usr/X11R6/lib/X11/fonts/TTF...
[ ok ]
* /usr/X11R6/lib/X11/fonts/cyrillic...
[ ok ]
* Updating FC cache...
[ ok ]
* Starting X Font Server...
[ ok ]
# /etc/init.d/xfs stop
* Stopping X Font Server...
[ ok ]
---cut-off---
Maybe this helps to get near the error?
Any questions I can answer?
regards,
Sascha
I have the same problem with COUNTER file: petra root # emerge -p clean >>> These are the packages that I would unmerge: ['dev-lang/perl', '5.8.0', 'r10'] ['dev-lang/perl-5.6.1-r12', 'dev-lang/perl-5.8.0-r10', 'dev-lang/perl-5.8.1_rc2', 'dev-lang/perl-5.8.0-r11', 'dev-lang/perl-5.8.0-r12'] !!! COUNTER file is missing for dev-lang/perl-5.8.0-r10 in /var/db. !!! Please run /usr/lib/portage/bin/fix-db.pl or remerge the package. petra root # /usr/lib/portage/bin/fix-db.pl Grabbing db contents... Grabbing mtimes... Sorting... Writing COUNTERs... Writing /var/cache/edb/counter... Done. petra root # emerge -p clean >>> These are the packages that I would unmerge: ['dev-lang/perl', '5.8.0', 'r10'] ['dev-lang/perl-5.6.1-r12', 'dev-lang/perl-5.8.0-r10', 'dev-lang/perl-5.8.1_rc2', 'dev-lang/perl-5.8.0-r11', 'dev-lang/perl-5.8.0-r12'] !!! COUNTER file is missing for dev-lang/perl-5.8.0-r10 in /var/db. !!! Please run /usr/lib/portage/bin/fix-db.pl or remerge the package. I have also tried re-emerging perl, but I get the same problem. I fixed this on my system by downgrading to perl-5.8.0. This shouldn't be any issue any longer... And that script will be fixed. Don't report multiple bugs in one report. |