Re: libgcc fails to build

2016-03-24 Thread Ryan Schmidt

On Mar 24, 2016, at 2:39 AM, [ftp83plus] wrote:
> 
> El 2016-03-21, a las 22:52, Mojca Miklavec escribió:
> 
>> On 21 March 2016 at 21:29, [ftp83plus] wrote:
>>> After cleaning libgcc and reinstalling, no error. Now attempting to install
>>> xsane…
>>> Now webkit-gtk fails. I cleaned and reattempted installation, as told, but
>>> it failed again:
>>> log is http://pastebin.com/wxyHSjBV
>> 
>> Update and try again.
>> 
>> This commit hopefully fixed the problem:
>>   https://trac.macports.org/changeset/146945/
> 

> new attempt. I set python27 as the python version to use, updated, cleaned 
> webkit-gtk and re-attempted build of webkit-gtk.
> It finally worked!
> 
> Thanks all for your assistance


As Mojca said, webkit-gtk was already fixed to no longer require the "port 
select python python27" workaround.


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


Re: libgcc fails to build

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

new attempt. I set python27 as the python version to use, updated, cleaned 
webkit-gtk and re-attempted build of webkit-gtk.
It finally worked!

Thanks all for your assistance


El 2016-03-21, a las 22:52, Mojca Miklavec escribió:

> On 21 March 2016 at 21:29, [ftp83plus] wrote:
>> After cleaning libgcc and reinstalling, no error. Now attempting to install
>> xsane…
>> Now webkit-gtk fails. I cleaned and reattempted installation, as told, but
>> it failed again:
>> log is http://pastebin.com/wxyHSjBV
> 
> Update and try again.
> 
> This commit hopefully fixed the problem:
>https://trac.macports.org/changeset/146945/
> 
> Mojca

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


Re: libgcc fails to build

2016-03-21 Thread Mojca Miklavec
On 21 March 2016 at 21:29, [ftp83plus] wrote:
> After cleaning libgcc and reinstalling, no error. Now attempting to install
> xsane…
> Now webkit-gtk fails. I cleaned and reattempted installation, as told, but
> it failed again:
> log is http://pastebin.com/wxyHSjBV

Update and try again.

This commit hopefully fixed the problem:
https://trac.macports.org/changeset/146945/

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


Re: libgcc fails to build

2016-03-21 Thread [ftp83plus]
After cleaning libgcc and reinstalling, no error. Now attempting to install 
xsane…
Now webkit-gtk fails. I cleaned and reattempted installation, as told, but it 
failed again:
log is http://pastebin.com/wxyHSjBV



El 2016-03-19, a las 13:41, Chris Jones escribió:

> 
> 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
> ___
> 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: 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: 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