Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 138137

Summary: beagle-system-crawl in cron.daily references nonexistent file
Product: Gentoo Linux Reporter: Harris Landgarten <harrisl>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: minor    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Harris Landgarten 2006-06-26 20:32:14 UTC
app-misc/beagle-0.2.7 adds /etc/cron.daily/beagle-crawl-system. When executed, it shows the following:

/bin/sh: /usr/libexec/beagle-crawl-system: No such file or directory.

The following line in /etc/cron.daily/beagle-crawl-system is the offending call:

eval nice -n 19 $IONICE su -s /bin/bash $CRAWL_USER -c \"MONO_SHARED_DIR=$MONO_SHARED_DIR /usr/sbin/beagle-build-index --target /var/lib/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS\" > /dev/null 2>&1

CRAWL_USER=beagleindex but there is no beagleindex program. The closest in the ebuild is /usr/lib/beagle/BuildIndex.exe

Is there a wrapper missing?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-27 02:10:31 UTC

*** This bug has been marked as a duplicate of 138119 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-27 02:10:44 UTC
.