On 11/16/05, Andreas Dittrich <[EMAIL PROTECTED]>  
>
>maybe I haven't provided enough information on the case. If so -
>where to look for more? I suppose the package is broken but how to
>check that?
>
>Am 14.11.2005 um 23:24 schrieb Andreas Dittrich:
>
>># fink install shared-mime-info
>>Information about 5166 packages read in 3 seconds.
>>The following package will be installed or updated:
>>shared-mime-info
>>/sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary- 
>>darwin-powerpc/gnome/shared-mime-info_0.16-1_darwin-powerpc.deb
>>(Reading database ... 146645 files and directories currently
>>installed.)
>>Preparing to replace shared-mime-info 0.16-1 (using .../shared- 
>>mime-info_0.16-1_darwin-powerpc.deb) ...
>>Unpacking replacement shared-mime-info ...
>>Setting up shared-mime-info (0.16-1) ...
>>/sw/bin/dpkg: error processing shared-mime-info (--install):
>>subprocess post-installation script returned error exit status 1
>>Errors were encountered while processing:
>>shared-mime-info
>>### execution of /sw/bin/dpkg-lockwait failed, exit code 1
>>Failed: can't install package shared-mime-info-0.16-1
>>
>>This is on 10.4.3, Xcode 2.2 and fink 0.8.0/0.24-10
>>Does anybody have a clue or experience the same problem?
[rebuilding shared-mime-info did not help]

The post-installation script for shared-mime-info is pretty
trivial...not sure how it could fail without any error message at all.

Could you make the following edit to that script so we can get some
more information? Edit the file
/sw/fink/dists/unstable/main/finkinfo/gnome/shared-mime-info.info
and adjust the PostInstScript section to read as follows:

PostInstScript: <<
 echo "beginning"
 . %p/bin/init.sh
 echo "XDG:"; env | grep XDG
 %p/bin/update-mime-database %p/share/mime
 echo "done"
<<

then rebuild the package, attempt to install it, and show us the
output. Also, what RootMethod is listed in your /sw/etc/fink.conf
file, and what versions are listed by the command:
  dpkg -l base-files xdg-base

dan


-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to