[Lunar-bugs] [bug] Strange Error when doing lunar fix
lunar-bugs at lunar-linux.org
lunar-bugs at lunar-linux.org
Wed Apr 13 11:01:39 UTC 2005
Project: lunar-linux
ID:
Version: <none>
Component: lunar (core tools)
Category: bug reports
Priority: normal
Assigned to: <unassigned>
Reported by: caesar_bs
Updated by: caesar_bs
Status: active
When doing lunar fix I get:
root at Schroedinger ~ # lunar fix
/usr/bin/devhelp-bin of devhelp is broken.
libgtkembedmoz.so => not found
[...."SNIP"]
libnspr4.so => not found
devhelp depends on "X" which is an alias
Please select a substitute ! Enter the number or the name of the
module
1 - XOrg XOrg-test xfree86 xfree86-beta
Sorry, I can't do anything with "", please try again
Please select a substitute ! Enter the number or the name of the
module
1 - XOrg XOrg-test xfree86 xfree86-beta
Sorry, I can't do anything with "", please try again
The last 3 lines are repeated in a loop. i didnt enter anything, it
just goes on and on ... I have to abort with ctrl-c and get the
output:
/var/lib/lunar/functions/depends.lunar: line 30: 32721 Done
grep "^$1:" $DEPENDS_CACHE
32722 Datenübergabe unterbrochen (broken pipe) |
while read LINE; do
DEP=$(echo $LINE | cut -d: -f2); DEP=$(unalias $DEP); if ! grep -qx
"$DEP" $TMP_FDEPS; then
debug_msg "$DEP"; echo "$DEP" >>$TMP_FDEPS; STATE=$(echo $LINE
| cut -d: -f3); if [ "$STATE" == "required" ]; then
echo $DEP; find_depends_intern $DEP;
else
if module_installed $DEP; then
echo $DEP; find_depends_intern $DEP;
fi;
fi;
fi;
done
/var/lib/lunar/functions/depends.lunar: line 30: 32711 Done
grep "^$1:" $DEPENDS_CACHE
32712 Datenübergabe unterbrochen (broken pipe) |
while read LINE; do
DEP=$(echo $LINE | cut -d: -f2); DEP=$(unalias $DEP); if ! grep -qx
"$DEP" $TMP_FDEPS; then
debug_msg "$DEP"; echo "$DEP" >>$TMP_FDEPS; STATE=$(echo $LINE
| cut -d: -f3); if [ "$STATE" == "required" ]; then
echo $DEP; find_depends_intern $DEP;
else
if module_installed $DEP; then
echo $DEP; find_depends_intern $DEP;
fi;
fi;
fi;
done
/var/lib/lunar/functions/depends.lunar: line 30: 32701 Done
grep "^$1:" $DEPENDS_CACHE
32702 Datenübergabe unterbrochen (broken pipe) |
while read LINE; do
DEP=$(echo $LINE | cut -d: -f2); DEP=$(unalias $DEP); if ! grep -qx
"$DEP" $TMP_FDEPS; then
debug_msg "$DEP"; echo "$DEP" >>$TMP_FDEPS; STATE=$(echo $LINE
| cut -d: -f3); if [ "$STATE" == "required" ]; then
echo $DEP; find_depends_intern $DEP;
else
if module_installed $DEP; then
echo $DEP; find_depends_intern $DEP;
fi;
fi;
fi;
done
Dunno if this is a bug. looks like this to me ...
greetz
julius
caesar_bs
--
View: http://lunar-linux.org/?q=node/view/800
Edit: http://lunar-linux.org/?q=project/comments/add/800
More information about the Lunar-bugs
mailing list