<snip>
> On Nov 8, 2015, at 10:54, Dušan Peterc <dusan.pet...@gmail.com> wrote:
> 
> cd designer && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f 
> Makefile
> /sw/src/fink.build/qt3-3.3.8-2016/qt-x11-free-3.3.8/bin/uic -L 
> /sw/src/fink.build/qt3-3.3.8-2016/qt-x11-free-3.3.8/plugins listboxeditor.ui 
> -o listboxeditor.h
> dyld: Library not loaded: /sw/lib/libqt-mt.3.dylib
>   Referenced from: /sw/src/fink.build/qt3-3.3.8-2016/qt-x11-free-3.3.8/bin/uic
>   Reason: image not found
> make[4]: *** [listboxeditor.h] Trace/BPT trap: 5
> make[3]: *** [sub-designer] Error 2
> make[2]: *** [sub-designer] Error 2
> make[1]: *** [sub-tools] Error 2
> make: *** [init] Error 2
> ### execution of /tmp/fink.tniIa failed, exit code 2
> ### execution of /tmp/fink.cnqub failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-qt3-3.3.8-2016
> (Reading database ... 28924 files and directories currently installed.)
> Removing fink-buildlock-qt3-3.3.8-2016 ...
> Failed: phase compiling: qt3-3.3.8-2016 failed
> 
> Before reporting any errors, please run "fink selfupdate" and try again.
> 
> If you continue to have issues, please check to see if the FAQ on Fink's 
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
> 
>       The Fink Users List <fink-users@lists.sourceforge.net>
>       The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
> 
> with a carbon copy to the maintainer:
> 
>       Benjamin Reed <q...@fink.raccoonfink.com>
> 
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
> 
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
> 
> Also include the following system information:
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Sun Nov  8 18:54:03 2015, 10.11, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.1
> Xcode command-line tools: 7.1.0.0.1.1444952191
> Max. Fink build jobs:  1
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> 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

It looks like your build is trying to use a currently installed qt3 library 
rather than the one from the current build process, which is undesirable.  
Moreover, it’s not even looking in the right place, since current fink 
packaging puts libqt-mt.dylib in /sw/lib/qt3/lib/

I’ve started a build on my own 10.11/Xcode 7.1 setup to see if I can reproduce 
your issue.  In the meantime, could you post back with the output from “fink 
dumpinfo -fENV” so that I can see what environment that Fink is using (your own 
shell environment shouldn’t matter to Fink).



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


------------------------------------------------------------------------------
_______________________________________________
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

Reply via email to