On Mon, Jul 13, 2009 at 7:41 AM, Alexander SCHMID <[email protected]>wrote:
> Hi! > > because of space problerms I have cleaned my /var/tmp directory including > the ccache for paludis. But I tought I can delete it because it is a tmp > directory. > > Now have problems to paludis --sync. I get the following infos: > > amd64x2 ~ # paludis --sync > new_packages> * Building available packages list > new_packages> /usr/share/paludis/hooks/sync_all_pre/new_packages.bash: line > 21: //var/tmp/paludis/sync.7599: Datei oder Verzeichnis nicht gefunden > > Unhandled exception: > * In program paludis --sync: > * When performing sync action from command line: > * When executing sync task: > * Sync aborted by hook (paludis::SyncFailedError) > palu...@1247463505: [WARNING hook.bash.failure] Hook > '/usr/share/paludis/hooks/sync_all_pre/new_packages.bash' returned failure > '1' > amd64x2 ~ # > > What do I can do to repair this? > The /etc/paludis/bashrc is untouched so far. > > Thanks aleX! > > _______________________________________________ > paludis-user mailing list > [email protected] > http://lists.pioto.org/mailman/listinfo/paludis-user > My guess is that the /var/tmp/paludis directory is missing and therefore the file cannot be created. Have you tried recreating /var/tmp/paludis? Another idea is to unload the hook (I think this one can be selected with eselect paludis-hook), run paludis (which will hopefully recreate the temp dirs) and load the hook. And please, next time use the C locale to get error messages in English: LC_ALL=C command //Thomas Axelsson
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
