#36558: ssss @1.0.1 -------------------------+-------------------------------- Reporter: okoeroo@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: ssss | -------------------------+-------------------------------- Comment (by okoeroo@…): Replying to [comment:1 ryandesign@…]:
Thanks. I've attached a revised portfile, which uses the github portgroup and downloads from a distfile instead of downloading from git.
I also switched the `system` invocation to use the `-W` flag.
The port does not build for me. I'm attaching the main.log.
I don't understand why the port requests that MacPorts run autoreconf ("`use_autoreconf yes`") but then afterward manually runs the bootstrap script which itself runs `aclocal`, `glibtoolize`, `autoheader`, `automake` and `autoconf`. Shouldn't one or the other be sufficient?
Hi, I've been able to replicate the problem on a clean MacPorts machine. The project/ directory was required for my current autotools setup and was created by automake or autoconf at the end, but glibtoolize couldn't work. Running the install for a second time fixed it, but that's totally not good. What I've changed in the Portfile.3 file is: - Updated checksums - Removed the autoreconf command - Added a mkdir project/ before I run the autotools bootstrap These changes solve my build problems on my reference machine. It should work for you too :-) -- Ticket URL: <https://trac.macports.org/ticket/36558#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS