Re: Installing D on OSX using .dmg

2014-03-25 Thread Joel

On Monday, 17 March 2014 at 13:09:29 UTC, Russel Winder wrote:

On Sun, 2014-03-16 at 23:10 +, Joel wrote:

Thanks Russel!

I've gotten past the security problem!

There's options under Security  Privacy (and what can be 
downloaded):


O-MacApp Store
O-idetinified developers
@-Anywhere.

Though this (Anywhere) lowers the security of what to download.


The advice I was given and think is good is to keep this at 
Identified

developers normally, and only set to Anywhere for special cases.

D should not be a special case, but it is :-(

I've been Recommended this OS. I can use Windows 7 as native 
too.


I wouldn't go anywhere near Windows of any sort. Linux is my 
choice, but

OSX is not bad.


Mengu, I don't know Homebrew.


MacPorts and Homebrew are competing package management systems 
for OSX.
Many use MacPorts others use Homebrew. From what I can tell 
both are
better than not having a package system (as per OSX out of the 
box) but
both have pros and cons so it is not that one is better than 
the other

overall.

I get D from MacPorts rather than using the DMG.


I've changed the Anywhere setting to a more protected one. I'm 
guessing I can have Anywhere then install latest DMD, but put it 
back to what it was.


I haven't figured out package managers. I used them a bit in 
Ubuntu and they seemed to easily brake the system. :-\


I didn't see the new post here, that's why I've taken so long to 
reply.


Re: Installing D on OSX using .dmg

2014-03-17 Thread Russel Winder
On Sun, 2014-03-16 at 23:10 +, Joel wrote:
 Thanks Russel!
 
 I've gotten past the security problem!
 
 There's options under Security  Privacy (and what can be 
 downloaded):
 
 O-MacApp Store
 O-idetinified developers
 @-Anywhere.
 
 Though this (Anywhere) lowers the security of what to download.

The advice I was given and think is good is to keep this at Identified
developers normally, and only set to Anywhere for special cases.

D should not be a special case, but it is :-(

 I've been Recommended this OS. I can use Windows 7 as native too.

I wouldn't go anywhere near Windows of any sort. Linux is my choice, but
OSX is not bad.

 Mengu, I don't know Homebrew.

MacPorts and Homebrew are competing package management systems for OSX.
Many use MacPorts others use Homebrew. From what I can tell both are
better than not having a package system (as per OSX out of the box) but
both have pros and cons so it is not that one is better than the other
overall.

I get D from MacPorts rather than using the DMG.

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


signature.asc
Description: This is a digitally signed message part


Re: Installing D on OSX using .dmg

2014-03-16 Thread Russel Winder
On Sun, 2014-03-16 at 04:02 +, Joel wrote:
 I get an access problem (Downloads  Tools. link), it saying it's 
 an unidentified developer.
 
 Thanks for any help.

Apple are trying to impose a rule that all executables on OSX are
signed. I am more or less convinced this is a good idea. It at least
isn't the you are only allowed to install software that comes from the
Apple Store, which is what Apple would really like to do, but which
would be a disaster.

There is an option in the security menu to say whether you want
applications only from the Apple Store, only signed or no restriction.
You have to switch this to no restriction to install unsigned DMG.
People have convinced me that leaving the setting on signed only is the
right thing, escaping out of that for specific DMG you know the total
history of.

I am away from an OSX machine for a couple more days, so this is
entirely from memory

The moral of this story is that the DMG should be signed.

Actually this goes for the RPM and Deb files as well. Also stuff on
Jordi's Debian site and elsewhere. The question is whose signature and
whose CA.

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


signature.asc
Description: This is a digitally signed message part


Re: Installing D on OSX using .dmg

2014-03-16 Thread Mengu

On Sunday, 16 March 2014 at 04:02:13 UTC, Joel wrote:
I get an access problem (Downloads  Tools. link), it saying 
it's an unidentified developer.


Thanks for any help.


If you are using Homebrew you can simply do brew install dmd.


Re: Installing D on OSX using .dmg

2014-03-16 Thread Joel

Thanks Russel!

I've gotten past the security problem!

There's options under Security  Privacy (and what can be 
downloaded):


O-MacApp Store
O-idetinified developers
@-Anywhere.

Though this (Anywhere) lowers the security of what to download.

I've been Recommended this OS. I can use Windows 7 as native too.

Mengu, I don't know Homebrew.

On Sunday, 16 March 2014 at 09:53:16 UTC, Russel Winder wrote:

On Sun, 2014-03-16 at 04:02 +, Joel wrote:
I get an access problem (Downloads  Tools. link), it saying 
it's an unidentified developer.


Thanks for any help.


Apple are trying to impose a rule that all executables on OSX 
are
signed. I am more or less convinced this is a good idea. It at 
least
isn't the you are only allowed to install software that comes 
from the
Apple Store, which is what Apple would really like to do, but 
which

would be a disaster.

There is an option in the security menu to say whether you want
applications only from the Apple Store, only signed or no 
restriction.
You have to switch this to no restriction to install unsigned 
DMG.
People have convinced me that leaving the setting on signed 
only is the
right thing, escaping out of that for specific DMG you know the 
total

history of.

I am away from an OSX machine for a couple more days, so this is
entirely from memory

The moral of this story is that the DMG should be signed.

Actually this goes for the RPM and Deb files as well. Also 
stuff on
Jordi's Debian site and elsewhere. The question is whose 
signature and

whose CA.




Installing D on OSX using .dmg

2014-03-15 Thread Joel
I get an access problem (Downloads  Tools. link), it saying it's 
an unidentified developer.


Thanks for any help.