Re: [Fink-users] Compilation failure in lyx2-x11

2013-11-16 Thread Peter Dyballa

Am 16.11.2013 um 04:49 schrieb Alexander Hansen:

 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.

On Mac OS X 10.6.8 I see g++-4.2 report

--with-gxx-include-dir=/include/c++/4.2.1

The header file it missed is /usr/include/c++/4.2.1/tr1/functional. Can it be 
that g++-4.2 is mis-configured by Apple? Maybe it helps to just set

 C++ Compiler LyX flags:-I/usr/include/c++/4.2.1


('/usr/bin/g++-4.2 -v -print-search-libs' reports a least this correct path: 
--with-slibdir=/usr/lib.)

--
Greetings

  Pete

Got Mole problems?
Call Avogadro 6.02 x 10^23


--
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=63469471iu=/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


Re: [Fink-users] Failure to Update All on OS X 10.6

2013-11-16 Thread Martin Costabel
On 16/11/13 06:41, Alexander Hansen wrote:
[]
 I don't think we've gotten all of the rsync mirrors back to updating
 reliably yet.  (I don't happen to have contact info).

Currently, only the Japanese mirror has an up-to-date timestamp. All 
others, including (and because of) distfiles.master.finkmirrors.net, are 
stuck with a timestamp 49 hours earlier than this message.

-- 
Martin



--
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=63469471iu=/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


Re: [Fink-users] Compilation failure in lyx2-x11

2013-11-16 Thread Alexander Hansen
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
CXXFileMonitor.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_ptrY, 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_ptrY, 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