Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-16 Thread 美彦 馬場
Monica,

> 2016/01/16 20:11、Monica L Wolfson  のメール:
> 
>> Hi BABA,
>>   I'm attaching a pastebin link with the contents of the requested file, as 
>> attaching it here made the email too big for the server.
>> 
>> http://pastebin.com/eK5hntC4

CMakeCache.txt does not contain any Qt.Framework, but Fink's /sw/lib/qt4-mac.  

Your previous pastebin contains a line:

/sw/var/lib/fink/path-prefix-clang/c++  ... -std=c++11 ... 
-F/Library/Frameworks ... 
../../output/lib/qgis_core.framework/Versions/2.10/qgis_core  ...

On my box, the equivalent line is:

cd /sw/src/fink.build/qgis212-py27-2.12.2-1/qgis-2.12.2/build/src/core && 
/sw/bin/cmake -E cmake_link_script CMakeFiles/qgis_core.dir/link.txt --verbose=1
/sw/var/lib/fink/path-prefix-clang/c++  ... -std=c++11 
-Wno-error=c++11-narrowing ... -F/Library/Frameworks ... -o 
../../output/lib/qgis_core.framework/Versions/2.12/qgis_core ...

So, my guess is c++ ignores CMake options and picks /Library/Frameworks anyway. 
 I searched where /Library/Frameworks are set and found:

cd /data/fink/qgis-2.12.0
Babas-MacBook-Pro:qgis-2.12.0 baba$ grep -r -e -F/Library/Frameworks *
CMakeLists.txt:SET (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} 
-F/Library/Frameworks")
CMakeLists.txt:SET (CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} 
-F/Library/Frameworks")
CMakeLists.txt:SET (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} 
-F/Library/Frameworks")
cmake/FindOSGEARTH.cmake:SET(CMAKE_REQUIRED_LIBRARIES 
"-F/Library/Frameworks" ${CMAKE_REQUIRED_LIBRARIES})
cmake/FindSPATIALITE.cmake:   SET(CMAKE_REQUIRED_LIBRARIES 
"-F/Library/Frameworks" ${CMAKE_REQUIRED_LIBRARIES})

I think removing all the -F things will solve the issue  but it may cause 
another issue.  So, It would take a while to make sure everything goes whithout 
them.  


Sorry for inconvenience.

--
BABA Yoshihiko



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-15 Thread 美彦 馬場
Monica,

> On Jan 16, 2016, at 6:29 AM, Monica L Wolfson  wrote:
> 
> Hi Baba,
> Is Baba a proper way to address you? I've seen your name on IRC chat boards 
> that way, but want to make sure I am addressing you correctly. 

Sure. It’s my family name.


> Thanks adding 2.12!
> 
> I just updated Fink and ran a Fink update-all, and saw 2.10 had an update.
> I tried to update and failed with the same linking issues. I am not sure what 
> the update to 2.10 was, but if it dealt with linking, it does not appear to 
> be working. 2.12 fails with the same issue as well.
> 
> I used the same workaround (moving Library/Framework/*Qt to 
> Library/Framework/QT_frames temporarily) and it worked fine.


Can you do me a favour.  Put back Qt library and run

fink -k rebuild qgis212-py27

and send 
/sw/src/fink.build/qgis212-py27-2.12.2-1/qgis-2.12.2/build/CMakeCache.txt

-k:  (k)eep the build directory


Thanks
—
BABA Yoshihiko


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-15 Thread Monica L Wolfson

Hi Baba,
Is Baba a proper way to address you? I've seen your name on IRC chat 
boards that way, but want to make sure I am addressing you correctly.


Thanks adding 2.12!

I just updated Fink and ran a Fink update-all, and saw 2.10 had an update.
I tried to update and failed with the same linking issues. I am not sure 
what the update to 2.10 was, but if it dealt with linking, it does not 
appear to be working. 2.12 fails with the same issue as well.


I used the same workaround (moving Library/Framework/*Qt to 
Library/Framework/QT_frames temporarily) and it worked fine.


I did not install the Kyng Chaos module, so I am not sure what third 
party software installed the Qt_framework I currently have, though I am 
surprised at this point they are not 64-bit compliant versions, which 
seems to be the primary Fink complaint if I'm reading the error message 
correctly.



美彦 馬場 
January 11, 2016 at 1:41 PM
Hi Monica, Alexander,

I expect many Fink QGIS users install both third party software to 
install KyngChaos’s QGIS binary. So I will try to explicitly link to 
Fink’s libraries.


Also, 2.12 is coming soon.


Thanks.



Alexander Hansen 
January 11, 2016 at 12:49 PM
You’re welcome.

Yeah, that’s the problem with some third-party installs.  It can be 
hard to track down what system-visible libraries they installed where.




Monica L Wolfson 
January 11, 2016 at 12:37 PM
Great, the workaround (to move the Qt files in /Library/Frameworks/ to 
a temp folder) worked!


After your last email I was wondering if I could just do something 
like that, but I get nervous moving around files when I don't fully 
understand which program installed them and if they're system-critical.


And yes, good guess on the connection. I would not ordinarily have 
mentioned "my hubby" in a help forum such as this, but as Kurt is a 
Fink maintainer for some packages, I figured many of you guys know 
him, or at least know of him. :)


Thank you, Alexander!


Alexander Hansen wrote:
Alexander Hansen 
January 11, 2016 at 9:58 AM

On Jan 11, 2016, at 09:20, Monica L Wolfson > wrote:


Hi Alexander,

Sorry, I wasn't sure how far back in the text to go and this is my 
first fink help request. I thought you might need to see the last 
link call with the percentage done, since there was not a clear 
compile command line to start from.


Any idea why QGIS would be linking to /usr/lib/libexpat.dylib when I 
installed Fink and I would assume, therefore, all Fink packages  in /sw/?




It doesn’t explicitly have a dependency on expat1 currently, so If you 
didn’t happen to that installed then the build will find and use the 
system’s expat instead.




The following are a list of Qt Frameworks in /Library/Frameworks:
QtAssistant.framework
QtCore.framework
QtDBus.framework
QtDesigner.framework
QtDesignerComponents.framework
QtGui.framework
QtHelp.framework
QtNetwork.framework
QtOpenGL.framework
QtScript.framework
QtScriptTools.framework
QtSql.framework
QtSvg.framework
QtTest.framework
QtWebKit.framework
QtXml.framework
QtXmlPatterns.framework


I'm really a novice when it comes to Fink, so I am not sure where to 
go from here. My husband tried to help me out with this (Kurt 
Schwehr) but he ended up with the same errors I received. Since he is 
so busy and I am trying to learn, I thought it would be good for me 
to put in the help request.

Alexander Hansen 
January 11, 2016 at 9:03 AM
(sending this again with better cc and reply)


I’d wondered whether there was some connection. :-)

My guess is that those Qt frameworks in /Library/Frameworks are being 
used and giving missing symbol errors because they aren’t the same as 
Fink’s analogs.  Ideally, the build really should try to avoid picking 
those up—it might need to be altered to get rid of the 
-F/Library/Frameworks declaration (another note to the maintainer).


As a workaround, at some point when you aren’t using any third-party 
stuff which needs those frameworks, create a folder in 
/Library/Frameworks and stash all of the Qt frameworks there.  Then 
when you’re done with the build you can restore them.


--
Alexander Hansen, Ph.D.
Fink User Liaison

Monica L Wolfson 
January 11, 2016 at 9:20 AM
Hi Alexander,

Sorry, I wasn't sure how far back in the text to go and this is my 
first fink help request. I thought you might need to see the last link 
call with the percentage done, since there was not a clear compile 
command line to start from.


Any idea why QGIS would be linking to /usr/lib/libexpat.dylib when I 
installed Fink and I would assume, therefore, all Fink packages  in /sw/?



The following are a list of Qt Frameworks in /Library/Frameworks:
QtAssistant.framework
QtCore.framework
QtDBus.framework
QtDesigner.framework
QtDesignerComponents.framework
QtGui.

Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread 美彦 馬場
Hi Monica, Alexander,

I expect many Fink QGIS users install both third party software to install 
KyngChaos’s QGIS binary.  So I will try to explicitly link to Fink’s libraries.

Also, 2.12 is coming soon.


Thanks.


> On Jan 12, 2016, at 5:49 AM, Alexander Hansen  
> wrote:
> 
> You’re welcome. 
> 
> Yeah, that’s the problem with some third-party installs.  It can be hard to 
> track down what system-visible libraries they installed where.
> 
> 
>> On Jan 11, 2016, at 12:37, Monica L Wolfson  wrote:
>> 
>> Great, the workaround (to move the Qt files in /Library/Frameworks/ to a 
>> temp folder) worked! 
>> 
>> After your last email I was wondering if I could just do something like 
>> that, but I get nervous moving around files when I don't fully understand 
>> which program installed them and if they're system-critical. 
>> 
>> And yes, good guess on the connection. I would not ordinarily have mentioned 
>> "my hubby" in a help forum such as this, but as Kurt is a Fink maintainer 
>> for some packages, I figured many of you guys know him, or at least know of 
>> him. :)
>> 
>> Thank you, Alexander! 
>> 
> 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread Alexander Hansen
You’re welcome. 

Yeah, that’s the problem with some third-party installs.  It can be hard to 
track down what system-visible libraries they installed where.


> On Jan 11, 2016, at 12:37, Monica L Wolfson  wrote:
> 
> Great, the workaround (to move the Qt files in /Library/Frameworks/ to a temp 
> folder) worked! 
> 
> After your last email I was wondering if I could just do something like that, 
> but I get nervous moving around files when I don't fully understand which 
> program installed them and if they're system-critical. 
> 
> And yes, good guess on the connection. I would not ordinarily have mentioned 
> "my hubby" in a help forum such as this, but as Kurt is a Fink maintainer for 
> some packages, I figured many of you guys know him, or at least know of him. 
> :)
> 
> Thank you, Alexander! 
> 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread Monica L Wolfson
Great, the workaround (to move the Qt files in /Library/Frameworks/ to a 
temp folder) worked!


After your last email I was wondering if I could just do something like 
that, but I get nervous moving around files when I don't fully 
understand which program installed them and if they're system-critical.


And yes, good guess on the connection. I would not ordinarily have 
mentioned "my hubby" in a help forum such as this, but as Kurt is a Fink 
maintainer for some packages, I figured many of you guys know him, or at 
least know of him. :)


Thank you, Alexander!


Alexander Hansen wrote:


On Jan 11, 2016, at 09:20, Monica L Wolfson > wrote:


Hi Alexander,

Sorry, I wasn't sure how far back in the text to go and this is my 
first fink help request. I thought you might need to see the last 
link call with the percentage done, since there was not a clear 
compile command line to start from.


Any idea why QGIS would be linking to /usr/lib/libexpat.dylib when I 
installed Fink and I would assume, therefore, all Fink packages  in /sw/?




It doesn’t explicitly have a dependency on expat1 currently, so If you 
didn’t happen to that installed then the build will find and use the 
system’s expat instead.




The following are a list of Qt Frameworks in /Library/Frameworks:
QtAssistant.framework
QtCore.framework
QtDBus.framework
QtDesigner.framework
QtDesignerComponents.framework
QtGui.framework
QtHelp.framework
QtNetwork.framework
QtOpenGL.framework
QtScript.framework
QtScriptTools.framework
QtSql.framework
QtSvg.framework
QtTest.framework
QtWebKit.framework
QtXml.framework
QtXmlPatterns.framework


I'm really a novice when it comes to Fink, so I am not sure where to 
go from here. My husband tried to help me out with this (Kurt 
Schwehr) but he ended up with the same errors I received. Since he is 
so busy and I am trying to learn, I thought it would be good for me 
to put in the help request.

Alexander Hansen 
January 11, 2016 at 9:03 AM
(sending this again with better cc and reply)


I’d wondered whether there was some connection. :-)

My guess is that those Qt frameworks in /Library/Frameworks are being 
used and giving missing symbol errors because they aren’t the same as 
Fink’s analogs.  Ideally, the build really should try to avoid picking 
those up—it might need to be altered to get rid of the 
-F/Library/Frameworks declaration (another note to the maintainer).


As a workaround, at some point when you aren’t using any third-party 
stuff which needs those frameworks, create a folder in 
/Library/Frameworks and stash all of the Qt frameworks there.  Then 
when you’re done with the build you can restore them.


--
Alexander Hansen, Ph.D.
Fink User Liaison

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread Alexander Hansen

> On Jan 11, 2016, at 09:20, Monica L Wolfson  wrote:
> 
> Hi Alexander,
> 
> Sorry, I wasn't sure how far back in the text to go and this is my first fink 
> help request. I thought you might need to see the last link call with the 
> percentage done, since there was not a clear compile command line to start 
> from. 
> 
> Any idea why QGIS would be linking to /usr/lib/libexpat.dylib when I 
> installed Fink and I would assume, therefore, all Fink packages  in /sw/?
> 

It doesn’t explicitly have a dependency on expat1 currently, so If you didn’t 
happen to that installed then the build will find and use the system’s expat 
instead.  

> 
> The following are a list of Qt Frameworks in /Library/Frameworks:
> QtAssistant.framework
> QtCore.framework
> QtDBus.framework
> QtDesigner.framework
> QtDesignerComponents.framework
> QtGui.framework
> QtHelp.framework
> QtNetwork.framework
> QtOpenGL.framework
> QtScript.framework
> QtScriptTools.framework
> QtSql.framework
> QtSvg.framework
> QtTest.framework
> QtWebKit.framework
> QtXml.framework
> QtXmlPatterns.framework
> 
> 
> I'm really a novice when it comes to Fink, so I am not sure where to go from 
> here. My husband tried to help me out with this (Kurt Schwehr) but he ended 
> up with the same errors I received. Since he is so busy and I am trying to 
> learn, I thought it would be good for me to put in the help request. 
>> Alexander Hansen January 11, 
>> 2016 at 9:03 AM
>> (sending this again with better cc and reply)

I’d wondered whether there was some connection. :-)

My guess is that those Qt frameworks in /Library/Frameworks are being used and 
giving missing symbol errors because they aren’t the same as Fink’s analogs.  
Ideally, the build really should try to avoid picking those up—it might need to 
be altered to get rid of the -F/Library/Frameworks declaration (another note to 
the maintainer).

As a workaround, at some point when you aren’t using any third-party stuff 
which needs those frameworks, create a folder in /Library/Frameworks and stash 
all of the Qt frameworks there.  Then when you’re done with the build you can 
restore them.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread Monica L Wolfson

Hi Alexander,

Sorry, I wasn't sure how far back in the text to go and this is my first 
fink help request. I thought you might need to see the last link call 
with the percentage done, since there was not a clear compile command 
line to start from.


Any idea why QGIS would be linking to /usr/lib/libexpat.dylib when I 
installed Fink and I would assume, therefore, all Fink packages  in /sw/?



The following are a list of Qt Frameworks in /Library/Frameworks:
QtAssistant.framework
QtCore.framework
QtDBus.framework
QtDesigner.framework
QtDesignerComponents.framework
QtGui.framework
QtHelp.framework
QtNetwork.framework
QtOpenGL.framework
QtScript.framework
QtScriptTools.framework
QtSql.framework
QtSvg.framework
QtTest.framework
QtWebKit.framework
QtXml.framework
QtXmlPatterns.framework


I'm really a novice when it comes to Fink, so I am not sure where to go 
from here. My husband tried to help me out with this (Kurt Schwehr) but 
he ended up with the same errors I received. Since he is so busy and I 
am trying to learn, I thought it would be good for me to put in the help 
request.

Alexander Hansen 
January 11, 2016 at 9:03 AM
(sending this again with better cc and reply)


The first unidentified symbol in the spew usually suffices. :-) The 
rest are typically either symbols from the same file or are a cascade 
resulting from the initial missing few. It’s typically better to paste 
the whole command and cut things off after the initial missing symbol 
or other error.


I didn’t reproduce your failure on 10.11.2. You’re linking to 
/usr/lib/libexpat.dylib instead of /sw/lib/libexpat.dylib (note to 
maintainer, please add that dependency), but the portions of the 
linker command line that you posted look the same otherwise. Do you 
have any other Qt framework installs, e.g. from other packaging 
systems or in /Library/Frameworks? The build may be finding one of those.


Monica L Wolfson 
January 10, 2016 at 5:28 PM
Hi All,
  I am trying to fink install qgis210-py27 on my macbook pro running 
Mac OSX 10.11.2.


I receive an error relating to "ld: symbol(s) not found for 
architecture x86_64" when trying to link from the QGIS core. I am 
including a pastebin link to the abbreviated error message (I just 
skipped a bunch of .o filenames), as even the abbreviated error is too 
big for the mailing list if I include it here.


error link: http://pastebin.com/EDX1qV80


I have all package dependences already installed, so only 
qgis210-py27, it's headers, and shared libraries are left to install.


Package information:
Package manager version: 0.39.2
Distribution version: selfupdate-rsync Thu Jan  7 15:06:10 2016, 
10.11, x86_64

Trees: local/main stable/main
Xcode.app: 7.2
Xcode command-line tools: 7.2.0.0.1.1447826929
Max. Fink build jobs:  4

Thank you for your help,
Monica Schwehr



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread Alexander Hansen
(sending this again with better cc and reply)

> On Jan 10, 2016, at 17:28, Monica L Wolfson  wrote:
> 
> Hi All,
>  I am trying to fink install qgis210-py27 on my macbook pro running Mac OSX 
> 10.11.2.
> 
> I receive an error relating to "ld: symbol(s) not found for architecture 
> x86_64" when trying to link from the QGIS core. I am including a pastebin 
> link to the abbreviated error message (I just skipped a bunch of .o 
> filenames), as even the abbreviated error is too big for the mailing list if 
> I include it here. 
> 
> error link: http://pastebin.com/EDX1qV80
> 
> 
> I have all package dependences already installed, so only qgis210-py27, it's 
> headers, and shared libraries are left to install.
> 
> Package information:
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Thu Jan  7 15:06:10 2016, 10.11, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  4
> 
> Thank you for your help,
> Monica Schwehr 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users

The first unidentified symbol in the spew usually suffices. :-)  The rest are 
typically either symbols from the same file or are a cascade resulting from the 
initial missing few.  It’s typically better to paste the whole command and cut 
things off after the initial missing symbol or other error.

I didn’t reproduce your failure on 10.11.2.  You’re linking to 
/usr/lib/libexpat.dylib instead of /sw/lib/libexpat.dylib (note to maintainer, 
please add that dependency), but the portions of the linker command line that 
you posted look the same otherwise.   Do you have any other Qt framework 
installs, e.g. from other packaging systems or in /Library/Frameworks?  The 
build may be finding one of those.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-11 Thread Alexander Hansen

> On Jan 10, 2016, at 17:28, Monica L Wolfson  wrote:
> 
> Hi All,
>   I am trying to fink install qgis210-py27 on my macbook pro running Mac OSX 
> 10.11.2.
> 
> I receive an error relating to "ld: symbol(s) not found for architecture 
> x86_64" when trying to link from the QGIS core. I am including a pastebin 
> link to the abbreviated error message (I just skipped a bunch of .o 
> filenames), as even the abbreviated error is too big for the mailing list if 
> I include it here. 
> 
> error link: http://pastebin.com/EDX1qV80
> 
> 
> I have all package dependences already installed, so only qgis210-py27, it's 
> headers, and shared libraries are left to install.
> 
> Package information:
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Thu Jan  7 15:06:10 2016, 10.11, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  4
> 
> Thank you for your help,
> Monica Schwehr 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users

The first unidentified symbol in the spew usually suffices. :-)  The rest are 
typically either symbols from the same file or are a cascade resulting from the 
initial missing few.  It’s typically better to paste the whole command and cut 
things off after the initial missing symbol or other error.

I didn’t reproduce your failure on 10.11.2.  You’re linking to 
/usr/lib/libexpat.dylib instead of /sw/lib/libexpat.dylib (note to maintainer, 
please add that dependency), but the portions of the linker command line that 
you posted look the same otherwise.   Do you have any other Qt framework 
installs, e.g. from other packaging systems or in /Library/Frameworks?  The 
build may be finding one of those.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Fink install of QGIS 2.10 failing on Mac OS 10.11.2

2016-01-10 Thread Monica L Wolfson

Hi All,
  I am trying to fink install qgis210-py27 on my macbook pro running 
Mac OSX 10.11.2.


I receive an error relating to "ld: symbol(s) not found for architecture 
x86_64" when trying to link from the QGIS core. I am including a 
pastebin link to the abbreviated error message (I just skipped a bunch 
of .o filenames), as even the abbreviated error is too big for the 
mailing list if I include it here.


error link: http://pastebin.com/EDX1qV80


I have all package dependences already installed, so only qgis210-py27, 
it's headers, and shared libraries are left to install.


Package information:
Package manager version: 0.39.2
Distribution version: selfupdate-rsync Thu Jan  7 15:06:10 2016, 10.11, 
x86_64

Trees: local/main stable/main
Xcode.app: 7.2
Xcode command-line tools: 7.2.0.0.1.1447826929
Max. Fink build jobs:  4

Thank you for your help,
Monica Schwehr
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users