Alexander Hansen <[EMAIL PROTECTED]> said:
> Srdjan Ostojic wrote:
>>
>> Hi all,
>>
>>
>> I am desperately trying to install matplotlib on OSX 10.4.11. 
>> <http://10.4.11.>
>>
>>
>> Here is the message I get from >fink install matplotlib-py25:
>>
>>
>> Reading buildlock packages...
>>
>> /sw/bin/dpkg-lockwait -i 
>> /sw/fink/debs/matplotlib-py25_0.91.3-126_darwin-i386.deb
>>
>> (Reading database ... 70890 files and directories currently installed.)
>>
>> Unpacking matplotlib-py25 (from 
>> .../matplotlib-py25_0.91.3-126_darwin-i386.deb) ...
>>
>> /sw/bin/dpkg: error processing 
>> /sw/fink/debs/matplotlib-py25_0.91.3-126_darwin-i386.deb (--install):
>>
>>  trying to overwrite 
>> `/sw/lib/python2.5/site-packages/dateutil/__init__.py', which is also 
>> in package dateutil-py25
>>
>> /sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe)
>>
>> Errors were encountered while processing:
>>
>>  /sw/fink/debs/matplotlib-py25_0.91.3-126_darwin-i386.deb
>>
>> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
>>
>> Failed: can't install package matplotlib-py25-0.91.3-126
[...]
> It looks like the maintainers of the two packages in question (CCed) 
> need to figure out among themselves which package should have that file.

matplotlib builds and includes in its own package the dateutil lib iff
matplotlib doesn't find dateutil when matplotlib builds. The
matplotlib package has a dependency on dateutil, so dateutil should be
getting installed first (which it is) but then matplotlib should *not*
include it in itself (which is where things are going bad).

Srdjan, is this matplotlib compiled on your local machine, or was it
downloaded as a precompiled binary? Try

 fink -l rebuild matplotlib-py25

to make sure it's built locally to save a logfile of the build process
(in /tmp) and so we can see what's happening with the onboard
dateutil.

dan

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



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to