Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Alexander Hansen

> On Jan 19, 2015, at 8:36 AM, Alexander Hansen  
> wrote:
> 
> 
>> On Jan 19, 2015, at 8:31 AM, Dominique d'Humières  wrote:
>> 
>> 
>>> Hmm.  I saw the same thing when I was testing the update out, but I was 
>>> able to adjust the dependencies for the build to work for me.  Could I see 
>>> the configure stage of your output—you can probably stop at the first 
>>> “make”.
>>> 
>>> -- 
>>> Alexander Hansen, Ph.D.
>>> Fink User Liaison
>> 
>> #!/bin/sh -ev
>>  ./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
>> --libexecdir='${prefix}/lib' \
>> --infodir='${prefix}/share/info' \
>> --without-readline \
>> --with-kpsexpand \
>> --without-x \
>> --without-aquaterm \
>> --disable-wxwidgets \
>> --without-lua \
>> --without-gd \
>> --without-pdf \
>> --disable-dependency-tracking \
>> --with-tutorial
>> checking for a BSD-compatible install... /sw64/bin/ginstall -c
>> checking whether build environment is sane... yes
>> /sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
>> `--is-lightweight' option
>> Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing 
>> --help' for more information
>> configure: WARNING: 'missing' script is too old or missing
>> checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
>> checking for gawk... gawk
>> checking whether make sets $(MAKE)... yes
>> checking whether make supports nested variables... yes
>> checking whether to enable maintainer-specific portions of Makefiles... no
>> checking for style of include used by make... GNU
>> 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 whether gcc understands -c and -o together... yes
>> checking dependency style of gcc... none
>> checking how to run the C preprocessor... gcc -E
>> checking for grep that handles long lines and -e... /sw64/bin/grep
>> checking for egrep... /sw64/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 gcc... (cached) gcc
>> checking whether we are using the GNU C compiler... (cached) yes
>> checking whether gcc accepts -g... (cached) yes
>> checking for gcc option to accept ISO C89... (cached) none needed
>> checking whether gcc understands -c and -o together... (cached) yes
>> checking dependency style of gcc... (cached) none
>> checking how to run the C preprocessor... gcc -E
>> checking for gcc... gcc
>> checking whether we are using the GNU Objective C compiler... yes
>> checking whether gcc accepts -g... yes
>> checking dependency style of gcc... none
>> checking for an ANSI C-conforming const... yes
>> checking for inline... inline
>> checking for preprocessor stringizing operator... yes
>> checking whether ln -s works... yes
>> checking for gcc... (cached) gcc
>> checking whether we are using the GNU C compiler... (cached) yes
>> checking whether gcc accepts -g... (cached) yes
>> checking for gcc option to accept ISO C89... (cached) none needed
>> checking whether gcc understands -c and -o together... (cached) yes
>> checking dependency style of gcc... (cached) none
>> checking for off_t... yes
>> checking for _LARGEFILE_SOURCE value needed for large files... no
>> checking for special C compiler options needed for large files... no
>> checking for _FILE_OFFSET_BITS value needed for large files... no
>> checking for pkg-config... /sw64/bin/pkg-config
>> checking pkg-config is at least version 0.9.0... yes
>> checking for LIBCERF... yes
>> checking for library containing cdawson... none required
>> checking for emacs... emacs
>> checking for tex... tex
>> checking for latex... latex
>> checking for pdflatex... pdflatex
>> checking for dvips... dvips
>> checking for troff... troff
>> checking for kpsexpand... kpsexpand
>> checking for texhash... texhash
>> checking for X... disabled
>> checking for MS-DOS/djgpp/libGRX... no
>> checking for NeXT... no
>> checking for Mac OS X... yes
>> checking for BeOS... no
>> checking for Alpha/AXP CPU... no
>> checking for sin... yes
>> checking for ANSI C header files... (cached) yes
>> checking dirent.h usability... yes
>> checking dirent.h presence... yes
>> checking for dirent.h... yes
>> checking errno.h usability... ye

Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Alexander Hansen

> On Jan 19, 2015, at 8:31 AM, Dominique d'Humières  wrote:
> 
> 
>> Hmm.  I saw the same thing when I was testing the update out, but I was able 
>> to adjust the dependencies for the build to work for me.  Could I see the 
>> configure stage of your output—you can probably stop at the first “make”.
>> 
>> -- 
>> Alexander Hansen, Ph.D.
>> Fink User Liaison
> 
> #!/bin/sh -ev
>   ./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
> --libexecdir='${prefix}/lib' \
> --infodir='${prefix}/share/info' \
> --without-readline \
> --with-kpsexpand \
> --without-x \
> --without-aquaterm \
> --disable-wxwidgets \
> --without-lua \
> --without-gd \
> --without-pdf \
> --disable-dependency-tracking \
> --with-tutorial
> checking for a BSD-compatible install... /sw64/bin/ginstall -c
> checking whether build environment is sane... yes
> /sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
> `--is-lightweight' option
> Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing 
> --help' for more information
> configure: WARNING: 'missing' script is too old or missing
> checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for style of include used by make... GNU
> 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 whether gcc understands -c and -o together... yes
> checking dependency style of gcc... none
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /sw64/bin/grep
> checking for egrep... /sw64/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 gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ISO C89... (cached) none needed
> checking whether gcc understands -c and -o together... (cached) yes
> checking dependency style of gcc... (cached) none
> checking how to run the C preprocessor... gcc -E
> checking for gcc... gcc
> checking whether we are using the GNU Objective C compiler... yes
> checking whether gcc accepts -g... yes
> checking dependency style of gcc... none
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for preprocessor stringizing operator... yes
> checking whether ln -s works... yes
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ISO C89... (cached) none needed
> checking whether gcc understands -c and -o together... (cached) yes
> checking dependency style of gcc... (cached) none
> checking for off_t... yes
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for pkg-config... /sw64/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for LIBCERF... yes
> checking for library containing cdawson... none required
> checking for emacs... emacs
> checking for tex... tex
> checking for latex... latex
> checking for pdflatex... pdflatex
> checking for dvips... dvips
> checking for troff... troff
> checking for kpsexpand... kpsexpand
> checking for texhash... texhash
> checking for X... disabled
> checking for MS-DOS/djgpp/libGRX... no
> checking for NeXT... no
> checking for Mac OS X... yes
> checking for BeOS... no
> checking for Alpha/AXP CPU... no
> checking for sin... yes
> checking for ANSI C header files... (cached) yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking langi

Re: [Fink-users] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Dominique d'Humières

> Hmm.  I saw the same thing when I was testing the update out, but I was able 
> to adjust the dependencies for the build to work for me.  Could I see the 
> configure stage of your output—you can probably stop at the first “make”.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison

#!/bin/sh -ev
./configure --prefix=/sw64 --mandir='${prefix}/share/man'  \
--libexecdir='${prefix}/lib' \
--infodir='${prefix}/share/info' \
--without-readline \
--with-kpsexpand \
--without-x \
--without-aquaterm \
--disable-wxwidgets \
--without-lua \
--without-gd \
--without-pdf \
--disable-dependency-tracking \
--with-tutorial
checking for a BSD-compatible install... /sw64/bin/ginstall -c
checking whether build environment is sane... yes
/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing: Unknown 
`--is-lightweight' option
Try `/sw64/src/fink.build/gnuplot-pdfdocs-5.0.0-1/gnuplot-5.0.0/missing --help' 
for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /sw64/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /sw64/bin/grep
checking for egrep... /sw64/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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for preprocessor stringizing operator... yes
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for off_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... /sw64/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCERF... yes
checking for library containing cdawson... none required
checking for emacs... emacs
checking for tex... tex
checking for latex... latex
checking for pdflatex... pdflatex
checking for dvips... dvips
checking for troff... troff
checking for kpsexpand... kpsexpand
checking for texhash... texhash
checking for X... disabled
checking for MS-DOS/djgpp/libGRX... no
checking for NeXT... no
checking for Mac OS X... yes
checking for BeOS... no
checking for Alpha/AXP CPU... no
checking for sin... yes
checking for ANSI C header files... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checkin

[Fink-users] Fwd: an issue with osxfusefs

2015-01-19 Thread Alexander Hansen
Forwarding this to the mailing list and cc’ing the maintainer.

> Begin forwarded message:
> 
> Date: January 19, 2015 at 8:17:43 AM PST
> Subject: Re: [Fink-users] an issue with osxfusefs
> From: Riccardo Musella 
> To: Alexander Hansen 
> 
> I am having this issue on Yosemite (10.10).
> The install of the packages (sshfs, osxfuse) apparently is good.
> Then when I try for example:
> 
> sshfs rmuse...@xx.fr:~/ /Volumes/DD
> 
> It goes:
> 
> /sw/lib/osxfusefs.fs/Support/osxfusefs.kext failed to load - (libkern/kext) 
> not loadable (reason unspecified); check the system/kernel logs for errors or 
> try kextutil(8).
> the OSXFUSE file system is not available (71)
> 
> Best,
> Riccardo
> 
> 
> 2015-01-19 16:30 GMT+01:00 Alexander Hansen  >:
> 
>> On Jan 19, 2015, at 6:10 AM, Riccardo Musella > > wrote:
>> 
>> Giuliano Franchetti  gsi.de > writes:
>> 
>>> 
>>> Hello to all, 
>>> 
>>> I have installed and compiled all my packages, and everything works fine,
>> but one thing. 
>>> I use sshfs for creating virtual filesystems, but there a problem appear. 
>>> 
>>> Below is what appears on my screen. The script “tunnel" simply open a
>> tunnel with 
>>> ssh, and then start the filesystem with sshfs. I get an error that has to
>> do with osxfuse (below). 
>>> However, when I installed sshfs there where no problems. 
>>> 
>>> With Mavericks the same procedure worked with no problems.  
>>> 
>>> Thanks for the help. 
>>> 
>>> Giuliano 
>> 
>> 
>> Hello Giuliano,
>> could you solve your problem?
>> I have exactly the same issue as you and on the web there is still nothing
>> about this error.
>> 
>> Best,
>> Riccardo
>> 
>> 
> 
> What OS X version is this on?  The OP mentioned that Mavericks was OK but 
> didn’t bother to say where he was having a problem.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 
> 

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

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
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] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Alexander Hansen

> On Jan 19, 2015, at 2:21 AM, Dominique Dhumieres  wrote:
> 
> Updating to gnuplot-pdfdocs-5.0.0-1 failed on
> 
> Package manager version: 0.38.3
> Distribution version: selfupdate-rsync Mon Jan 19 11:17:58 2015, 10.10, x86_64
> Trees: local/main stable/main stable/crypto
> Xcode.app: 6.1.1
> Xcode command-line tools: 6.1.1.0.1.1416017670
> Max. Fink build jobs:  8
> 
> with
> 
> ...
> ! LaTeX Error: File `picins.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
> 
> l.51   \include{pdffigures}
>   ^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> ...
> 
> (several times).
> 
> TIA
> 
> Dominique


Hmm.  I saw the same thing when I was testing the update out, but I was able to 
adjust the dependencies for the build to work for me.  Could I see the 
configure stage of your output—you can probably stop at the first “make”.

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


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
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] an issue with osxfusefs

2015-01-19 Thread Alexander Hansen

> On Jan 19, 2015, at 6:10 AM, Riccardo Musella  
> wrote:
> 
> Giuliano Franchetti  gsi.de > writes:
> 
>> 
>> Hello to all, 
>> 
>> I have installed and compiled all my packages, and everything works fine,
> but one thing. 
>> I use sshfs for creating virtual filesystems, but there a problem appear. 
>> 
>> Below is what appears on my screen. The script “tunnel" simply open a
> tunnel with 
>> ssh, and then start the filesystem with sshfs. I get an error that has to
> do with osxfuse (below). 
>> However, when I installed sshfs there where no problems. 
>> 
>> With Mavericks the same procedure worked with no problems.  
>> 
>> Thanks for the help. 
>> 
>>  Giuliano 
> 
> 
> Hello Giuliano,
> could you solve your problem?
> I have exactly the same issue as you and on the web there is still nothing
> about this error.
> 
> Best,
> Riccardo
> 
> 

What OS X version is this on?  The OP mentioned that Mavericks was OK but 
didn’t bother to say where he was having a problem.

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

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
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] an issue with osxfusefs

2015-01-19 Thread Riccardo Musella
Giuliano Franchetti  gsi.de> writes:

> 
> Hello to all, 
> 
> I have installed and compiled all my packages, and everything works fine,
but one thing. 
> I use sshfs for creating virtual filesystems, but there a problem appear. 
> 
> Below is what appears on my screen. The script “tunnel" simply open a
tunnel with 
> ssh, and then start the filesystem with sshfs. I get an error that has to
do with osxfuse (below). 
> However, when I installed sshfs there where no problems. 
> 
> With Mavericks the same procedure worked with no problems.  
> 
> Thanks for the help. 
> 
>   Giuliano 


Hello Giuliano,
could you solve your problem?
I have exactly the same issue as you and on the web there is still nothing
about this error.

Best,
Riccardo


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
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] Failed: phase compiling: gnuplot-pdfdocs-5.0.0-1 failed

2015-01-19 Thread Dominique Dhumieres
Updating to gnuplot-pdfdocs-5.0.0-1 failed on

Package manager version: 0.38.3
Distribution version: selfupdate-rsync Mon Jan 19 11:17:58 2015, 10.10, x86_64
Trees: local/main stable/main stable/crypto
Xcode.app: 6.1.1
Xcode command-line tools: 6.1.1.0.1.1416017670
Max. Fink build jobs:  8

with

...
! LaTeX Error: File `picins.sty' not found.

Type X to quit or  to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
 
 
l.51   \include{pdffigures}
   ^^M
!  ==> Fatal error occurred, no output PDF file produced!
...

(several times).

TIA

Dominique

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
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