Re: OpenSceneGraph Broken

2015-07-21 Thread Adam Dershowitz
The direct error doesn’t seem that useful, but here it is: --- Scanning binaries for linking errors --- Found 2 broken file(s), matching files to ports --- Found 1 broken port(s), determining rebuild order --- Rebuilding in order OpenSceneGraph @3.2.1 --- Computing dependencies for

Re: OpenSceneGraph Broken

2015-07-21 Thread Vincent Habchi
I have created a ticket, and posted the log file there: https://trac.macports.org/ticket/48410 OSG uses a now deprecated piece of the API. That’s why it fails. I’ll see if I can post a kludge to make it work. ___ macports-users mailing list

Re: OpenSceneGraph Broken

2015-07-20 Thread Adam Dershowitz
It was a related port that upgraded. It turns out that OpenSceneGraph provides: /opt/local/lib/osgPlugins-3.2.1/osgdb_gdal.so And that is references: /opt/local/lib/libgdal.1.dylib Which had been provided by gdal 1.11.2_2. But, one of the upgrades I just did was to gdal 2.0.0_0. And that no

Re: OpenSceneGraph Broken

2015-07-20 Thread Adam Dershowitz
On Jul 20, 2015, at 11:39 AM, Arto Bendiken a...@bendiken.net wrote: On Mon, Jul 20, 2015 at 5:24 PM, Adam Dershowitz de...@alum.mit.edu wrote: Now, that is odd. I also am running 2.3.3 and 10.10.4. Yet, if i try to to install OpenSceneGraph, it fails. I did also create a

Re: OpenSceneGraph Broken

2015-07-20 Thread Adam Dershowitz
Also 3.2.3_0 from MacPorts. --Adam On Jul 20, 2015, at 11:34 AM, Arto Bendiken a...@bendiken.net wrote: On Mon, Jul 20, 2015 at 5:24 PM, Adam Dershowitz de...@alum.mit.edu wrote: Now, that is odd. I also am running 2.3.3 and 10.10.4. Yet, if i try to to install OpenSceneGraph, it

Re: OpenSceneGraph Broken

2015-07-20 Thread Arto Bendiken
On Mon, Jul 20, 2015 at 5:24 PM, Adam Dershowitz de...@alum.mit.edu wrote: Now, that is odd. I also am running 2.3.3 and 10.10.4. Yet, if i try to to install OpenSceneGraph, it fails. I did also create a ticket:https://trac.macports.org/ticket/48410 I wonder what the difference is between

Re: OpenSceneGraph Broken

2015-07-20 Thread Arto Bendiken
On Mon, Jul 20, 2015 at 5:24 PM, Adam Dershowitz de...@alum.mit.edu wrote: Now, that is odd. I also am running 2.3.3 and 10.10.4. Yet, if i try to to install OpenSceneGraph, it fails. I did also create a ticket:https://trac.macports.org/ticket/48410 I wonder what the difference is between

Re: OpenSceneGraph Broken

2015-07-20 Thread Adam Dershowitz
On Jul 20, 2015, at 11:11 AM, Arto Bendiken a...@bendiken.net wrote: On Mon, Jul 20, 2015 at 3:00 PM, Adam Dershowitz de...@alum.mit.edu wrote: It was a related port that upgraded. It turns out that OpenSceneGraph provides: /opt/local/lib/osgPlugins-3.2.1/osgdb_gdal.so And that is

Re: OpenSceneGraph Broken

2015-07-20 Thread Arto Bendiken
On Mon, Jul 20, 2015 at 3:00 PM, Adam Dershowitz de...@alum.mit.edu wrote: It was a related port that upgraded. It turns out that OpenSceneGraph provides: /opt/local/lib/osgPlugins-3.2.1/osgdb_gdal.so And that is references: /opt/local/lib/libgdal.1.dylib Which had been provided by gdal

Re: OpenSceneGraph Broken

2015-07-20 Thread Arto Bendiken
On Mon, Jul 20, 2015 at 5:48 PM, Adam Dershowitz de...@alum.mit.edu wrote: Yes, that is probably the difference. As I didn’t have a problem with OpenSceneGraph until I upgraded gdal to 2.0.0 today. If you want to confirm, you can attempt that upgrade and see what happens. For, me the