Trying to get a new Scribus to work

Bryan Blackburn blb at macports.org
Mon Jun 23 14:33:14 PDT 2008


On Jun 23, 2008, at 7:24 AM, Thorsten Zörner wrote:

> Hi there,
>
> this is Thorsten, stand-in maintainer of the scribus-macport.
> Scribus has come out with a new version 1.3.3.12 which I've tried to  
> compile locally.
> It compiles all right, but then one of the next steps fails.
> Have a look at this and please tell me, what is going wrong here:
>
> Macintosh-3:Temp thorsten$ sudo port install scribus
> --->  Fetching scribus
...
> /bin/sh: ../admin/install-sh: Permission denied

Looks like install-sh isn't executable, so I'd suggest adding

post-extract {
    file attributes ${worksrcpath}/admin/install-sh -permissions 0755
}

(note, only tested in Mail.app).

Bryan


>
> make[3]: *** [install-binPROGRAMS] Error 126
> make[2]: *** [install-am] Error 2
> make[1]: *** [install-recursive] Error 1
> make: *** [install-recursive] Error 1
>
> Error: Status 1 encountered during processing.
>
> Okay, so what goes wrong here?
>
> Cheers,
> Thorsten._______________________________________________


More information about the macports-users mailing list