Re: Problems trying to pull sources from git

2011-11-13 Thread Marko Käning
Hi Ryan, I just replaced git: with http: and git was able to retrieve the sources… > --- > git.url http://anongit.kde.org/kmymoney > git.branch 6f28b1c9fa3c0684d184d3bfc1d638de933a1f91 > --- …but I still get this error: > --- > $ git log -1 > error: packfile > .git/objects/

Re: Problems trying to pull sources from git

2011-11-13 Thread Marko Käning
On Nov 14, 2011, at 1:19 AM, Ryan Schmidt wrote: > Yes except you should use an http or https url instead of a git url if > available because the buildbot cannot fetch from git urls. Hmm, but, the problem is that I am not even testing this on buildbot, but locally in a port tree of mine. OK, I'll

Re: buildbot errors

2011-11-13 Thread Petr Vanek
On Nov 14, 2011 (Monday), at 6:48 AM, Joshua Root wrote: > On 2011-11-14 16:35 , Petr Vanek wrote: >> >> On Nov 14, 2011 (Monday), at 1:18 AM, Ryan Schmidt wrote: >> >>> The buildbot has a case-sensitive filesystem. The file is Qlipper.app, not >>> qlipper.app. >>> >> >> thanks a lot. All is

Re: [87201] trunk/dports/aqua/qlipper/Portfile

2011-11-13 Thread Joshua Root
On 2011-11-14 16:38 , Ryan Schmidt wrote: I wasn't sure what would happen when you change the case of the port name like that. Will users who had qlipper @1.8.2_0 installed get prompted to upgrade to Qlipper @1.8.2_1? I don't think this is a case we ever deliberately considered, so if it does

Re: buildbot errors

2011-11-13 Thread Joshua Root
On 2011-11-14 16:35 , Petr Vanek wrote: On Nov 14, 2011 (Monday), at 1:18 AM, Ryan Schmidt wrote: The buildbot has a case-sensitive filesystem. The file is Qlipper.app, not qlipper.app. thanks a lot. All is fixed now. BTW is there any way how to test buildbot locally? Like "port builbot m

Re: [87201] trunk/dports/aqua/qlipper/Portfile

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 23:38, Ryan Schmidt wrote: > On Nov 13, 2011, at 23:06, pva...@macports.org wrote: > >> Revision: 87201 >> http://trac.macports.org/changeset/87201 >> Author: pva...@macports.org >> Date: 2011-11-13 21:06:30 -0800 (Sun, 13 Nov 2011) >> Log Message: >> ---

Re: buildbot errors

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 23:35, Petr Vanek wrote: > BTW is there any way how to test buildbot locally? Like "port builbot myport"? Nope. The buildbot is just running MacPorts, on a case-sensitive filesystem, with no ports installed; every build run is basically from a fresh empty installation. So t

Re: [87201] trunk/dports/aqua/qlipper/Portfile

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 23:06, pva...@macports.org wrote: > Revision: 87201 > http://trac.macports.org/changeset/87201 > Author: pva...@macports.org > Date: 2011-11-13 21:06:30 -0800 (Sun, 13 Nov 2011) > Log Message: > --- > qlipper: buildbot fix (case sensitive paths) > > Mod

Re: buildbot errors

2011-11-13 Thread Petr Vanek
On Nov 14, 2011 (Monday), at 1:18 AM, Ryan Schmidt wrote: > > On Nov 13, 2011, at 14:06, Petr Vanek wrote: > >> >> On Nov 13, 2011 (Sunday), at 9:03 PM, Jeremy Lavergne wrote: >> The only thing changed in portfile was version and checksum... >>> >>> The error: >>> DEBUG: Backtrace: erro

Re: [87198] trunk/dports/x11/xorg-libX11/Portfile

2011-11-13 Thread Ryan Stonecipher
I have made the same (simple) change in several ports since upgrading to XCode 4.2. If I remember correctly, I had to apply the opposite conditional swap in some ports while using XCode <4.0. Reproducing user-reported bugs could become tricky if compilers change significantly and frequently and

Re: UsingTheRightCompiler

2011-11-13 Thread Joshua Root
You don't appear to actually be using clang in the output you quoted, but rather 'cc', which is linked to llvm-gcc-4.2 on your system. I don't know if clang -E would behave significantly differently, but it's well worth checking. - Josh On 2011-11-14 13:19 , Matthew Cottrell wrote: Using "$(

Re: [87198] trunk/dports/x11/xorg-libX11/Portfile

2011-11-13 Thread Joshua Root
On 2011-11-14 13:48 , Ryan Schmidt wrote: On Nov 13, 2011, at 20:33, rmstonecip...@macports.org wrote: Revision: 87198 http://trac.macports.org/changeset/87198 Author: rmstonecip...@macports.org Date: 2011-11-13 18:33:36 -0800 (Sun, 13 Nov 2011) Log Message: --- x11/xor

Re: [87198] trunk/dports/x11/xorg-libX11/Portfile

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 20:33, rmstonecip...@macports.org wrote: > Revision: 87198 > http://trac.macports.org/changeset/87198 > Author: rmstonecip...@macports.org > Date: 2011-11-13 18:33:36 -0800 (Sun, 13 Nov 2011) > Log Message: > --- > x11/xorg-libX11 changed configure.compi

Re: UsingTheRightCompiler

2011-11-13 Thread Matthew Cottrell
Using "$(CC) -E" did not succeed because it left an input file unused. :info:build cc -E -IMENUS ARB_GDEmenus.source >ARB_GDEmenus :info:build i686-apple-darwin11-llvm-gcc-4.2: ARB_GDEmenus.source: linker input file unused because linking not done Would it be too brittle to simply use /usr/bin/c

Re: UsingTheRightCompiler

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 19:27, Matthew Cottrell wrote: > I'm trying to use the right compiler, but ${configure.cpp} is empty on my > system. How do I satisfy a port that needs cpp? > > I do have the other stuff > > ${configure.cc}=/Developer/usr/bin/clang > ${configure.cxx}=/Developer/usr/bin/cla

UsingTheRightCompiler

2011-11-13 Thread Matthew Cottrell
I'm trying to use the right compiler, but ${configure.cpp} is empty on my system. How do I satisfy a port that needs cpp? I do have the other stuff ${configure.cc}=/Developer/usr/bin/clang ${configure.cxx}=/Developer/usr/bin/clang++ -- Matthew Cottrell Lewes, DE 19958 http://www.mattcottrell.

Re: Problems trying to pull sources from git

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 13:50, Marko Käning wrote: > I used the following to specify the sources to be fetched, where git.branch > denotes the latest changeset detected in a locally run "git pull": > --- > git.url git://anongit.kde.org/kmymoney > git.branch 6f28b1c9fa3c0684d184d

Re: buildbot errors

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 14:09, Jeremy Lavergne wrote: > Back to the error message, where did this path come from? >> _Volumes_work_mports_dports_aqua_qlipper That's simply where the buildbot has its ports tree. No problem there. ___ macports-dev mailing

Re: buildbot errors

2011-11-13 Thread Ryan Schmidt
On Nov 13, 2011, at 14:06, Petr Vanek wrote: > > On Nov 13, 2011 (Sunday), at 9:03 PM, Jeremy Lavergne wrote: > >>> The only thing changed in portfile was version and checksum... >> >> The error: >> DEBUG: Backtrace: error copying >> "/opt/local/var/macports/build/_Volumes_work_mports_dports_

Re: buildbot errors

2011-11-13 Thread Jeremy Lavergne
> yep, I found it. But how is buildbot environment valid or is it just a > reference to some "what if" checking environment? I mean I tried to compile > the port before I committed it and it worked (and works when I try port > uninstall/install). It precompiles software for any MacPorts user to

Re: buildbot errors

2011-11-13 Thread Petr Vanek
On Nov 13, 2011 (Sunday), at 9:03 PM, Jeremy Lavergne wrote: >> The only thing changed in portfile was version and checksum... > > The error: > DEBUG: Backtrace: error copying > "/opt/local/var/macports/build/_Volumes_work_mports_dports_aqua_qlipper/qlipper/work/qlipper-1.8.2/qlipper.app": > n

Re: buildbot errors

2011-11-13 Thread Jeremy Lavergne
> The only thing changed in portfile was version and checksum... The error: DEBUG: Backtrace: error copying "/opt/local/var/macports/build/_Volumes_work_mports_dports_aqua_qlipper/qlipper/work/qlipper-1.8.2/qlipper.app": no such file or directory smime.p7s Description: S/MIME cryptographic s

buildbot errors

2011-11-13 Thread Petr Vanek
hi all, how I should react on buildbot errors? Is it something like showstopper or only a warning? When I try to compile my Port (qlipper) all works (tested on SnowLeopard and Leopard machine). But I received buildbot error message via email. http://build.macports.org/builders/buildports-snowl

Problems trying to pull sources from git

2011-11-13 Thread Marko Käning
Hi guys, I thought I'd quickly update MacPorts' port kmymoney4-devel from SVN to GIT, but ran into a problem after the sources were fetched "successfully" via git! I used the following to specify the sources to be fetched, where git.branch denotes the latest changeset detected in a locally run