Alexander K. Hansen wrote:
OS 10.4.3, XCode 2.2 (I don't think this matters)
fink from CVS HEAD.

That's the culprit. With fink-24.11 it builds OK. Fink HEAD is too clever to understand Jeff's packaging tricks.

Both sip-py2X packages have a splitoff "sip". This is reasonable, because this contains the same binary /sw/bin/sip that is built in both cases.

In fink-24.11, the directory in question is found as

  ($self->{parent})->get_build_directory()

In fink HEAD, the same is done by

  ($self->get_parent)->get_build_directory()
[]
/sw/src/fink.build/root-sip-py23-4.3.1-4/sw/share/info/dir.old
Failed: install phase: directory
/sw/src/fink.build/sip-py24-4.3.1-4/sip-4.3.1 doesn't exist, check the
package description.

It doesn't get the actual parent (sip-py23-4.3.1-4), but what it thinks should be the parent (sip-py24-4.3.1-4).

--
Martin





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to