William Scott wrote:
> I'm getting this one one machine, whereas the identical (presumably)  
> packages coexist on my others peacefully:
>
> Unpacking replacement tetex ...
> Unpacking tetex-base (from .../tetex-base_3.0-1002_darwin-i386.deb) ...
> Removing any leftover files from obsolete teTeX installations ...
> /sw/bin/dpkg: error processing /sw/fink/dists/unstable/main/binary- 
> darwin-i386/text/tetex-base_3.0-1002_darwin-i386.deb (--install):
> trying to overwrite `/sw/share/texmf-local', which is also in package  
> gnuplot
> dpkg: dependency problems prevent configuration of tetex:
> tetex depends on tetex-base (= 3.0-1002); however:
>    Package tetex-base is not installed.
> /sw/bin/dpkg: error processing tetex (--install):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> /sw/fink/dists/unstable/main/binary-darwin-i386/text/tetex- 
> base_3.0-1002_darwin-i386.deb
> tetex
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't batch-install packages: /sw/fink/dists/unstable/main/ 
> binary-darwin-i386/text/tetex_3.0-1002_darwin-i386.deb /sw/fink/dists/ 
> unstable/main/binary-darwin-i386/text/tetex-base_3.0-1002_darwin- 
> i386.deb
>
>
>   
It appears that order matters here.  If you install tetex-base first, it 
installs an empty %p/share/texmf-local directory, which gnuplot will 
happily drop its files in.  On the other hand, if gnuplot is already 
installed dpkg doesn't want to drop an empty %p/share/texmf-local on top 
of that installed by gnuplot.

I'd guess that gnuplot needs a Depends: tetex-base rather than just a 
BuildDepends to resolve this.

-- 
Alexander K. Hansen
Fink User Liaison/Documenter
[EMAIL PROTECTED]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to