librelist archives

« back to archive

ImageMagick change needs review

ImageMagick change needs review

From:
Adam Vandenberg
Date:
2011-08-31 @ 22:34
This change to ImageMagick needs review in light of Lion being out and
newer versions of Xcode:

https://github.com/froehlichc/homebrew/commit/43c6737f809b92d4d5f989429b78159178998eba

Re: [homebrew] ImageMagick change needs review

From:
Max Howell
Date:
2011-09-01 @ 07:18
Before this patch imagemagick compiled fine. After it fails:

ERROR: Can't create '/Library/Perl/5.12/darwin-thread-multi-2level/Image'
mkdir /Library/Perl/5.12/darwin-thread-multi-2level/Image: Permission 
denied at /System/Library/Perl/5.12/ExtUtils/Install.pm line 494

> This change to ImageMagick needs review in light of Lion being out and
> newer versions of Xcode:
> 
https://github.com/froehlichc/homebrew/commit/43c6737f809b92d4d5f989429b78159178998eba

What is this patch for? Is there an issue ticket?

Re: [homebrew] ImageMagick change needs review

From:
Birger J. Nordølum
Date:
2011-09-01 @ 08:04
 Hello,

What is does, is compiling with support for Perl. And with Mac OS, these 
libraries are packet together with a permission preventing user 
interactions. As you can see from the error message.

How we go by to solve this, I'm not sure. Since the policy of Homebrew is 
not to require using "sudo".

Thoughts?  

--  
Birger J. Nordølum
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On torsdag 1. september 2011 at 09:18, Max Howell wrote:

> Before this patch imagemagick compiled fine. After it fails:
>  
> ERROR: Can't create '/Library/Perl/5.12/darwin-thread-multi-2level/Image'
> mkdir /Library/Perl/5.12/darwin-thread-multi-2level/Image: Permission 
denied at /System/Library/Perl/5.12/ExtUtils/Install.pm line 494
>  
> > This change to ImageMagick needs review in light of Lion being out and
> > newer versions of Xcode:
> > 
https://github.com/froehlichc/homebrew/commit/43c6737f809b92d4d5f989429b78159178998eba
>  
> What is this patch for? Is there an issue ticket?

Re: [homebrew] ImageMagick change needs review

From:
Max Howell
Date:
2011-09-01 @ 08:23
Homebrew has its own site_perl though I'm not sure if this is the proper 
thing to do generally. I am not a Perl person.

> Hello,
> 
> What is does, is compiling with support for Perl. And with Mac OS, these
libraries are packet together with a permission preventing user 
interactions. As you can see from the error message.
> 
> How we go by to solve this, I'm not sure. Since the policy of Homebrew 
is not to require using "sudo".
> 
> Thoughts?
> 
> -- 
> Birger J. Nordølum
> Sent with Sparrow
> On torsdag 1. september 2011 at 09:18, Max Howell wrote:
> 
>> Before this patch imagemagick compiled fine. After it fails:
>> 
>> ERROR: Can't create '/Library/Perl/5.12/darwin-thread-multi-2level/Image'
>> mkdir /Library/Perl/5.12/darwin-thread-multi-2level/Image: Permission 
denied at /System/Library/Perl/5.12/ExtUtils/Install.pm line 494
>> 
>>> This change to ImageMagick needs review in light of Lion being out and
>>> newer versions of Xcode:
>>> 
https://github.com/froehlichc/homebrew/commit/43c6737f809b92d4d5f989429b78159178998eba
>> 
>> What is this patch for? Is there an issue ticket?
>