On 11/15/13 7:49 PM, Alexander Hansen wrote:
> On 11/15/13 4:25 PM, Alexander Hansen wrote:
>> On 11/15/13 3:59 PM, Peter Balling wrote:
>>> Hi
>>> I really appreciate the Fink maintainers’ great efforts but need help on
>>> the fatal error below that I encountered  attempting to install lyx2-x11
>>> under OS X 10.9 (13A603) on a dual-core Macmini3.1:
>>>
>>> Configuration
>>>    Host type:                    x86_64-apple-darwin13.0.0
>>>    Special build flags:          build=release use-aspell use-enchant
>>> use-hunspell
>>>    C   Compiler:                 gcc
>>>    C   Compiler LyX flags:
>>>    C   Compiler flags:           -I/usr/X11/include -I/sw/include -O2
>>>    C++ Compiler:                 g++ (4.2.1)
>>>    C++ Compiler LyX flags:
>>>    C++ Compiler flags:           -I/usr/X11/include -I/sw/include -O2
>>>    Linker flags:
>>>    Linker user flags:            -Wl,-framework,AppKit
>>> -Wl,-framework,Carbon -Wl,-framework,OpenGL -Wl,-framework,AGL
>>> -L/usr/X11/lib -lX11 -L/sw/lib
>>>    Qt 4 Frontend:
>>>        Qt 4 version:             4.7.3
>>>    Packaging:                    posix
>>>    LyX binary dir:               /sw/bin
>>>    LyX files dir:                /sw/share/lyx
>>>
>>> Configuration of LyX was successful.
>>> Type 'make' to compile the program,
>>> and then 'make install' to install it.
>>> make
>>>
>>> …
>>>
>>> Making all in support
>>> /sw/lib/qt4-x11/bin/moc -o moc_SystemcallPrivate.cpp SystemcallPrivate.h
>>> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
>>>    CXX    FileMonitor.o
>>> In file included from FileMonitor.cpp:13:
>>> In file included from ./../support/FileMonitor.h:18:
>>> In file included from /sw/include/boost/signal.hpp:19:
>>> In file included from /sw/include/boost/signals/signal0.hpp:24:
>>> In file included from /sw/include/boost/signals/signal_template.hpp:18:
>>> In file included from /sw/include/boost/signals/connection.hpp:14:
>>> In file included from /sw/include/boost/smart_ptr.hpp:21:
>>> In file included from /sw/include/boost/shared_ptr.hpp:17:
>>> /sw/include/boost/smart_ptr/shared_ptr.hpp:491:41: warning: rvalue
>>> references
>>>        are a C++11 extension [-Wc++11-extensions]
>>>      shared_ptr( std::unique_ptr< Y, D > && r ): px( r.get() ), pn()
>>>                                          ^
>>> /sw/include/boost/smart_ptr/shared_ptr.hpp:556:51: warning: rvalue
>>> references
>>>        are a C++11 extension [-Wc++11-extensions]
>>>      shared_ptr & operator=( std::unique_ptr<Y, D> && r )
>>>                                                    ^
>>> /sw/include/boost/smart_ptr/shared_ptr.hpp:558:55: warning: rvalue
>>> references
>>>        are a C++11 extension [-Wc++11-extensions]
>>>          this_type( static_cast< std::unique_ptr<Y, D> && >( r )
>>> ).swap(*this);
>>>                                                        ^
>>> In file included from FileMonitor.cpp:18:
>>> In file included from ./../support/bind.h:15:
>>> ./../support/functional.h:20:10: fatal error: 'tr1/functional' file not
>>> found
>>> #include <tr1/functional>
>>>           ^
>>> 3 warnings and 1 error generated.
>>> make[5]: *** [FileMonitor.o] Error 1
>>> make[4]: *** [all] Error 2
>>> make[3]: *** [all-recursive] Error 1
>>> make[2]: *** [all] Error 2
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>> ### execution of /tmp/fink.xr2qQ failed, exit code 2
>>> ### execution of /tmp/fink.CQ3Rx failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-lyx2-x11-2.0.6-63
>>> (Reading database ... 79738 files and directories currently installed.)
>>> Removing fink-buildlock-lyx2-x11-2.0.6-63 ...
>>> Failed: phase compiling: lyx2-x11-2.0.6-63 failed
>>>
>>> Before reporting any errors, please run "fink selfupdate" and try again.
>>> (I did)
>>>
>>> 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
>>> <mailto:fink-users@lists.sourceforge.net>>
>>>          The Fink Beginners List <fink-beginn...@lists.sourceforge.net
>>> <mailto:fink-beginn...@lists.sourceforge.net>>,
>>>
>>> with a carbon copy to the maintainer:
>>>
>>>          Alexander Hansen <alexkhan...@users.sourceforge.net
>>> <mailto:alexkhan...@users.sourceforge.net>>
>>>
>>> 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.36.0
>>> Distribution version: selfupdate-rsync Fri Nov 15 12:35:48 2013, 10.9,
>>> x86_64
>>> Trees: local/main stable/main
>>> Xcode.app: 5.0.2
>>> Xcode command-line tools: 5.0.1.0.1.1382131676
>>> Max. Fink build jobs:  1
>>>
>>> macmini2~/Downloads/fink-0.36.0 $
>>>
>>> I did not find any new Xcode 5.0.2 command-line tools
>>>
>>> Best regards
>>> Peter Balling
>>>
>>>
>>
>> I'll look into this, but it's going to take me a little while to build
>> up all of the dependencies for lyx2 in my 10.9 environment so that I can
>> test this out.
>>
>
> Ok.  I'm seeing the same thing.
>
> According to
>
> http://www.mail-archive.com/freebsd-ports@freebsd.org/msg52768.html
>
> "Yeah, LyX is at a very bad shape if used with libc++ instead of
> libstdc++: its code is not C++11-compliant and uses tr1 stuff that is
> not present in libc++."
>
> Unfortunately, we're using libc++ on 10.9 in Fink, since it's the
> default option.  I will likely have to pull the package from that
> distribution until the LyX developers change the build.
>

It's back in Fink for 10.9.  One of our folks adapted what Macports does.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
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