Re: [MacPorts] #36769: dovecot2-sieve @0.3.1-1659 unable to install

2012-11-05 Thread Clemens Lang
On Mon, Nov 05, 2012 at 11:08:55PM -0800, Michael Brian Bentley wrote: > Ultimately the solution depended on installing perl 5.12 +threads, as > the error message that stood in the way of progress was something like > "this version of perl does not support threads" which at first glance > made no s

Re: [MacPorts] #36769: dovecot2-sieve @0.3.1-1659 unable to install

2012-11-05 Thread Michael Brian Bentley
On 10/27/12 11:39 PM, MacPorts wrote: #36769: dovecot2-sieve @0.3.1-1659 unable to install -+--- Reporter: bentley@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone:

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Craig Treleaven
At 6:13 PM -0800 11/5/12, Jim Ham wrote: >> The error in the log is: :info:build filter_yadif.c: In function 'filter_line_mmx2': :info:build filter_yadif.c:372: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' :info:build filter_yadif.c:380: error: can't find a

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Jim Ham
>> >> The error in the log is: >> >>> :info:build filter_yadif.c: In function 'filter_line_mmx2': >>> :info:build filter_yadif.c:372: error: can't find a register in class >>> 'GENERAL_REGS' while reloading 'asm' >>> :info:build filter_yadif.c:380: error: can't find a register in class >>> 'GEN

Re: PortGroup cmake

2012-11-05 Thread Joshua Root
On 2012-11-6 12:00 , Bradley Giesbrecht wrote: > Then why not drop the else "configure.args-append -DCMAKE_OSX_SYSROOT:PATH=/"? > I was hoping you might recall why it was added in r78651. It was added because of the tickets referenced in the commit message. Stuff broke because cmake was using an S

Re: PortGroup cmake

2012-11-05 Thread Bradley Giesbrecht
On Nov 5, 2012, at 3:32 PM, Joshua Root wrote: > On 2012-11-6 05:46 , Bradley Giesbrecht wrote: >> Hi, >> >> >> Changes in cmake 2.8.10 are causing problems for the cmake PortGroup. > > What problems? > >> Setting -DCMAKE_OSX_SYSROOT=/ is a problem. I believe cmake expects >> CMAKE_OSX_SYSRO

Re: PortGroup cmake

2012-11-05 Thread Joshua Root
On 2012-11-6 05:46 , Bradley Giesbrecht wrote: > Hi, > > > Changes in cmake 2.8.10 are causing problems for the cmake PortGroup. What problems? > Setting -DCMAKE_OSX_SYSROOT=/ is a problem. I believe cmake expects > CMAKE_OSX_SYSROOT to be a path to an sdk. > cmake-1.0.tcl: > ... > pre-configu

Re: Please consider sponsoring these patches

2012-11-05 Thread Ryan Schmidt
On Nov 3, 2012, at 11:52, Gregor Jasny wrote: > some days ago I created patches to fix build failures on current 10.8 > installations with latest Xcode. So far no update has happened. Please > consider sponsoring my patches: These issues have all been resolved now. Thanks for the patches!

PortGroup cmake

2012-11-05 Thread Bradley Giesbrecht
Hi, Changes in cmake 2.8.10 are causing problems for the cmake PortGroup. Setting -DCMAKE_OSX_SYSROOT=/ is a problem. I believe cmake expects CMAKE_OSX_SYSROOT to be a path to an sdk. cmake-1.0.tcl: ... pre-configure { ... configure.universal_args-append \ -DCMAKE_OSX_ARCHITECTURES=

Re: buildbot failure in MacPorts on buildports-lion-x86_64

2012-11-05 Thread Ryan Schmidt
On Nov 5, 2012, at 11:50, William Siegrist wrote: > Looks like the apbs port? Thanks, I've filed a ticket: http://trac.macports.org/ticket/36898 ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/list

Re: buildbot failure in MacPorts on buildports-lion-x86_64

2012-11-05 Thread William Siegrist
On Nov 4, 2012, at 9:45 PM, Ryan Schmidt wrote: > > On Nov 4, 2012, at 17:22, Andrea D'Amore wrote: > >> On Sun, Nov 4, 2012 at 9:14 PM, wrote: >>> The Buildbot has detected a failed build on builder buildports-lion-x86_64 >>> while building MacPorts. >>> Full details are available at: >>>

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Ryan Schmidt
On Nov 5, 2012, at 09:59, David Osguthorpe wrote: > strictly this section is actually part of ffmpeg (yadif is a deinterlacing > filter) > - the MythTV distribution has a download of ffmpeg inside it (see external > directory in git) > which contains some mythTV specific patches - hence why it

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread David Osguthorpe
On Mon, Nov 05, 2012 at 08:10:21AM -0600, Ryan Schmidt wrote: > > > :info:build filter_yadif.c:380: error: ‘asm’ operand has impossible > > constraints > > :info:build filter_yadif.c:380: error: ‘asm’ operand has impossible > > constraints > > :info:build make[2]: *** [filter_yadif.o] Error 1 >

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Ryan Schmidt
On Nov 5, 2012, at 07:26, Craig Treleaven wrote: > At 8:10 AM -0600 11/5/12, Ryan Schmidt wrote: >> >> It looks like this assembly-language code is not compatible with the >> processor in your Mac mini. Specifically it looks like the code is trying to >> use more processor registers than your

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Jeremy Lavergne
>> Only the first series of Intel Macs used the 32-bit Core processor; all the >> others use 64-bit processors, and 64-bit Intel processors have a lot more >> registers. > > In case I need to, how does one check the specific processor model in the > portfile? Could you point me to some sample

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Craig Treleaven
At 8:10 AM -0600 11/5/12, Ryan Schmidt wrote: On Nov 4, 2012, at 15:00, Jim Ham wrote: I'm having trouble getting Myth to compile on my MacMini1.1 (mid 006). This is an Intel Core Duo machine with 2G RAM and lots of disk space. OSX 10.6.8 I run the command "sudo port install mythtv-core.

Re: difficulties with MythTV on a MacMini1.1

2012-11-05 Thread Ryan Schmidt
On Nov 4, 2012, at 15:00, Jim Ham wrote: > I'm having trouble getting Myth to compile on my MacMini1.1 (mid 006). This > is an Intel Core Duo machine with 2G RAM and lots of disk space. OSX 10.6.8 > > I run the command "sudo port install mythtv-core.25." All goes well until the > script trie