You are not logged in.
Pages: 1
I get this while install kdebase-runtime
Whats the problem?
debug: updating database
debug: adding database entry 'kdebase-runtime'
debug: writing kdebase-runtime-4.4.1-2 DESC information back to db
debug: writing kdebase-runtime-4.4.1-2 FILES information back to db
debug: writing kdebase-runtime-4.4.1-2 DEPENDS information back to db
debug: adding entry 'kdebase-runtime' in 'local' cache
debug: executing ". /tmp/alpm_VL71J9/.INSTALL; post_upgrade 4.4.1-2 4.4.1-2" under chroot "/"
debug: chrooting in /
debug: call to waitpid succeeded
error: command failed to execute correctlyOffline
All it does post_upgrade is this:
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/nullboth should not be causing an error (the missing / in front of usr/share/mime is deliberate). Try running each manually (adding the leading /).
Offline
All it does post_upgrade is this:
update-mime-database usr/share/mime &> /dev/null
This gives me the following
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Unknown media type in type 'fonts/package'
Unknown media type in type 'interface/x-winamp-skin'Both also have return code 0
Last edited by chrisb (2010-03-24 11:34:00)
Offline
Pages: 1