Re: macports' hardlinks and time machine backups

2017-08-15 Thread Dave Horsfall

On Tue, 15 Aug 2017, Peter West wrote:


When I see MiB, I think million bytes. Is this wrong?


Yes; it's 1024*1024.  Think of powers of 2.

--
Dave Horsfall DTM (VK2KFU)  "Those who don't understand security will suffer."


Re: Anyone successfully install "meld"? Failed on gstreamer1-gst-plugins-bad

2017-08-15 Thread James Kulp
Thank you for that suggestion.  I updated to command line tools 8.3.2 (I 
have xcode 8.3.3) but the /usr/include* problems are there, as well as the:

:info:build In file included from gstopenjpegdec.c:27:
:info:build In file included from ./gstopenjpegdec.h:29:
:info:build ./gstopenjpeg.h:42:12: fatal error: 
'openjpeg-2.1/openjpeg.h' file not found

:info:build #  include 
:info:build^


On 8/15/17 6:52 AM, Ryan Schmidt wrote:

On Aug 12, 2017, at 08:20, James Kulp wrote:


:info:build /usr/include/signal.h:79: syntax error, unexpected identifier, 
expecting ')' in 'void (* _Nullable bsd_signal(int, void (* 
_Nullable)(int)))(int);' at 'bsd_signal'

An error in a file in /usr/include makes me suspicious that you may not have 
the correct version of the command line tools. Please try updating or 
reinstalling the version of the command line tools that is appropriate for your 
version of macOS and matches the version of Xcode you have installed.


On Aug 12, 2017, at 14:23, db wrote:


In trac, there's a patch at https://trac.macports.org/ticket/51512 for 3.16.0, 
which you might want to give a try.

The availability of an update for meld will have no effect on James' inability 
to build one of meld's dependencies.





Re: Is anyone successfully using lout on Sierra?

2017-08-15 Thread Ken Cunningham
already fixed in clang 4.0+,

> On Aug 15, 2017, at 4:17 AM, Ryan Schmidt  wrote:
> 
> 
>> On Aug 11, 2017, at 17:50, Ken Cunningham wrote:
>> 
>> Abort trap 6 has lots of references on google, e.g. 
>> 
> 
> "Abort trap" means "it crashed". If you want to know more than that, you have 
> to look at the crash log file.
> 


Re: Is anyone successfully using lout on Sierra?

2017-08-15 Thread Ryan Schmidt

On Aug 11, 2017, at 17:50, Ken Cunningham wrote:

> Abort trap 6 has lots of references on google, e.g. 
> 

"Abort trap" means "it crashed". If you want to know more than that, you have 
to look at the crash log file.



Re: macports' hardlinks and time machine backups

2017-08-15 Thread Peter Hancock
To a rabid base2 fanatic, the "10" in 2^10 is
repulsively decimal. What is it? 2^3 + 2 = 2^(2+1) + 2
or 

  2^(2^2^0 + 2^0) + 2^2^0

if you prefer.  Ugh.

Aren't there numerical notations that use a comma
to chunk digits 4 at a time?  And in the binary world we use 10?!

I would have thought that to a base2 fanatic, the "G"
should be 2^(2^5), ie. 4 decimal G's. 
(2^2 + 2^0)'s not so bad in the world of powers of 2.






Re: macports' hardlinks and time machine backups

2017-08-15 Thread Peter West
Thanks Ryan.

That sucks, quite apart from the woeful UX of MiB.

Mebibyte? Really? Kibibyte? Gibibyte?

It sounds like a toddler demanding a smartphone.

"Oh how we laughed when people took us seriously!”

--
Peter West
p...@pbw.id.au
“My soul magnifies the Lord…”


> On 15 Aug 2017, at 8:41 pm, Ryan Schmidt  wrote:
> 
> 
> On Aug 14, 2017, at 19:04, Peter West wrote:
> 
>> When I see MiB, I think million bytes. Is this wrong?
> 
> Yes, that is wrong, or at least is not what other people mean.
> 
> 1 MB = one megabyte = 10^6 bytes = 1,000,000 bytes
> 1 MiB = one mebibyte (what we used to call one megabyte) = 2^20 bytes = 
> 1,048,576 bytes
> 
> Same goes for the other units (kibibytes, gibibytes, tebibytes, etc.).
> 
> See:
> 
> - https://en.wikipedia.org/wiki/Binary_prefix
> - https://en.wikipedia.org/wiki/Mebibyte
> 
> 




signature.asc
Description: Message signed with OpenPGP


Re: Anyone successfully install "meld"? Failed on gstreamer1-gst-plugins-bad

2017-08-15 Thread Ryan Schmidt
On Aug 12, 2017, at 08:20, James Kulp wrote:

> :info:build /usr/include/signal.h:79: syntax error, unexpected identifier, 
> expecting ')' in 'void (* _Nullable bsd_signal(int, void (* 
> _Nullable)(int)))(int);' at 'bsd_signal'

An error in a file in /usr/include makes me suspicious that you may not have 
the correct version of the command line tools. Please try updating or 
reinstalling the version of the command line tools that is appropriate for your 
version of macOS and matches the version of Xcode you have installed.


On Aug 12, 2017, at 14:23, db wrote:

> In trac, there's a patch at https://trac.macports.org/ticket/51512 for 
> 3.16.0, which you might want to give a try.

The availability of an update for meld will have no effect on James' inability 
to build one of meld's dependencies.