library(archive) missing from macports build
Samer Abdallah <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hi Paulo, Since you mentioned the macports version, I noticed that libarchive is not included as a dependency and thus library(archive) is not present in the macports build. This is needed to make SWI package handling work, so it would seem to be a rather necessary component these days. Samer. On 22 Aug 2013, at 15:11, Paulo Moura <[email protected]> wrote: > Hi Jochem, > > I have just submitted an updated portfile to MacPorts. I'm on MacOS X 10.8.4. I tested the portfile after updating only the version number and the check sums. Installation went smooth. I cannot test on Snow Leopard (10.6), however. > > Cheers, > > Paulo > > > On 22/08/2013, at 14:41, Jochem Liem <[email protected]> wrote: > >> Hi Jan/all, >> >> Perhaps we are having the same problem on MacOSX. >> >> I was trying to build 6.5.2 for Snow Leopard. This failed. The package >> name MacPorts constructed was weird: >> "Creating pkg for swi-prolog-20051223_6.5.2_0". >> >> The date in the package name is the 'epoch' in the Portfile. I adapted >> the Portfile (as below) and now the package builds fine. I think the >> problem was caused by upgrading to MacPorts 2.2.0, but I'm not sure. >> >> http://staff.science.uva.nl/~jliem/temp/swi-prolog-devel-6.5.2-snow-leopard-intel.mpkg.zip >> >> Cheers, >> Jochem >> >> >> >> diff --git a/Portfile.template b/Portfile.template >> index 13f57f2..0bc4352 100644 >> --- a/Portfile.template >> +++ b/Portfile.template >> @@ -5,7 +5,7 @@ PortSystem 1.0 >> >> name swi-prolog >> version @VERSION@ >> -epoch 20051223 >> +#epoch 20051223 >> >> categories lang >> maintainers uva.nl:J.Wielemaker logtalk.org:pmoura > > ----------------------------------------------------------------- > Paulo Moura > Logtalk developer > > Email: <mailto:[email protected]> > Web: <http://logtalk.org/> > ----------------------------------------------------------------- > > > > > _______________________________________________ > SWI-Prolog mailing list > [email protected] > https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog >