Re: Xsane fails to build

2016-03-19 Thread Ryan Schmidt

On Mar 15, 2016, at 11:31 PM, [ftp83plus] wrote:

> as my first required software, I wanted to install xsane. After hours 
> fetching / building / staging dependencies, it failed at building libgcc
> Log is pasted at http://pastebin.com/aF077EkY
> What is the reason of this failure?

The log you attached is not from a clean build attempt.

The log says the problem is:

Bootstrap comparison failure!

I've seen people report this from time to time with gcc but I don't know what 
causes it.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libgcc fails to build

2016-03-19 Thread Ryan Schmidt

On Mar 17, 2016, at 2:21 PM, [ftp83plus]  wrote:

> Indeed its is not a clean attempt as I tried many times. The first failure 
> was a non-specific segmentation fault, so I restarted the process.

Before reporting a problem, always clean and try again. An unclean build 
attempt can, in some cases, itself be the cause of a build failure.

Segmentation faults leave behind crash logs in Library/Logs/DiagnosticReports 
which may provide further insight.


> On my previous install of Macports, I didn't experience any issue installing 
> xsane, but I didn't performed the libcxx update back then.

Let's be clear that at this point, xsane is not involved. The build failure is 
in libgcc.

It's certainly possible that using libc++ instead of libstdc++ is contributing 
to the build failure; libc++ was, after all, not tested by most software 
developers on the OS you're using, and compiling a compiler is certainly a 
complicated proposition. However, at this point we don't know what's causing 
your build failure.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: py-hgsubversion install fails

2016-03-19 Thread Sean Farley

j. van den hoff  writes:

> on one of two machines (both running 10.10.5 and current `port')  
> installation of py-hgsubversion fails with (end of logfile):
>
> 8<--
> ...
> CC='/usr/bin/clang'
> CC_PRINT_OPTIONS='YES'
> CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/.CC_PRINT_OPTIONS'
> CFLAGS=''
> CPATH='/opt/local/include'
> CXX='/usr/bin/clang++'
> CXXFLAGS=''
> F90FLAGS=''
> FCFLAGS=''
> FFLAGS=''
> LDFLAGS=''
> LIBRARY_PATH='/opt/local/lib'
> MACOSX_DEPLOYMENT_TARGET='10.10'
> OBJC='/usr/bin/clang'
> OBJCFLAGS=''
> :debug:build Assembled command: 'cd  
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"
>   
> &&  
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7  
> setup.py --no-user-cfg build'
> :debug:build Executing command line:  cd  
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"
>   
> &&  
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7  
> setup.py --no-user-cfg build
> :info:build Traceback (most recent call last):
> :info:build   File "setup.py", line 106, in 
> :info:build from hgsubversion.svnwrap import svn_swig_wrapper
> :info:build   File  
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5/hgsubversion/__init__.py",
>   
> line 198, in 
> :info:build commands.optionalrepo += ' svn'
> :info:build AttributeError: 'module' object has no attribute 'optionalrepo'

This seems like a mismatch with Mercurial. Which version do you have
installed? Do you have Mercurial installed into /usr/local or something
like that?
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Trying to execute LibcxxOnOlderSytems (3rd ed.)

2016-03-19 Thread [ftp83plus]
Ok, I changed the topic to reflect the new attempt. MacPorts has been 
uninstalled as per instructions, and reinstalled. I am now attempting to run 
https://trac.macports.org/wiki/LibcxxOnOlderSystems in order to support 
software that may be written according to C++11 standard.

I ran step 2 as corrected. No error reported.
I ran step 3.1. No error reported at either step (3.1.1 and 3.1.2).
Edited /opt/local/etc/macports/macports.conf as per step 3.2:
The beginning of the file now looks like:
cxx_stdlib libc++
buildfromsourcealways
delete_la_filesyes
default_compilers  macports-clang-3.4 macports-clang-3.3 gcc-4.2 apple-gcc-4.2 
gcc-4.0

# $Id: macports.conf.in 117120 2014-02-17 00:55:33Z j...@macports.org $ […]

Then step 3.3. Received:
Error: No ports matched the given expression
I assumed it was normal since this is a fresh installation, no port has been 
inactivated by step 3.1.1.

Then step 3.4: was long and noisy, but received no error.
Then step 3.5: no error
Then step 3.6: no error
Then step 3.7: It says to edit /opt/local/etc/macports/macports.conf again ; 
mine now looks like
cxx_stdlib libc++
buildfromsourcealways
delete_la_filesyes
default_compilers  macports-clang-3.7 macports-clang-3.4 macports-clang-3.3 
gcc-4.2 apple-gcc-4.2 gcc-4.0

# $Id: macports.conf.in 117120 2014-02-17 00:55:33Z j...@macports.org $

As I understand it, this is the last step.

Then I tried to install Xsane, but it failed; I will open another thread so as 
to keep this one clean.






El 2016-03-15, a las 01:49, Ryan Schmidt escribió:

> 
>> On Mar 15, 2016, at 12:46 AM, [ftp83plus]  wrote:
>> 
>> Thanks all for your advices,
>> 
>> I see contradictions here: should I start afresh and bear hours of whining 
>> fans like Christopher suggests to make the topic easier to follow, or try to 
>> add precision to my former request like Ryan tries to tell?
>> 
>> The main concern is of course the fan noise and the fact I have to rely on a 
>> much slower backup Mac should I need to leave home. I try to bear in mind 
>> that you guys aren't in fort of my screen, and its not easy to follow who 
>> said what and when.
> 
> If you're stuck on the bootstrapping 2 step, starting over and following the 
> newly edited instructions, without the -s flag on that step, should be very 
> quick, since you'll be getting a precompiled archive from our server rather 
> than having to compile it on your system.
> 
> For subsequent steps, there will still be compiling involved, since we don't 
> yet have a naming convention for distinguishing libc++ packages from 
> libstdc++ packages, so we don't provide libc++ packages for older OSes.
> 
> 
> 
> 

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Thank you all for the wonderful MacPorts Meeting in Slovenia (and see you again soon ...)

2016-03-19 Thread Eneko Gotzon
On Fri, Mar 18, 2016 at 11:29 AM, Mojca Miklavec  wrote:

> the relatively small group of hackers


The Magnificent Seven 
;)

-- 
Eneko Gotzon Ares
enekogot...@gmail.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: py-hgsubversion install fails

2016-03-19 Thread j. van den hoff
if it helps, I'll type in everything you want (expect `/bin/rm -r'  I mean  
;-)) to get more info and solve the issue. just let me know (possibly  
off-list as well).


On Wed, 16 Mar 2016 21:31:54 +0100, Sean Farley  wrote:



j. van den hoff  writes:

On Wed, 16 Mar 2016 19:41:39 +0100, Sean Farley   
wrote:






Mercurial Distributed SCM (version 3.7.2)

$ which hg # ==> /opt/local/bin/hg





no, I have not: everything is installed via macports. in fact, the  
problem
appeared during today's `sudo port selfupdate; sudo port upgrade  
outdated'

run. maybe the error is related to some other dependency? only guessing,
of course ...


It must be picking up some python path because that error was introduced
in aa73d6a5d9ea in hg:

https://bitbucket.org/seanfarley/hg/commits/aa73d6a5d9ea

But that commit was after the 3.7.2 release. Certainly strange. I wonder
which path it's picking up.



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Fwd: Thank you all for the wonderful MacPorts Meeting in Slovenia (and see you again soon ...)

2016-03-19 Thread Jackson Isaac
Forwarding using macports.org ID.

On Fri, Mar 18, 2016 at 12:53 PM, Rainer Müller  wrote:
> On 2016-03-18 12:05, Aljaž Srebrnič wrote:
>>> Special thanks to Ryan for joining us in a remote session, to Rainer
>>> for representing the PortMgr, to Clemens for convincing us that
>>> hacking the base might not be as scary as it sounds, for attracting
>>> and mentoring new developers, to Dagobert for bringing in a fresh
>>> perspective from a different package manager and helping us with the
>>> buildbot setup, to Jackson for flying in from the other side of the
>>> globe, to Peter for keeping us awake with Italian coffee and not
>>> minding to completely change his meeting agenda, to our cook Darko.

I need his recipes :). It was really great meeting you people. Hope to
see you all soon.

>>> And finally to Aljaž who set up all the infrastructure for the
>>> conference and helped a lot with preparation work.
>>
>> And a big thanks goes to Mojca, who found the hotel in the first
>> place, negotiated a better internet connection, prepared and handled
>> the payments, wrote mails, and generally did everything so that the
>> meeting was successful!

Also the one to remind us of taking down minutes and recording everything.

>
> Definitely a big shout out to Mojca for taking the initiative to start
> this at all. It was such a great time! I am very glad we have such a
> nice and friendly community around MacPorts.
>

Also for teaching me skiing, though I was lying on the snow for most
of the time :P.

>>> Some moments have been captured in https://twitter.com/macports, but
>>> during the week we are all too busy to document everything we have
>>> done and everything that we discussed. You may expect the minutes from
>>> the meeting arriving in not too distant future though.
>>>
>>> We all agreed that we have to meet again. So stay tuned.
>>
>> Oh yeah! Judging from the quantity of food we ate, i’ll have to start
>> fasting :P
>
> The Slovenian beer I took home will keep me fueled for a while, but I
> already miss the spirit of hacking together on MacPorts of the last
> days.

Yes, we did get lot of things done in short time. And getting ideas
and opinions from others was really helpful and we learnt a lot.

> I really hope that the meeting badge [1] will not stay the only
> one in the collection!
>
This reminds me MacPorts tees, maybe next time :).

-- 
Jackson Isaac
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libgcc fails to build

2016-03-19 Thread Chris Jones

You have been told several times you need to clean the *failing* port, which is 
not xsane but libgcc Please run

> sudo port clean libgcc
> sudo port install libgcc

and then post the *complete* log you get…

On 19 Mar 2016, at 5:03 pm, [ftp83plus] > wrote:

> Hello all, 
> 
> this is a log of failure of libgcc after cleaning xsane and trying to install 
> it again:
> 
> http://pastebin.com/H0rQ7M03 
> 
> Any idea what would cause the failure?
> 
> 
> 
> 
> El 2016-03-17, a las 15:35, Ryan Schmidt escribió:
> 
>> 
>> On Mar 17, 2016, at 2:21 PM, [ftp83plus] > > wrote:
>> 
>>> Indeed its is not a clean attempt as I tried many times. The first failure 
>>> was a non-specific segmentation fault, so I restarted the process.
>> 
>> Before reporting a problem, always clean and try again. An unclean build 
>> attempt can, in some cases, itself be the cause of a build failure.
>> 
>> Segmentation faults leave behind crash logs in 
>> Library/Logs/DiagnosticReports which may provide further insight.
>> 
>> 
>>> On my previous install of Macports, I didn't experience any issue 
>>> installing xsane, but I didn't performed the libcxx update back then.
>> 
>> Let's be clear that at this point, xsane is not involved. The build failure 
>> is in libgcc.
>> 
>> It's certainly possible that using libc++ instead of libstdc++ is 
>> contributing to the build failure; libc++ was, after all, not tested by most 
>> software developers on the OS you're using, and compiling a compiler is 
>> certainly a complicated proposition. However, at this point we don't know 
>> what's causing your build failure.
>> 
> 
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org 
> 
> https://lists.macosforge.org/mailman/listinfo/macports-users 
> 


smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: libgcc fails to build

2016-03-19 Thread [ftp83plus]
Hello all, 

this is a log of failure of libgcc after cleaning xsane and trying to install 
it again:

http://pastebin.com/H0rQ7M03

Any idea what would cause the failure?




El 2016-03-17, a las 15:35, Ryan Schmidt escribió:

> 
> On Mar 17, 2016, at 2:21 PM, [ftp83plus]  wrote:
> 
>> Indeed its is not a clean attempt as I tried many times. The first failure 
>> was a non-specific segmentation fault, so I restarted the process.
> 
> Before reporting a problem, always clean and try again. An unclean build 
> attempt can, in some cases, itself be the cause of a build failure.
> 
> Segmentation faults leave behind crash logs in Library/Logs/DiagnosticReports 
> which may provide further insight.
> 
> 
>> On my previous install of Macports, I didn't experience any issue installing 
>> xsane, but I didn't performed the libcxx update back then.
> 
> Let's be clear that at this point, xsane is not involved. The build failure 
> is in libgcc.
> 
> It's certainly possible that using libc++ instead of libstdc++ is 
> contributing to the build failure; libc++ was, after all, not tested by most 
> software developers on the OS you're using, and compiling a compiler is 
> certainly a complicated proposition. However, at this point we don't know 
> what's causing your build failure.
> 

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: py-hgsubversion install fails

2016-03-19 Thread j. van den hoff
thanks. will try (if it is feasible for a "non-pythonist").  will keep you  
informed.


On Wed, 16 Mar 2016 21:47:38 +0100, Sean Farley  wrote:



j. van den hoff  writes:

if it helps, I'll type in everything you want (expect `/bin/rm -r'  I  
mean

;-)) to get more info and solve the issue. just let me know (possibly
off-list as well).


My best guess at debugging would be to clean and extract the port:

$ sudo port -v clean py27-hgsubversion
$ sudo port -v extract py27-hgsubversion

Then edit the file that has the stacktrace to print out all the python
paths and modules (I forgot the variable names off the top of my head).

After you've editing that (perhaps printing it to stderr), try to
install again and hopefully it will print what it finds:

$ sudo port -v install py27-hgsubversion

Not sure what else to do besides that.



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: py-hgsubversion install fails

2016-03-19 Thread j. van den hoff

On Wed, 16 Mar 2016 19:41:39 +0100, Sean Farley  wrote:



j. van den hoff  writes:


on one of two machines (both running 10.10.5 and current `port')
installation of py-hgsubversion fails with (end of logfile):

8<--
...
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/.CC_PRINT_OPTIONS'
CFLAGS=''
CPATH='/opt/local/include'
CXX='/usr/bin/clang++'
CXXFLAGS=''
F90FLAGS=''
FCFLAGS=''
FFLAGS=''
LDFLAGS=''
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.10'
OBJC='/usr/bin/clang'
OBJCFLAGS=''
:debug:build Assembled command: 'cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"
&&
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
setup.py --no-user-cfg build'
:debug:build Executing command line:  cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"
&&
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
setup.py --no-user-cfg build
:info:build Traceback (most recent call last):
:info:build   File "setup.py", line 106, in 
:info:build from hgsubversion.svnwrap import svn_swig_wrapper
:info:build   File
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5/hgsubversion/__init__.py",
line 198, in 
:info:build commands.optionalrepo += ' svn'
:info:build AttributeError: 'module' object has no attribute  
'optionalrepo'


This seems like a mismatch with Mercurial. Which version do you have


Mercurial Distributed SCM (version 3.7.2)

$ which hg # ==> /opt/local/bin/hg


installed? Do you have Mercurial installed into /usr/local or something
like that?


no, I have not: everything is installed via macports. in fact, the problem  
appeared during today's `sudo port selfupdate; sudo port upgrade outdated'  
run. maybe the error is related to some other dependency? only guessing,  
of course ...


I also just have cloned `hgsubversion' from the bitbucket repo and pointed  
`hgrc' to that one: works w/o problems. so the failed install right now is  
not really pressing for me but of course I wonder what is going wrong (and  
only on this one machine, not the other one with a not-quite-identical  
(but very similar) macports setup). so if I can provide any more  
information please let me know.


thank you

joerg




--
Using Opera's revolutionary email client: http://www.opera.com/mail/
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: py-hgsubversion install fails

2016-03-19 Thread Sean Farley

j. van den hoff  writes:

> On Wed, 16 Mar 2016 19:41:39 +0100, Sean Farley  wrote:
>
>>
>> j. van den hoff  writes:
>>
>>> on one of two machines (both running 10.10.5 and current `port')
>>> installation of py-hgsubversion fails with (end of logfile):
>>>
>>> 8<--
>>> ...
>>> CC='/usr/bin/clang'
>>> CC_PRINT_OPTIONS='YES'
>>> CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/.CC_PRINT_OPTIONS'
>>> CFLAGS=''
>>> CPATH='/opt/local/include'
>>> CXX='/usr/bin/clang++'
>>> CXXFLAGS=''
>>> F90FLAGS=''
>>> FCFLAGS=''
>>> FFLAGS=''
>>> LDFLAGS=''
>>> LIBRARY_PATH='/opt/local/lib'
>>> MACOSX_DEPLOYMENT_TARGET='10.10'
>>> OBJC='/usr/bin/clang'
>>> OBJCFLAGS=''
>>> :debug:build Assembled command: 'cd
>>> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"
>>> &&
>>> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
>>> setup.py --no-user-cfg build'
>>> :debug:build Executing command line:  cd
>>> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"
>>> &&
>>> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
>>> setup.py --no-user-cfg build
>>> :info:build Traceback (most recent call last):
>>> :info:build   File "setup.py", line 106, in 
>>> :info:build from hgsubversion.svnwrap import svn_swig_wrapper
>>> :info:build   File
>>> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5/hgsubversion/__init__.py",
>>> line 198, in 
>>> :info:build commands.optionalrepo += ' svn'
>>> :info:build AttributeError: 'module' object has no attribute  
>>> 'optionalrepo'
>>
>> This seems like a mismatch with Mercurial. Which version do you have
>
> Mercurial Distributed SCM (version 3.7.2)
>
> $ which hg # ==> /opt/local/bin/hg
>
>> installed? Do you have Mercurial installed into /usr/local or something
>> like that?
>
> no, I have not: everything is installed via macports. in fact, the problem  
> appeared during today's `sudo port selfupdate; sudo port upgrade outdated'  
> run. maybe the error is related to some other dependency? only guessing,  
> of course ...

It must be picking up some python path because that error was introduced
in aa73d6a5d9ea in hg:

https://bitbucket.org/seanfarley/hg/commits/aa73d6a5d9ea

But that commit was after the 3.7.2 release. Certainly strange. I wonder
which path it's picking up.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Thank you all for the wonderful MacPorts Meeting in Slovenia (and see you again soon ...)

2016-03-19 Thread Rainer Müller
On 2016-03-18 12:05, Aljaž Srebrnič wrote:
>> Special thanks to Ryan for joining us in a remote session, to Rainer
>> for representing the PortMgr, to Clemens for convincing us that
>> hacking the base might not be as scary as it sounds, for attracting
>> and mentoring new developers, to Dagobert for bringing in a fresh
>> perspective from a different package manager and helping us with the
>> buildbot setup, to Jackson for flying in from the other side of the
>> globe, to Peter for keeping us awake with Italian coffee and not
>> minding to completely change his meeting agenda, to our cook Darko.
>> And finally to Aljaž who set up all the infrastructure for the
>> conference and helped a lot with preparation work.
> 
> And a big thanks goes to Mojca, who found the hotel in the first
> place, negotiated a better internet connection, prepared and handled
> the payments, wrote mails, and generally did everything so that the
> meeting was successful!

Definitely a big shout out to Mojca for taking the initiative to start
this at all. It was such a great time! I am very glad we have such a
nice and friendly community around MacPorts.

>> Some moments have been captured in https://twitter.com/macports, but
>> during the week we are all too busy to document everything we have
>> done and everything that we discussed. You may expect the minutes from
>> the meeting arriving in not too distant future though.
>>
>> We all agreed that we have to meet again. So stay tuned.
> 
> Oh yeah! Judging from the quantity of food we ate, i’ll have to start
> fasting :P

The Slovenian beer I took home will keep me fueled for a while, but I
already miss the spirit of hacking together on MacPorts of the last
days. I really hope that the meeting badge [1] will not stay the only
one in the collection!

Rainer

[1] https://twitter.com/macports/status/708937075089870848
(thanks to Aljaž for this!)
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


py-hgsubversion install fails

2016-03-19 Thread j. van den hoff
on one of two machines (both running 10.10.5 and current `port')  
installation of py-hgsubversion fails with (end of logfile):


8<--
...
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/.CC_PRINT_OPTIONS'
CFLAGS=''
CPATH='/opt/local/include'
CXX='/usr/bin/clang++'
CXXFLAGS=''
F90FLAGS=''
FCFLAGS=''
FFLAGS=''
LDFLAGS=''
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.10'
OBJC='/usr/bin/clang'
OBJCFLAGS=''
:debug:build Assembled command: 'cd  
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"  
&&  
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7  
setup.py --no-user-cfg build'
:debug:build Executing command line:  cd  
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"  
&&  
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7  
setup.py --no-user-cfg build

:info:build Traceback (most recent call last):
:info:build   File "setup.py", line 106, in 
:info:build from hgsubversion.svnwrap import svn_swig_wrapper
:info:build   File  
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5/hgsubversion/__init__.py",  
line 198, in 

:info:build commands.optionalrepo += ' svn'
:info:build AttributeError: 'module' object has no attribute 'optionalrepo'
:info:build Command failed:  cd  
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/work/1.8.5"  
&&  
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7  
setup.py --no-user-cfg build

:info:build Exit code: 1
:error:build org.macports.build for port py27-hgsubversion returned:  
command execution failed

:debug:build Error code: CHILDSTATUS 58381 1
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"portbuild::build_main org.macports.build"
("eval" body line 1)
invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for py27-hgsubversion:  
org.macports.activate org.macports.build org.macports.destroot  
org.macports.install
:notice:build Please see the log file for port py27-hgsubversion for  
details:


/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-hgsubversion/py27-hgsubversion/main.log
8<--

any ideas? worth a ticket/bug report?

thx, joerg

--
Using Opera's revolutionary email client: http://www.opera.com/mail/
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: py-hgsubversion install fails

2016-03-19 Thread Sean Farley

j. van den hoff  writes:

> if it helps, I'll type in everything you want (expect `/bin/rm -r'  I mean  
> ;-)) to get more info and solve the issue. just let me know (possibly  
> off-list as well).

My best guess at debugging would be to clean and extract the port:

$ sudo port -v clean py27-hgsubversion
$ sudo port -v extract py27-hgsubversion

Then edit the file that has the stacktrace to print out all the python
paths and modules (I forgot the variable names off the top of my head).

After you've editing that (perhaps printing it to stderr), try to
install again and hopefully it will print what it finds:

$ sudo port -v install py27-hgsubversion

Not sure what else to do besides that.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Xsane fails to build

2016-03-19 Thread Dave Horsfall
On Thu, 17 Mar 2016, Ryan Schmidt wrote:

> I've seen people report this from time to time with gcc but I don't know 
> what causes it.

It worked for me first time...  I don't remember which Macports version I 
was running at the time, though, as I upgrade whenever a new version 
appears.

-- 
Dave Horsfall DTM (VK2KFU)  "Those who don't understand security will suffer."
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Thank you all for the wonderful MacPorts Meeting in Slovenia (and see you again soon ...)

2016-03-19 Thread Russell Jones

I was thinking "The MacPortient Seven" :)

On 18/03/16 14:39, Eneko Gotzon wrote:
On Fri, Mar 18, 2016 at 11:29 AM, Mojca Miklavec > wrote:


the relatively small group of hackers


The Magnificent Seven 
 ;)


--
Eneko Gotzon Ares
enekogot...@gmail.com 


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Thank you all for the wonderful MacPorts Meeting in Slovenia (and see you again soon ...)

2016-03-19 Thread Aljaž Srebrnič
> On 18 mar 2016, at 11:29, Mojca Miklavec  wrote:
> 
> Hi,
> 
> All good things come to an end and so did the wonderful week that we
> spent together in Gozd Martuljek.
> 
> While I was initially hoping to see a larger group of people come
> together, the relatively small group of hackers eventually turned out
> to be the perfect recipe for boosting up the motivation, allowing us
> for very productive one-to-one learning experience and hacking
> sessions, resulting in quite satisfactory amount of work being done,
> new people getting confidence in hacking the core of MacPorts, new
> people joining the project, ...
> 
> The spirit was so motivating that our "chef" nearly had to tear us
> apart from the notebooks to make us come to the lunch and dinner.
> Nevertheless we still managed to find some time to enjoy the wonderful
> weather playing snowleyball on fresh air.
> 
> Special thanks to Ryan for joining us in a remote session, to Rainer
> for representing the PortMgr, to Clemens for convincing us that
> hacking the base might not be as scary as it sounds, for attracting
> and mentoring new developers, to Dagobert for bringing in a fresh
> perspective from a different package manager and helping us with the
> buildbot setup, to Jackson for flying in from the other side of the
> globe, to Peter for keeping us awake with Italian coffee and not
> minding to completely change his meeting agenda, to our cook Darko.
> And finally to Aljaž who set up all the infrastructure for the
> conference and helped a lot with preparation work.

And a big thanks goes to Mojca, who found the hotel in the first
place, negotiated a better internet connection, prepared and handled
the payments, wrote mails, and generally did everything so that the
meeting was successful!

> 
> Some moments have been captured in https://twitter.com/macports, but
> during the week we are all too busy to document everything we have
> done and everything that we discussed. You may expect the minutes from
> the meeting arriving in not too distant future though.
> 
> We all agreed that we have to meet again. So stay tuned.

Oh yeah! Judging from the quantity of food we ate, i’ll have to start
fasting :P

--
Aljaž Srebrnič a.k.a g5pw
My public key:  http://bit.ly/g5pw_pubkey

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Thank you all for the wonderful MacPorts Meeting in Slovenia (and see you again soon ...)

2016-03-19 Thread Eneko Gotzon
On Fri, Mar 18, 2016 at 11:29 AM, Mojca Miklavec  wrote:

> the wonderful week that we spent together in Gozd Martuljek.
>

Well done guys! Ant thank you so much!

-- 
Eneko Gotzon Ares
enekogot...@gmail.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users