Re: upgrading MacPorts after updating from 10.6 to 10.9 - missing gnutar?

2014-03-01 Thread René J.V. Bertin
I'm continuing my endeavours after a little break ... The source install I'm upgrading for 10.9 had 2 perl5 variants installed: perl5 @5.12.4_0+perl5_12 perl5 @5.12.4_0+perl5_16 (active) both presumably dependencies of ports I requested, and their upgrades over the time (I'm running 10.6

Re: questions about writing Portfile

2014-03-01 Thread Clemens Lang
Hi, yeah, that's what I decided to do but sometimes, it mixed between install/build between both repository. still, not too annoying. Make sure you run portindex in your local repository after you've added new ports, or MacPorts will not find them and use those from the main tree. --

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread Clemens Lang
Hi, I'm getting a build error installing the +asm+universal x264 variant (x264@20130823+asm+universal) on OS X 10.9.1: :info:build ./common/x86/util.h:131:9: error: ran out of registers during register allocation :info:build movq (%2), %%mm5 \n :info:build ^

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread René J.V. Bertin
On Mar 01, 2014, at 15:55, Clemens Lang wrote: Building with configure.compiler=macports-gcc-4.7 succeeds fine. Is this a bug I should report? Yes, this is a bug you should report. Maybe updating the port to a more recent version would fix the problem. 20130823 is the latest version,

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread Brandon Allbery
On Sat, Mar 1, 2014 at 10:26 AM, René J.V. Bertin rjvber...@gmail.comwrote: (Or should I make an official suggestion to use gcc everywhere where Apple-specific options aren't required as long as clang isn't completely ready to be the main compiler on linux? ;) ) Due to the whole C++

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread René J.V. Bertin
On Mar 01, 2014, at 16:36, Brandon Allbery wrote: Anything that touches or might ever be used by C++ has to use clang's C++ runtime, not gcc's. This is because Apple switched all the system libraries to clang. (It's a bit more complex than that, look in the FAQ for something closer to

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread Brandon Allbery
On Sat, Mar 1, 2014 at 11:02 AM, René J.V. Bertin rjvber...@gmail.comwrote: On Mar 01, 2014, at 16:36, Brandon Allbery wrote: That seems to apply more to using more recent LLVM/Clang on 10.8 and earlier (is clang-3.3 more recent or older?) than on using recent gcc versions on 10.9 ... but it

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread René J.V. Bertin
Hi, On Mar 01, 2014, at 17:29, Clemens Lang wrote: Frankly, for my own stuff (which never gets beyond my own machines in binary form) I couldn't care less about copyright issues, I don't understand the concept of different flavours of free ;) with 10.9. So if you're writing C++ code for OS

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread Chris Jones
Hi, Performance is such a reason in my book, as I said, in just about any test I've done clang-generated code performs consistently (and sometimes probably significantly) worse than gcc-generated code does. I don't know to what extent clang does auto-vectorisation, but I've been impressed

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread David Evans
On 3/1/14 6:48 AM, René J.V. Bertin wrote: I'm getting a build error installing the +asm+universal x264 variant (x264@20130823+asm+universal) on OS X 10.9.1: :info:build /usr/bin/clang -Wshadow -O3 -ffast-math -m32 -I. -fno-common -read_only_relocs suppress -arch i386 -Wall -I. -I.

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread Craig Treleaven
At 12:13 PM -0800 3/1/14, David Evans wrote: On 3/1/14 6:48 AM, René J.V. Bertin wrote: I'm getting a build error installing the +asm+universal x264 variant (x264@20130823+asm+universal) on OS X 10.9.1: :info:build /usr/bin/clang -Wshadow -O3 -ffast-math -m32 -I. -fno-common

Re: build error x264 on OS X 10.9.1

2014-03-01 Thread David Evans
On 3/1/14 1:23 PM, Craig Treleaven wrote: At 12:13 PM -0800 3/1/14, David Evans wrote: On 3/1/14 6:48 AM, René J.V. Bertin wrote: I'm getting a build error installing the +asm+universal x264 variant (x264@20130823+asm+universal) on OS X 10.9.1: :info:build /usr/bin/clang -Wshadow -O3

Re: upgrading MacPorts after updating from 10.6 to 10.9 - missing gnutar?

2014-03-01 Thread Ryan Schmidt
On Mar 1, 2014, at 06:48, René J.V. Bertin rjvber...@gmail.com wrote: Given that I do not myself have any direct requirements on perl versions, shouldn't I just have removed all references to specific perl5 versions/variants, or bumped all +perl5_12 to +perl5_16? I recommend that. If

Re: gnome-terminal again

2014-03-01 Thread Brandon Allbery
On Sat, Mar 1, 2014 at 8:39 PM, James Linder j...@tigger.ws wrote: The macport gnome-terminal suffers from similar active and inactive tabs http://askubuntu.com/questions/40332/how-to-make-selected-tab-in-terminal-more-prominent dconf has nothing that looks helpful and the suggestions in the

Re: gnome-terminal again

2014-03-01 Thread David Evans
On 3/1/14 5:39 PM, James Linder wrote: G’day All The macport gnome-terminal suffers from similar active and inactive tabs http://askubuntu.com/questions/40332/how-to-make-selected-tab-in-terminal-more-prominent dconf has nothing that looks helpful and the suggestions in the above don’t do