Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Ryan Schmidt
> On Aug 26, 2016, at 10:51 AM, [ftp83plus] wrote: > > Knowing that a Segmentation fault doesn't mean much, I cleaned gtk3 at > attempted a rebuild, but it still segfaults for some reason. Could you attach the crash log? ___

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Ken Cunningham
It's going to be something like that. I've also seen a few executables at times that are linked to both -libc++ and to -libstdc++, and you just know that can't be a good thing. (Probably exactly what you're suggesting.) No doubt, although this libc++ upgrade enables quite a bit more software

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Ken Cunningham
Nope - your clang-3.7 is working, it appears. Thanks for checking. ?? K On 2016-08-26, at 10:08 AM, [ftp83plus] wrote: > Here it the output: http://pastebin.com/JJ4iUjPU > > El 2016-08-26, a las 12:55, Ken Cunningham escribió: > >> Hmm. >> >> Would you mind test compiling your hello

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread [ftp83plus]
Here it the output: http://pastebin.com/JJ4iUjPU El 2016-08-26, a las 12:55, Ken Cunningham escribió: > Hmm. > > Would you mind test compiling your hello world program like this, and see > what happens? (This is the specific clang you're segfaulting). -- Ken > > /opt/local/bin/clang-mp-3.7 -v

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Ken Cunningham
Hmm. Would you mind test compiling your hello world program like this, and see what happens? (This is the specific clang you're segfaulting). -- Ken /opt/local/bin/clang-mp-3.7 -v hw.c -o hw2 On 2016-08-26, at 9:39 AM, [ftp83plus] wrote: > Complete main.log for failure to upgrade gtk3, after

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread [ftp83plus]
Complete main.log for failure to upgrade gtk3, after the first clean-up with "port clean gtk3": http://ovh.to/jgFHoPk However, maybe it's worthy of note that previous ports upgraded as part of the "upgrade outdated" operation didn't threw any error. My sample "Hello world" program does not do

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Brandon Allbery
On Fri, Aug 26, 2016 at 12:09 PM, Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > There must be a more elegant answer / way to do this, though. And there > must be some explanation for what happens to cause this -- but I don't know > what it is at present. Possibly some port

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Lawrence Velázquez
> On Aug 26, 2016, at 12:01 PM, [ftp83plus] wrote: > > This log is truncated because Pastebin doesn't accept its large size for free > users. How would I post that? https://trac.macports.org/newticket vq ___ macports-users

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Brandon Allbery
On Fri, Aug 26, 2016 at 12:01 PM, [ftp83plus] wrote: > This log is truncated because Pastebin doesn't accept its large size for > free users. How would I post that? > Dropbox? If you really can't do anything else, can you at least include some 20 or so lines from *before*

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Ken Cunningham
Yikes. Clang is segfaulting on you again, eh? Do I assume you're still using the libc++ upgrade for older systems on snow leopard? This has happened to me a couple of times, as you know from previous discussions. Try writing up and running just a simple clang compilation on a five-line "hello,

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread [ftp83plus]
This log is truncated because Pastebin doesn't accept its large size for free users. How would I post that? El 2016-08-26, a las 11:56, Brandon Allbery escribió: > > On Fri, Aug 26, 2016 at 11:51 AM, [ftp83plus] wrote: > Knowing that a Segmentation fault doesn't mean

Re: MacPorts fail to "upgrade outdated" after reinstalling Mac OS X

2016-08-26 Thread [ftp83plus]
Never used Lion as I found it too bugged while removing one deal-breaker feature at the time: Rosetta. El 2016-08-25, a las 14:21, Ryan Schmidt escribió: > > >> On Aug 25, 2016, at 11:59, [ftp83plus] wrote: >> >> However I do remember one dialog asking me if I wanted

Re: Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread Brandon Allbery
On Fri, Aug 26, 2016 at 11:51 AM, [ftp83plus] wrote: > Knowing that a Segmentation fault doesn't mean much, I cleaned gtk3 at > attempted a rebuild, but it still segfaults for some reason. > http://pastebin.com/TK81EYnZ > > > What is the source of the problem? > You

Can't upgrade gtk3 as part of a "upgrade outdated", Segmentation fault?

2016-08-26 Thread [ftp83plus]
Hello there, just encountered this issue when gtk3 tried to rebuild as part of an upgrade outdated operation: Relevant extract of main.log: http://pastebin.com/KL0kKinG Knowing that a Segmentation fault doesn't mean much, I cleaned gtk3 at attempted a rebuild, but it still segfaults for some