Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2004 16:01:03 -0600
From:      Joe Zeiler <zeiler07@covad.net>
To:        gnome@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: shared-mime-info-0.15_1
Message-ID:  <41C5FA1F.5040102@covad.net>

next in thread | raw e-mail | index | archive | help
Something is wrong with the installation of this port.  It bombs out 
because:

Directory '/usr/X11R6/share/mime/packages' does not exist!

The installation is not creating this directory, and when the port is 
upgraded or deinstalled, that directory is removed.  Manually creating 
that directory fixes the installation problem.

Here is a snippit of the error:

make  install-data-hook
for mdir in /usr/X11R6/share/gnome/mime  /usr/local/share/gnome/mime  
/usr/X11R6/share/mime  /usr/local/share/mime  /usr/share/mime; do  if [ 
-d ${mdir} ]; then  "/usr/local/bin/update-mime-database" "${mdir}" ;  
fi;  done
***
* Updating MIME database in /usr/X11R6/share/mime...
Directory '/usr/X11R6/share/mime/packages' does not exist!
*** Error code 1

Stop in /usr/ports/misc/shared-mime-info/work/shared-mime-info-0.15.
*** Error code 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41C5FA1F.5040102>