Re: [Fink-users] unable to build python34

2015-05-14 Thread Daniel Johnson

 On May 14, 2015, at 8:21 AM, Jesse Alama jesseal...@fastmail.fm wrote:
 
 On 10.10.3, I am able to get a ways into building python34, but the build 
 ultimately fails (log file attached).  Any idea what might be going on?
 
 Thanks,
 
 Jesse
 python3.log

Yes, the error is here:

/sw/include/tk.h:96:13: fatal error: 'X11/Xlib.h' file not found
#   include X11/Xlib.h

So either you’re missing Xquartz altogether or are missing the /usr/X11 symlink.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] mplayer-1.1.1svn37392-3 validation failed

2015-05-14 Thread Hanspeter Niederstrasser
   cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=corei7-avx -pipe
   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
   -mdynamic-no-pic -MD -fpie -DPIC  -I/sw/include  -I/usr/X11/include
   -I/sw/include/ -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE
   -I/sw/include  -I/sw/include/freetype2 -DZLIB_CONST -I/sw/include/opus
   -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include
   -c -o sub/ass_mp.o sub/ass_mp.c
   ***
   cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=corei7-avx -pipe
   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
   -mdynamic-no-pic -MD -fpie -DPIC  -I/sw/include  -I/usr/X11/include
   -I/sw/include/ -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE
   -I/sw/include  -I/sw/include/freetype2 -DZLIB_CONST -I/sw/include/opus
   -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include
   -c -o libmpcodecs/vd_mpng.o libmpcodecs/vd_mpng.c

 Here are the commands above on my system (with changes in mplayer.info
 as indicated):

 cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=core2 -pipe
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 -mdynamic-no-pic -MD -fpie -DPIC -I/usr/X11/include -I/sw/include/SDL
 -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include -I/sw/include/freetype2
 -DZLIB_CONST -I/sw/include/opus -I/sw/include/schroedinger-1.0
 -I/sw/include/liboil-0.3 -I/sw/include -c -o sub/ass_mp.o sub/ass_mp.c

 cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=core2 -pipe
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 -mdynamic-no-pic -MD -fpie -DPIC -I/usr/X11/include -I/sw/include/SDL
 -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include -I/sw/include/freetype2
 -DZLIB_CONST -I/sw/include/opus -I/sw/include/schroedinger-1.0
 -I/sw/include/liboil-0.3 -I/sw/include -c -o libmpcodecs/vd_mpng.o
 libmpcodecs/vd_mpng.c

 For some reason the -I/usr/X11/include is pushed way ahead in my case,
 which explains the error.  Trouble is, I don't know why.

That's actually very useful. The actual cause is not that
-I/usr/X11/include is earlier in the command, but that the preceeding
-I/sw/include in my sample is missing from yours. So there's something not
being properly detected, which normally puts -I/sw/include before the X11
flags. I'll dig into the Makefile flag ordering later tonight.

Hanspeter


-- 



--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] unable to build r-base32

2015-05-14 Thread Alexander Hansen

 On May 14, 2015, at 01:22, Jesse Alama jesseal...@fastmail.fm wrote:
 
 It seems that I can't build r-base32.  I'm on 10.10.3.  The error appears to 
 lie in not being able to detect some part of X: in the configure stage, I see
 
 [snip]
 ...
 checking for IceConnectionNumber in -lICE... no
 checking X11/Intrinsic.h usability... no
 checking X11/Intrinsic.h presence... no
 checking for X11/Intrinsic.h... no
 configure: error: --with-x=yes (default) and X11 headers/libs are not 
 available
 [snip]
 
 (Complete build log attached.) The x11 and x11-dev pseudopackages are 
 present, and XQuartz 2.7.7 is installed.  Apparently I'm missing some devel 
 package, but I'm not sure what additional package ought to be installed. 
 
 Thanks,
 
 Jesse

fink-0.38.4 stopped requiring the /usr/X11 and /usr/X11R6 convenience symlinks 
for 10.8 and later.  Unfortunately, package maintainers didn’t exactly rush to 
update their packages accordingly.  fink-0.38.5 will revert to the old 
behavior, in which /usr/X11R6 must be present to provide the X11 virtual 
packages.


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] mplayer-1.1.1svn37392-3 validation failed

2015-05-14 Thread Daniel Macks
On Thu, 14 May 2015 09:48:21 -0400, Stefan Bruda ste...@bruda.ca wrote:
Hello,

 At 22:26 -0500 on 2015-5-13 Hanspeter Niederstrasser wrote:
 
  On 5/13/2015 7:37 PM, Stefan Bruda wrote:
  
   How that I got mplayer sources downloaded (thank you) I am getting a
   failure during the validation phase, as follows:
  
   Looking for incorrect headers in 1640 dependency files... 
   ./sub/ass_mp.d uses /usr/X11/include/fontconfig/fontconfig.h
   ./libmpcodecs/vd_mpng.d uses /usr/X11/include/png.h
   ./libmpcodecs/vd_mpng.d uses /usr/X11/include/pngconf.h
   Please fix build process to get consistent use of fink's headers. 
   ### execution of fink-package-precedence failed, exit code 255
   Can you edit the file  
 /sw/fink/dists/stable/main/finkinfo/graphics/mplayer.info and change 
  line 306 to remove %{default_script} and replace it with the 
 following  two lines:
   ./configure %c
  make -j1 V=1
   Then try to rebuild mplayer, but use the -l option to save the 
 log file  to /tmp. You can send that to me, or scan through it to 
 look for the  compiler commands that have the strings -o 
 sub/ass_mp.o and -o  libmpcodecs/vd_mpng.o. Mine look like this:
   cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=corei7-avx 
 -pipe  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 -D_LARGEFILE64_SOURCE  -mdynamic-no-pic -MD -fpie -DPIC 
 -I/sw/include -I/usr/X11/include  -I/sw/include/ -I/sw/include/SDL 
 -D_GNU_SOURCE=1 -D_THREAD_SAFE  -I/sw/include 
 -I/sw/include/freetype2 -DZLIB_CONST -I/sw/include/opus  
 -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include 
  -c -o sub/ass_mp.o sub/ass_mp.c
  ***
  cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=corei7-avx 
 -pipe  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 -D_LARGEFILE64_SOURCE  -mdynamic-no-pic -MD -fpie -DPIC 
 -I/sw/include -I/usr/X11/include  -I/sw/include/ -I/sw/include/SDL 
 -D_GNU_SOURCE=1 -D_THREAD_SAFE  -I/sw/include 
 -I/sw/include/freetype2 -DZLIB_CONST -I/sw/include/opus  
 -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include 
  -c -o libmpcodecs/vd_mpng.o libmpcodecs/vd_mpng.c

 Here are the commands above on my system (with changes in mplayer.info
 as indicated):

 cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=core2 -pipe
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 -mdynamic-no-pic -MD -fpie -DPIC -I/usr/X11/include -I/sw/include/SDL
 -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include -I/sw/include/freetype2
 -DZLIB_CONST -I/sw/include/opus -I/sw/include/schroedinger-1.0
 -I/sw/include/liboil-0.3 -I/sw/include -c -o sub/ass_mp.o sub/ass_mp.c

 cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=core2 -pipe
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 -mdynamic-no-pic -MD -fpie -DPIC -I/usr/X11/include -I/sw/include/SDL
 -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include -I/sw/include/freetype2
 -DZLIB_CONST -I/sw/include/opus -I/sw/include/schroedinger-1.0
 -I/sw/include/liboil-0.3 -I/sw/include -c -o libmpcodecs/vd_mpng.o
 libmpcodecs/vd_mpng.c

 For some reason the -I/usr/X11/include is pushed way ahead in my case,
 which explains the error. Trouble is, I don't know why. 

It successfully built for me (10.8). But it autodetected gnutls 
support, which isn't listed as a dependency. If I removed gnutls28, 
configure reports that gnutls was not found (obviously:), and I get the 
same lack of early -I/sw/include and same resulting 
fink-package-precedence failure. 

Not-having gnutls28 actually led to a bunch of other autodetections 
failing (AA, CACA, MNG, something about GIF, Blu-ray) presumably 
because they are all failing to handle themselves self-consistently 
correctly rather than only working because they inherit flags from some 
other detection. 

There is also a detection for samba (libsmbclient) that is currently 
no but has no --disable flag passed. Might be another point of 
uncontrolled dependecy variations?

dan

--
Daniel Macks
dma...@netspace.org


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] mplayer-1.1.1svn37392-3 validation failed

2015-05-14 Thread Stefan Bruda
Hello,

At 22:26 -0500 on 2015-5-13 Hanspeter Niederstrasser wrote:
 
  On 5/13/2015 7:37 PM, Stefan Bruda wrote:
  
   How that I got mplayer sources downloaded (thank you) I am getting a
   failure during the validation phase, as follows:
  
   Looking for incorrect headers in 1640 dependency files...
 ./sub/ass_mp.d uses /usr/X11/include/fontconfig/fontconfig.h
 ./libmpcodecs/vd_mpng.d uses /usr/X11/include/png.h
 ./libmpcodecs/vd_mpng.d uses /usr/X11/include/pngconf.h
   Please fix build process to get consistent use of fink's headers.
   ### execution of fink-package-precedence failed, exit code 255
  
  Can you edit the file 
  /sw/fink/dists/stable/main/finkinfo/graphics/mplayer.info and change 
  line 306 to remove %{default_script} and replace it with the following 
  two lines:
  
  ./configure %c
  make -j1 V=1
  
  Then try to rebuild mplayer, but use the -l option to save the log file 
  to /tmp. You can send that to me, or scan through it to look for the 
  compiler commands that have the strings -o sub/ass_mp.o and -o 
  libmpcodecs/vd_mpng.o.  Mine look like this:
  
  cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=corei7-avx -pipe 
  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
  -mdynamic-no-pic -MD -fpie -DPIC  -I/sw/include  -I/usr/X11/include 
  -I/sw/include/ -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE 
  -I/sw/include  -I/sw/include/freetype2 -DZLIB_CONST -I/sw/include/opus 
  -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include 
  -c -o sub/ass_mp.o sub/ass_mp.c
  ***
  cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=corei7-avx -pipe 
  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
  -mdynamic-no-pic -MD -fpie -DPIC  -I/sw/include  -I/usr/X11/include 
  -I/sw/include/ -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE 
  -I/sw/include  -I/sw/include/freetype2 -DZLIB_CONST -I/sw/include/opus 
  -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include 
  -c -o libmpcodecs/vd_mpng.o libmpcodecs/vd_mpng.c

Here are the commands above on my system (with changes in mplayer.info
as indicated):

cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=core2 -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-mdynamic-no-pic -MD -fpie -DPIC -I/usr/X11/include -I/sw/include/SDL
-D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include -I/sw/include/freetype2
-DZLIB_CONST -I/sw/include/opus -I/sw/include/schroedinger-1.0
-I/sw/include/liboil-0.3 -I/sw/include -c -o sub/ass_mp.o sub/ass_mp.c

cc -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=core2 -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-mdynamic-no-pic -MD -fpie -DPIC -I/usr/X11/include -I/sw/include/SDL
-D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include -I/sw/include/freetype2
-DZLIB_CONST -I/sw/include/opus -I/sw/include/schroedinger-1.0
-I/sw/include/liboil-0.3 -I/sw/include -c -o libmpcodecs/vd_mpng.o
libmpcodecs/vd_mpng.c

For some reason the -I/usr/X11/include is pushed way ahead in my case,
which explains the error.  Trouble is, I don't know why.

  And for kicks, make sure you have the files 
  /sw/lib/pkgconfig/fontconfig.pc and 
  /sw/lib/fontconfig2/lib/pkgconfig/fontconfig.pc

I have them as follows:

-rw-r--r--  1 root  admin  367 Apr 19  2014 
/sw/lib/fontconfig2/lib/pkgconfig/fontconfig.pc
lrwxr-xr-x  1 root  admin   49 Apr 19  2014 /sw/lib/pkgconfig/fontconfig.pc@ - 
/sw/lib/fontconfig2/./lib/pkgconfig/fontconfig.pc

Best regards,
Stefan

-- 
If it was so, it might be; and if it were so, it would be; but as it 
isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass

No HTML emails and proprietary attachments please http://bruda.ca/ascii

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] unable to build python34

2015-05-14 Thread Jesse Alama
On Thu, May 14, 2015, at 02:31 PM, Daniel Johnson wrote:

  On May 14, 2015, at 8:21 AM, Jesse Alama jesseal...@fastmail.fm wrote:
  
  On 10.10.3, I am able to get a ways into building python34, but the build 
  ultimately fails (log file attached).  Any idea what might be going on?
  
  Thanks,
  
  Jesse
  python3.log
 
 Yes, the error is here:
 
 /sw/include/tk.h:96:13: fatal error: 'X11/Xlib.h' file not found
 #   include X11/Xlib.h
 
 So either you’re missing Xquartz altogether or are missing the /usr/X11
 symlink.

I neglected to set up that X11 symlink.  Doing so does the job.  Thanks!

Jesse

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] unable to build r-base32

2015-05-14 Thread Jesse Alama
It seems that I can't build r-base32.  I'm on 10.10.3.  The error appears to 
lie in not being able to detect some part of X: in the configure stage, I see

[snip]
...
checking for IceConnectionNumber in -lICE... no
checking X11/Intrinsic.h usability... no
checking X11/Intrinsic.h presence... no
checking for X11/Intrinsic.h... no
configure: error: --with-x=yes (default) and X11 headers/libs are not available
[snip]

(Complete build log attached.) The x11 and x11-dev pseudopackages are present, 
and XQuartz 2.7.7 is installed.  Apparently I'm missing some devel package, but 
I'm not sure what additional package ought to be installed. 

Thanks,

Jesse

WARNING: Xcode.app version (0.0) and Xcode Command Line Tools version (6.3)
are not compatible.
You may experience build errors.

The following package will be installed or updated:
 r-base
The following 2 additional packages will be installed:
 r-base32 r-base32-shlibs
Default answer will be chosen in 60 seconds...
Do you want to continue? [Y/n] Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-r-base32-3.2.0-2 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-r-base32-3.2.0-2' in 
`/sw/src/fink.build/fink-buildlock-r-base32-3.2.0-2_2015.05.14-10.14.33_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-r-base32-3.2.0-2_2015.05.14-10.14.33_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-r-base32-3.2.0-2.
(Reading database ... 288743 files and directories currently installed.)
Unpacking fink-buildlock-r-base32-3.2.0-2 (from 
.../fink-buildlock-r-base32-3.2.0-2_2015.05.14-10.14.33_darwin-x86_64.deb) ...
Setting up fink-buildlock-r-base32-3.2.0-2 (2015.05.14-10.14.33) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.PRVkF
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/R-3.2.0.tar.gz
sudo -u fink-bld [ENV] sh -c /tmp/fink.cZDyL
[ -r /sw/fink/dists/stable/main/finkinfo/sci/r-base32.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.zxks7
/tmp/fink.B3MzW
#!/bin/sh -ev
  #sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
  patch -p1  /sw/fink/dists/stable/main/finkinfo/sci/r-base32.patch
patching file Makeconf.in
patching file Makefile.fw
patching file configure
Hunk #3 succeeded at 30592 (offset 1 line).
Hunk #4 succeeded at 30762 (offset 1 line).
Hunk #5 succeeded at 32331 (offset 1 line).
Hunk #6 succeeded at 32420 (offset 1 line).
Hunk #7 succeeded at 32430 (offset 1 line).
Hunk #8 succeeded at 32439 (offset 1 line).
patching file src/main/Makefile.in
patching file src/nmath/standalone/Makefile.in
  
  # .po files not treated during CompileScript
  # perl -pi -e 's/R-devel.rpm/%N-dev by Fink/g' src/library/tools/po/R-*.po
  perl -pi -e 's/R-devel.rpm/r-base32-dev by Fink/' 
src/library/tools/R/install.R
  if [ `uname -r | cut -d. -f1` -gt 13 ]; then
perl -pi -e 's|framework vecLib|framework Accelerate|g' configure
  fi
uname -r | cut -d. -f1
  # Patch configure to not link like Puma on Yosemite
  perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure

  # Patch zzz.R to look for tcltk.dylib
  perl -pi -e 's|tcltk.so|tcltk.dylib|g' src/library/tcltk/R/unix/zzz.R
  # Patch x11.R to look for R_X11.dylib
  perl -pi -e 's|R_X11.so|R_X11.dylib|g' src/library/grDevices/R/unix/x11.R

  # Apply upstream fix
  perl -pi -e 's|int R_running_as_main_program|extern int 
R_running_as_main_program|' src/include/Rinterface.h
sudo -u fink-bld [ENV] sh -c /tmp/fink.4Hw6s
/tmp/fink.Ptyy9
#!/bin/sh -efv
  
  export F77=/sw/bin/gfortran-fsf-5
  export FC=/sw/bin/gfortran-fsf-5
  
  unset R_HOME
  ./configure --prefix=/sw   --libdir='/sw/lib' --mandir='${prefix}/share/man' \
  --with-blas=-framework Accelerate \
  --with-lapack=-framework Accelerate \
  --with-aqua --enable-R-framework=/sw/Library/Frameworks \
  --with-system-bzlib --with-system-pcre --with-system-zlib \
  --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
  --with-tcl-config=/sw/lib/tclConfig.sh --with-tk-config=/sw/lib/tkConfig.sh \
  --without-internal-tzcode \
  CFLAGS=-g -O3 CXXFLAGS=-g -O3 FFLAGS=-g -O3 \
  SED=/usr/bin/sed AWK=/usr/bin/awk GREP=/usr/bin/grep
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
loading site script './config.site'
loading build-specific script './config.site'
checking for pwd... /sw/bin/pwd
checking whether builddir is srcdir... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for gawk... /usr/bin/awk
checking whether ln -s works... yes
checking for bison... bison -y
checking for ar... ar
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking for sed... /usr/bin/sed
checking for which... /sw/bin/which
checking for less... /sw/bin/less
checking for gtar... /sw/bin/gtar
checking for tex... /sw/bin/tex

[Fink-users] unable to build python34

2015-05-14 Thread Jesse Alama
On 10.10.3, I am able to get a ways into building python34, but the build 
ultimately fails (log file attached).  Any idea what might be going on?

Thanks,

Jesse

WARNING: Xcode.app version (0.0) and Xcode Command Line Tools version (6.3)
are not compatible.
You may experience build errors.

The following package will be installed or updated:
 python3
The following 2 additional packages will be installed:
 python34 python34-shlibs
Default answer will be chosen in 60 seconds...
Do you want to continue? [Y/n] Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-python34-3.4.3-1 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-python34-3.4.3-1' in 
`/sw/src/fink.build/fink-buildlock-python34-3.4.3-1_2015.05.14-14.14.11_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-python34-3.4.3-1_2015.05.14-14.14.11_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-python34-3.4.3-1.
(Reading database ... 290393 files and directories currently installed.)
Unpacking fink-buildlock-python34-3.4.3-1 (from 
.../fink-buildlock-python34-3.4.3-1_2015.05.14-14.14.11_darwin-x86_64.deb) ...
Setting up fink-buildlock-python34-3.4.3-1 (2015.05.14-14.14.11) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.vh76E
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/Python-3.4.3.tar.xz
sudo -u fink-bld [ENV] sh -c /tmp/fink.gp6oJ
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/python-3.4.3-docs-html.tar.bz2
sudo -u fink-bld [ENV] sh -c /tmp/fink.dKqJF
[ -r /sw/fink/dists/stable/main/finkinfo/languages/python34.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.FpEOJ
sed 's|@PREFIX@|/sw|g'  
/sw/fink/dists/stable/main/finkinfo/languages/python34.patch | patch -p1
patching file Lib/ctypes/macholib/dyld.py
patching file Lib/sysconfig.py
patching file Makefile.pre.in
patching file Misc/python-config.in
patching file Misc/python.pc.in
patching file Modules/_dbmmodule.c
patching file configure
patching file setup.py
perl -pi -e s|'/tmp', '/var/tmp'|'/private/tmp', '/private/var/tmp'| 
Lib/tempfile.py
sudo -u fink-bld [ENV] sh -c /tmp/fink.Rqpmo
/tmp/fink.5FNTW
++ uname -r
++ cut -d. -f1
+ darwin_vers=14
+ '[' 14 -ge 11 ']'
+ perl -pi -e 's/ -lSystemStubs//' ./configure
+ perl -pi -e 's/-O3/-fwrapv -O3/' ./configure
+ ./configure --prefix=/sw --enable-shared --enable-loadable-sqlite-extensions 
--with-dbmliborder=gdbm --with-system-expat --with-system-ffi 
'--with-tcltk-includes=-I/sw/include -I/usr/X11/include' 
'--with-tcltk-libs=-L/sw/libs -ltcl -ltk' --without-ensurepip
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... darwin
checking for --without-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for --with-cxx-main=compiler... no
checking for -Wl,--no-as-needed... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for --with-suffix... 
checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking LINKCC... $(PURIFY) $(MAINCC)
checking for GNU ld... no
checking for inline... inline
checking for --enable-shared... yes
checking for --enable-profiling... no
checking LDLIBRARY... libpython$(LDVERSION).dylib
checking for ranlib... ranlib
checking for ar... ar
checking for readelf... no
checking for python3.4... no
checking for python3... no
checking for python... python
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking for a thread-safe mkdir -p... /sw/bin/mkdir -p
checking for --with-pydebug... no
checking whether gcc accepts and needs -fno-strict-aliasing... no
checking if we can turn off gcc unused result warning... yes
checking for -Werror=declaration-after-statement... yes
checking which compiler should be used... gcc
checking which MACOSX_DEPLOYMENT_TARGET to use... 

Re: [Fink-users] mplayer-1.1.1svn37392-3 validation failed

2015-05-14 Thread Stefan Bruda
Hello,

At 10:27 -0400 on 2015-5-14 Daniel Macks wrote:
 
  It successfully built for me (10.8). But it autodetected gnutls
  support, which isn't listed as a dependency. If I removed gnutls28,
  configure reports that gnutls was not found (obviously:), and I get
  the same lack of early -I/sw/include and same resulting
  fink-package-precedence failure.

Indeed.  Mplayer builds fine here once gnutls28 is installed (this
also explains why mplayer built fine on my other machine... which had
gnutls28 on it to begin with).

Best regards,
Stefan

-- 
If it was so, it might be; and if it were so, it would be; but as it 
isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass

No HTML emails and proprietary attachments please http://bruda.ca/ascii

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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