Re: [Fink-users] Can't install imagemagick

2004-04-08 Thread Avram Aelony


Thank-you, selfupdate followed by a lengthy update-all (4 hours) 
cleared everything up.
Thanks for your help,
Avram



On Apr 7, 2004, at 5:06 PM, Martin Costabel wrote:

Avram Aelony wrote:
[]
rm -rf freetype2-2.1.3-11
mkdir -p /sw/src/freetype2-2.1.3-11
The first strange thing is this version number. This has disappeared 
several months ago. Maybe you should run fink selfupdate?
[]
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating ftconfig.h
FreeType build system -- automatic system detection
The following settings are used:
  platformunix
  compilercc
  configuration directory ./builds/unix
  configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove 
the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library.
Until here, everything (apart from the old revision number) looks OK.

 make
config.mk:21: /unix-def.mk: No such file or directory
config.mk:22: /unix-cc.mk: No such file or directory
builds/freetype.mk:206: no file name for `include'
make: *** No rule to make target `/unix-cc.mk'.  Stop.
This is really weird. Do you have an exotic version of "make"? Or are 
you on a partition with spaces in its names?

--
Martin


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Can't install imagemagick

2004-04-07 Thread Avram Aelony
Hi Fink users,

I tried to install imagemagick, but it crashes due to a problem with a 
dependency named "freetype2".  I attempted the install using option (1) 
and separately with option (2) below, without success.
Any help would be sincerely appreciated.

Avram

% fink install imagemagick
sudo /sw/bin/fink  install imagemagick
Password:
Information about 1117 packages read in 2 seconds.
fink needs help picking an alternative to satisfy a virtual dependency. 
The
candidates:

(1)  freetype2-shlibs: TrueType font rendering library, version 2, 
shared libs
(2)  freetype2-hinting-shlibs: TrueType font rendering library, 
version 2, shared libs

Pick one: [1] 1
The following package will be installed or updated:
 imagemagick
The following 7 additional packages will be installed:
 freetype2 freetype2-shlibs lcms lcms-shlibs libxml2 libxml2-bin
 libxml2-shlibs
Do you want to continue? [Y/n] Y
rm -rf freetype2-2.1.3-11
mkdir -p /sw/src/freetype2-2.1.3-11
gzip -dc /sw/src/freetype-2.1.3.tar.gz | /sw/bin/tar -xf -
patch -p1 
patching file builds/unix/freetype-config.in
patching file builds/unix/ltmain.sh
Hunk #1 succeeded at 2894 with fuzz 1 (offset 36 lines).
patching file src/base/ftobjs.c
mv install install.sh
make setup CFG="--prefix=/sw"
./builds/unix/configure --prefix=/sw
checking build system type... powerpc-apple-darwin7.3.0
checking host system type... powerpc-apple-darwin7.3.0
checking target system type... powerpc-apple-darwin7.3.0
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for rm... rm -f
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap must be declared... no
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O 
dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... 
yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin7.3.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating ftconfig.h

FreeType build system -- automatic system detection

The following settings are used:

  platformunix
  compilercc
  configuration directory ./builds/unix
  configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove 
the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library.

 make
config.mk:21: /unix-def.mk: No such file or directory
config.mk:22: /unix-cc.mk: No such file or directory
builds/freetype.mk:206:

[Fink-users] freetype problem...

2003-11-22 Thread Avram Aelony
After a recent selfupdate, fink update-all  bombs.  I am using
Package manager version: 0.16.2
Distribution version: 0.6.2.cvs
 on Panther 10.3.1
How can I set fink back on the right track?

thanks,

Avram

<< excerpt prior to failure...>>

checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating ftconfig.h
FreeType build system -- automatic system detection

The following settings are used:

  platformunix
  compilercc
  configuration directory ./builds/unix
  configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove 
the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library.

 make
config.mk:21: /unix-def.mk: No such file or directory
config.mk:22: /unix-cc.mk: No such file or directory
builds/freetype.mk:206: no file name for `include'
make: *** No rule to make target `/unix-cc.mk'.  Stop.
### execution of  failed, exit code 2
Failed: compiling freetype2-2.1.3-11 failed


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink install pdfslide fails ...no longer

2003-10-14 Thread Avram Aelony
I did download/install libwww-pm-5.68-1 on the day the miscreant 
/sw/bin/HEAD was installed.

I've renamed it "HEADperl", here is my current setup:

-rwxr-xr-x1 aelony   staff   14436 Oct 13 18:50 /sw/bin/HEAD*
-r-xr-xr-x1 root admin   14361 Sep 19 06:32 
/sw/bin/HEADperl*

hope this helps,

-Avram

On Tuesday, October 14, 2003, at 05:11  AM, Alexander K. Hansen wrote:

Was /sw/bin/HEAD installed by a Fink package?  If so, the maintainer 
really needs to do something about this issue.

On Tuesday, October 14, 2003, at 01:25 AM, Avram Aelony wrote:

All is working well after moving the copy in /usr/bin to /sw/bin
thanks!
-A
On Monday, October 13, 2003, at 08:39  PM, Avram Aelony wrote:


--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink install pdfslide fails ...no longer

2003-10-13 Thread Avram Aelony
All is working well after moving the copy in /usr/bin to /sw/bin
thanks!
-A
On Monday, October 13, 2003, at 08:39  PM, Avram Aelony wrote:

Perhaps also it has something to do which case-sensitivity?

[aa:~] aelony% which head
/usr/bin/head
[aa:~] aelony% which HEAD
/sw/bin/HEAD
[aa:~] aelony%
-r-xr-xr-x1 root admin   14361 Sep 19 06:32 /sw/bin/HEAD*
-rwxr-xr-x1 aelony   staff   14436 Oct 13 18:50 /usr/bin/head*
Should I try replacing /sw/bin/HEAD with /usr/bin/head ? Or vice-versa?

thanks,
Avram


On Monday, October 13, 2003, at 07:02  PM, Alexander K. Hansen wrote:

Oops.  You did have the right one there (now you have a spare!).  
However,
the error message does look the same.  It must be somewhere else in 
your
PATH.  What does "which head" give you?

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
 
-Original Message-----
From: Avram Aelony [mailto:[EMAIL PROTECTED]
Sent: Monday, October 13, 2003 9:56 PM
To: Alexander K. Hansen
Cc: [EMAIL PROTECTED]
Subject: Re: [Fink-users] fink install pdfslide fails
Ah.. but I clicked on the link http://perso.wanadoo.fr/costabel/head
and  copied it to /usr/bin/head (after renaming the preexisting copy
to "head-fromperl") but so far it didn't ameliorate things.  In fact,
the 2 "heads" look identical...
Am I missing another head..? ( how punning, ouch!)
-rwxr-xr-x1 aelony   staff   14436 Oct 13 18:50 /usr/bin/head*
-r-xr-xr-x1 root wheel   14436 Sep 22 17:45
/usr/bin/head-fromperl*
thanks,
Avram


On Monday, October 13, 2003, at 06:35  PM, Alexander K. Hansen wrote:

That's the infamous HEAD vs head problem on HFS filesystems--there's 
a
Perl
module that wants to install /usr/bin/HEAD, and it overwrote your
/usr/bin/head:

http://fink.sourceforge.net/faq/comp-general.php#head

Martin Costabel has graciously posted (at least as of September 16 of
this
year) a copy of the correct /usr/bin/head at
http://perso.wanadoo.fr/costabel/head

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Avram
Aelony
Sent: Monday, October 13, 2003 9:11 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] fink install pdfslide fails
hi all,

Is there a problem with pdfslide installation from fink?
Issuing " fink install pdfslide" fails.
I am using Package manager version: 0.13.7 and Distribution version:
0.5.3.cvs
I have a preexisting latex installation (from fink:  TeX (Web2C 
7.4.5)
3.14159 ).
The log states "No compile needed" but perhaps it does after all?

Any insight is appreciated.

thanks,
Avram


Output prior to fail listed below:
-
sudo /sw/bin/fink  install pdfslide
Password:
Information about 1312 packages read in 2 seconds.
The following package will be installed or updated:
  pdfslide
rm -rf pdfslide-0.50-4
mkdir -p /sw/src/pdfslide-0.50-4
unzip -o /sw/src/pdfslide-0.50.zip
Archive:  /sw/src/pdfslide-0.50.zip
creating: pdfslide/
   inflating: pdfslide/mpgraph.pdf
   inflating: pdfslide/manual.tex
   inflating: pdfslide/demo.pdf
   inflating: pdfslide/d12.jpg
   inflating: pdfslide/slide.clo
   inflating: pdfslide/bg.jpg
   inflating: pdfslide/pdfslide.cfg
   inflating: pdfslide/pdfslide.sty
   inflating: pdfslide/meta.mp
   inflating: pdfslide/metablue.pdf
   inflating: pdfslide/metagray.pdf
   inflating: pdfslide/metagreen.pdf
   inflating: pdfslide/metalgray.pdf
   inflating: pdfslide/pause.sty
cp /sw/src/lppl.txt .
echo "No compile needed"
No compile needed
rm -rf /sw/src/root-pdfslide-0.50-4
mkdir -p /sw/src/root-pdfslide-0.50-4/sw
mkdir -p /sw/src/root-pdfslide-0.50-4/DEBIAN
mkdir -p /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
  mv ../lppl.txt /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
  head -18 pdfslide.sty >
/sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide/license.info
Unknown option: 18
Usage: head [-options] ...
 -muse method for the request (default is 'HEAD')
 -fmake request even if head believes method is 
illegal
 -b  Use the specified URL as base
 -t   Set timeout value
 -i  Set the If-Modified-Since header on the request
 -c  use this content-type for POST, PUT, CHECKIN
 -aUse text mode for content I/O
 -p  use this as a proxy
 -Pdon't load proxy settings from environment
 -Hsend this HTTP header (you can specify several)

 -uDisplay method and URL before any response
 -UDisplay request headers (implies -u)
 -sDisplay response status code
 -SDisplay response status chain
 -eDisplay response headers
 -dDo not display content
 -oProcess HTML content in various ways
 -vShow program version
   

Re: [Fink-users] fink install pdfslide fails

2003-10-13 Thread Avram Aelony
Perhaps also it has something to do which case-sensitivity?

[aa:~] aelony% which head
/usr/bin/head
[aa:~] aelony% which HEAD
/sw/bin/HEAD
[aa:~] aelony%
-r-xr-xr-x1 root admin   14361 Sep 19 06:32 /sw/bin/HEAD*
-rwxr-xr-x1 aelony   staff   14436 Oct 13 18:50 /usr/bin/head*
Should I try replacing /sw/bin/HEAD with /usr/bin/head ? Or vice-versa?

thanks,
Avram


On Monday, October 13, 2003, at 07:02  PM, Alexander K. Hansen wrote:

Oops.  You did have the right one there (now you have a spare!).  
However,
the error message does look the same.  It must be somewhere else in 
your
PATH.  What does "which head" give you?

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
 
-Original Message-----
From: Avram Aelony [mailto:[EMAIL PROTECTED]
Sent: Monday, October 13, 2003 9:56 PM
To: Alexander K. Hansen
Cc: [EMAIL PROTECTED]
Subject: Re: [Fink-users] fink install pdfslide fails
Ah.. but I clicked on the link http://perso.wanadoo.fr/costabel/head
and  copied it to /usr/bin/head (after renaming the preexisting copy
to "head-fromperl") but so far it didn't ameliorate things.  In fact,
the 2 "heads" look identical...
Am I missing another head..? ( how punning, ouch!)
-rwxr-xr-x1 aelony   staff   14436 Oct 13 18:50 /usr/bin/head*
-r-xr-xr-x1 root wheel   14436 Sep 22 17:45
/usr/bin/head-fromperl*
thanks,
Avram


On Monday, October 13, 2003, at 06:35  PM, Alexander K. Hansen wrote:

That's the infamous HEAD vs head problem on HFS filesystems--there's a
Perl
module that wants to install /usr/bin/HEAD, and it overwrote your
/usr/bin/head:
http://fink.sourceforge.net/faq/comp-general.php#head

Martin Costabel has graciously posted (at least as of September 16 of
this
year) a copy of the correct /usr/bin/head at
http://perso.wanadoo.fr/costabel/head

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Avram
Aelony
Sent: Monday, October 13, 2003 9:11 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] fink install pdfslide fails
hi all,

Is there a problem with pdfslide installation from fink?
Issuing " fink install pdfslide" fails.
I am using Package manager version: 0.13.7 and Distribution version:
0.5.3.cvs
I have a preexisting latex installation (from fink:  TeX (Web2C 7.4.5)
3.14159 ).
The log states "No compile needed" but perhaps it does after all?
Any insight is appreciated.

thanks,
Avram


Output prior to fail listed below:
-
sudo /sw/bin/fink  install pdfslide
Password:
Information about 1312 packages read in 2 seconds.
The following package will be installed or updated:
  pdfslide
rm -rf pdfslide-0.50-4
mkdir -p /sw/src/pdfslide-0.50-4
unzip -o /sw/src/pdfslide-0.50.zip
Archive:  /sw/src/pdfslide-0.50.zip
creating: pdfslide/
   inflating: pdfslide/mpgraph.pdf
   inflating: pdfslide/manual.tex
   inflating: pdfslide/demo.pdf
   inflating: pdfslide/d12.jpg
   inflating: pdfslide/slide.clo
   inflating: pdfslide/bg.jpg
   inflating: pdfslide/pdfslide.cfg
   inflating: pdfslide/pdfslide.sty
   inflating: pdfslide/meta.mp
   inflating: pdfslide/metablue.pdf
   inflating: pdfslide/metagray.pdf
   inflating: pdfslide/metagreen.pdf
   inflating: pdfslide/metalgray.pdf
   inflating: pdfslide/pause.sty
cp /sw/src/lppl.txt .
echo "No compile needed"
No compile needed
rm -rf /sw/src/root-pdfslide-0.50-4
mkdir -p /sw/src/root-pdfslide-0.50-4/sw
mkdir -p /sw/src/root-pdfslide-0.50-4/DEBIAN
mkdir -p /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
  mv ../lppl.txt /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
  head -18 pdfslide.sty >
/sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide/license.info
Unknown option: 18
Usage: head [-options] ...
 -muse method for the request (default is 'HEAD')
 -fmake request even if head believes method is 
illegal
 -b  Use the specified URL as base
 -t   Set timeout value
 -i  Set the If-Modified-Since header on the request
 -c  use this content-type for POST, PUT, CHECKIN
 -aUse text mode for content I/O
 -p  use this as a proxy
 -Pdon't load proxy settings from environment
 -Hsend this HTTP header (you can specify several)

 -uDisplay method and URL before any response
 -UDisplay request headers (implies -u)
 -sDisplay response status code
 -SDisplay response status chain
 -eDisplay response headers
 -dDo not display content
 -oProcess HTML content in various ways
 -vShow program version
 -hPrint this message
 -xExtra debugging output
### execution of  failed, exit code 255
Failed: installing pdfslide

Re: [Fink-users] fink install pdfslide fails

2003-10-13 Thread Avram Aelony
Ah.. but I clicked on the link http://perso.wanadoo.fr/costabel/head  
and  copied it to /usr/bin/head (after renaming the preexisting copy  
to "head-fromperl") but so far it didn't ameliorate things.  In fact, 
the 2 "heads" look identical...
Am I missing another head..? ( how punning, ouch!)

-rwxr-xr-x1 aelony   staff   14436 Oct 13 18:50 /usr/bin/head*
-r-xr-xr-x1 root wheel   14436 Sep 22 17:45 
/usr/bin/head-fromperl*

thanks,
Avram


On Monday, October 13, 2003, at 06:35  PM, Alexander K. Hansen wrote:

That's the infamous HEAD vs head problem on HFS filesystems--there's a 
Perl
module that wants to install /usr/bin/HEAD, and it overwrote your
/usr/bin/head:

http://fink.sourceforge.net/faq/comp-general.php#head

Martin Costabel has graciously posted (at least as of September 16 of 
this
year) a copy of the correct /usr/bin/head at

http://perso.wanadoo.fr/costabel/head

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Avram 
Aelony
Sent: Monday, October 13, 2003 9:11 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] fink install pdfslide fails

hi all,

Is there a problem with pdfslide installation from fink?
Issuing " fink install pdfslide" fails.
I am using Package manager version: 0.13.7 and Distribution version:
0.5.3.cvs
I have a preexisting latex installation (from fink:  TeX (Web2C 7.4.5)
3.14159 ).
The log states "No compile needed" but perhaps it does after all?
Any insight is appreciated.

thanks,
Avram


Output prior to fail listed below:
-
sudo /sw/bin/fink  install pdfslide
Password:
Information about 1312 packages read in 2 seconds.
The following package will be installed or updated:
  pdfslide
rm -rf pdfslide-0.50-4
mkdir -p /sw/src/pdfslide-0.50-4
unzip -o /sw/src/pdfslide-0.50.zip
Archive:  /sw/src/pdfslide-0.50.zip
creating: pdfslide/
   inflating: pdfslide/mpgraph.pdf
   inflating: pdfslide/manual.tex
   inflating: pdfslide/demo.pdf
   inflating: pdfslide/d12.jpg
   inflating: pdfslide/slide.clo
   inflating: pdfslide/bg.jpg
   inflating: pdfslide/pdfslide.cfg
   inflating: pdfslide/pdfslide.sty
   inflating: pdfslide/meta.mp
   inflating: pdfslide/metablue.pdf
   inflating: pdfslide/metagray.pdf
   inflating: pdfslide/metagreen.pdf
   inflating: pdfslide/metalgray.pdf
   inflating: pdfslide/pause.sty
cp /sw/src/lppl.txt .
echo "No compile needed"
No compile needed
rm -rf /sw/src/root-pdfslide-0.50-4
mkdir -p /sw/src/root-pdfslide-0.50-4/sw
mkdir -p /sw/src/root-pdfslide-0.50-4/DEBIAN
mkdir -p /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
  mv ../lppl.txt /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
  head -18 pdfslide.sty >
/sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide/license.info
Unknown option: 18
Usage: head [-options] ...
 -muse method for the request (default is 'HEAD')
 -fmake request even if head believes method is illegal
 -b  Use the specified URL as base
 -t   Set timeout value
 -i  Set the If-Modified-Since header on the request
 -c  use this content-type for POST, PUT, CHECKIN
 -aUse text mode for content I/O
 -p  use this as a proxy
 -Pdon't load proxy settings from environment
 -Hsend this HTTP header (you can specify several)
 -uDisplay method and URL before any response
 -UDisplay request headers (implies -u)
 -sDisplay response status code
 -SDisplay response status chain
 -eDisplay response headers
 -dDo not display content
 -oProcess HTML content in various ways
 -vShow program version
 -hPrint this message
 -xExtra debugging output
### execution of  failed, exit code 255
Failed: installing pdfslide-0.50-4 failed


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink install pdfslide fails

2003-10-13 Thread Avram Aelony
hi all,

Is there a problem with pdfslide installation from fink?
Issuing " fink install pdfslide" fails.
I am using Package manager version: 0.13.7 and Distribution version: 
0.5.3.cvs
I have a preexisting latex installation (from fink:  TeX (Web2C 7.4.5) 
3.14159 ).
The log states "No compile needed" but perhaps it does after all?

Any insight is appreciated.

thanks,
Avram


Output prior to fail listed below:
-
sudo /sw/bin/fink  install pdfslide
Password:
Information about 1312 packages read in 2 seconds.
The following package will be installed or updated:
 pdfslide
rm -rf pdfslide-0.50-4
mkdir -p /sw/src/pdfslide-0.50-4
unzip -o /sw/src/pdfslide-0.50.zip
Archive:  /sw/src/pdfslide-0.50.zip
   creating: pdfslide/
  inflating: pdfslide/mpgraph.pdf
  inflating: pdfslide/manual.tex
  inflating: pdfslide/demo.pdf
  inflating: pdfslide/d12.jpg
  inflating: pdfslide/slide.clo
  inflating: pdfslide/bg.jpg
  inflating: pdfslide/pdfslide.cfg
  inflating: pdfslide/pdfslide.sty
  inflating: pdfslide/meta.mp
  inflating: pdfslide/metablue.pdf
  inflating: pdfslide/metagray.pdf
  inflating: pdfslide/metagreen.pdf
  inflating: pdfslide/metalgray.pdf
  inflating: pdfslide/pause.sty
cp /sw/src/lppl.txt .
echo "No compile needed"
No compile needed
rm -rf /sw/src/root-pdfslide-0.50-4
mkdir -p /sw/src/root-pdfslide-0.50-4/sw
mkdir -p /sw/src/root-pdfslide-0.50-4/DEBIAN
mkdir -p /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
 mv ../lppl.txt /sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide
 head -18 pdfslide.sty > 
/sw/src/root-pdfslide-0.50-4/sw/share/doc/pdfslide/license.info
Unknown option: 18
Usage: head [-options] ...
-muse method for the request (default is 'HEAD')
-fmake request even if head believes method is illegal
-b  Use the specified URL as base
-t   Set timeout value
-i  Set the If-Modified-Since header on the request
-c  use this content-type for POST, PUT, CHECKIN
-aUse text mode for content I/O
-p  use this as a proxy
-Pdon't load proxy settings from environment
-Hsend this HTTP header (you can specify several)

-uDisplay method and URL before any response
-UDisplay request headers (implies -u)
-sDisplay response status code
-SDisplay response status chain
-eDisplay response headers
-dDo not display content
-oProcess HTML content in various ways
-vShow program version
-hPrint this message
-xExtra debugging output
### execution of  failed, exit code 255
Failed: installing pdfslide-0.50-4 failed


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate-cvs fails

2003-10-08 Thread Avram Aelony

hi,

I actually had looked at the FAQ prior to posting.   This is what I see.

% fink selfupdate-cvs
sudo /sw/bin/fink  selfupdate-cvs
Password:

I will now run the cvs command to retrieve the latest package descriptions.
The 'su' command will be used to run the cvs command as the user 'aelony'.
After that, the core packages will be updated right away; you should then
update the other packages using commands like 'fink update-all'.

su aelony -c 'cvs  -z3 update -d -P'
10.1/ CVS/  debs/ override
10.2/ ChangeLog dists@stamp-cvs-live
10.2-gcc3.3/  READMEinject.pl*stamp-rel-0.3.0
10.3/ VERSION   old/  stamp-rel-0.3.2a
cvs [update aborted]: end of file from server (consult above messages if any)
### execution of su failed, exit code 1
Failed: Updating using CVS failed. Check the error messages above.

There are *no* other above messages by the way..
If the case is that 
"then it's likely that the cvs servers are overloaded and you have to try the update later." 
...as the FAQ states... I will try that.
However I don't suspect that to be the problem.

-A




On Wednesday, October 8, 2003, at 01:47  PM, Jerry Talkington wrote:

Please check the FAQ:
http://fink.sourceforge.net/faq/faq.html#usage-fink.cvs-busy

On Wed, Oct 08, 2003 at 09:37:10PM +0100, andy law (RI) wrote:
I hate to do this, but 'me too!'

Later,

Andy

-Original Message-
From: Avram Aelony [mailto:[EMAIL PROTECTED]
Sent: 08 October 2003 21:07
To: [EMAIL PROTECTED]
Subject: [Fink-users] selfupdate-cvs fails





I am running 10.2.8 and have installed Apple's update for 10.2.8. I tried running fink selfupdate-cvs and it just hung taking up lots of memory in the process. After waiting some time, I killed it, and I ran fink install cvs, which ran to completion and seems to work fine. 
I now tried fink selfupdate-cvs which still fails. 


It claims the following... 
"cvs [update aborted]: end of file from server (consult above messages if any) 
### execution of su failed, exit code 1 
Failed: Updating using CVS failed. Check the error messages above." 

-- 
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9D5B8762


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] selfupdate-cvs fails

2003-10-08 Thread Avram Aelony

I am running 10.2.8 and have installed Apple's update for 10.2.8.  I tried running fink selfupdate-cvs and it just hung taking up lots of memory in the process.  After waiting some time, I killed it, and I ran fink install cvs, which ran to completion and seems to work fine.
I now tried fink selfupdate-cvs which still fails.

It claims the following... 
"cvs [update aborted]: end of file from server (consult above messages if any)
### execution of su failed, exit code 1
Failed: Updating using CVS failed. Check the error messages above."

Any ideas are welcome.

thanks,

Avram


Re: [Fink-users] lilypond-1.6.10-2

2003-09-15 Thread Avram Aelony
On Monday, September 15, 2003, at 01:32  PM, Alexander K. Hansen wrote:

I don't think you'd need to switch your teTeX installation.  Do you 
have
fmtutil.cnf on your system anywhere?
I do...
> locate fmtutil.cnf
/usr/local/teTeX/man/man5/fmtutil.cnf.5
/usr/local/teTeX/share/texmf/web2c/fmtutil.cnf
/usr/local/teTeX/share/texmf.local/web2c/fmtutil.cnf
> ls -l /usr/local/teTeX/share/texmf/web2c/fmtutil.cnf 
/usr/local/teTeX/share/texmf.local/web2c/fmtutil.cnf
-rw-r--r--  1 root  admin  3146 Nov  7  2002 
/usr/local/teTeX/share/texmf.local/web2c/fmtutil.cnf
-rw-r--r--  1 1340  1340   3146 Sep  1  2002 
/usr/local/teTeX/share/texmf/web2c/fmtutil.cnf

-Avram



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] lilypond-1.6.10-2

2003-09-15 Thread Avram Aelony
fmtutil.cnf is supposed to be installed by tetex-base.  Try 
reinstalling that.

> which latex
/usr/local/teTeX/bin/powerpc-apple-darwin-current/latex
> ls -l /usr/local/teTeX/bin/powerpc-apple-darwin-current
lrwxrwxr-x  1 root  admin  23 Nov  7  2002 
/usr/local/teTeX/bin/powerpc-apple-darwin-current@ -> 
powerpc-apple-darwin5.5

I previously had lilypond working using the placeholder system-tetex 
20010808-10, not tetex-base.   Does your advice to install tetex-base 
still hold?  Is it really necessary to obviate system-tetex and install 
tetex-base?I guess this is a general question as well, when an app 
is available for installation both as a fink package and a non-fink 
tarball (another example would be mysql at mysql.com), should we prefer 
the fink version?  If so, what are the steps to ensure that two 
installations of the same program don't coexist, rm or something more 
involved...?

thanks ,

Avram



On Monday, September 15, 2003, at 03:32  AM, Alexander Hansen wrote:

On Monday, September 15, 2003, at 04:30 AM, Avram Aelony wrote:

hi,

At one point in the past I successfully used fink to install lilypond 
1.6.7-2.
Now, in an attempt to make all fink packages current, I have tried 
using fink selfupdate-cvs and fink update-all which gives me trouble 
compiling lilypond 1.6.10-2.

excerpts and details just prior to crash...





touch ./out/dummy.dep
mf "\mode:=laserjet; nonstopmode; input feta11.mf;"
This is METAFONT, Version 2.7182 (Web2C 7.3.7x)
kpathsea: Running mktexfmt  mf.base
fmtutil: config file `fmtutil.cnf' not found.
I can't find the base file `mf.base'!
gnumake[1]: *** [out/feta11.tfm] Error 1
gnumake: *** [all] Error 2
### execution of ulimit failed, exit code 2
Failed: compiling lilypond-1.6.10-2 failed
I also tried subsequently to use the Fink Commander which gleaned the 
following:
--
Package manager version: 0.13.6
Distribution version: 0.5.3.cvs
Mac OS X version: 10.2.6
July 2002 Developer Tools or later
gcc version: 3.1
Unable to determine make version
Feedback Courtesy of FinkCommander

(GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin6.0)
So, there seems to be something wrong related to METAFONT, 
fmtutil.cnf, or mf.base, I guess???  Any thoughts or hints on a 
remedy appreciated,

thanks,

Avram
fmtutil.cnf is supposed to be installed by tetex-base.  Try 
reinstalling that.

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] lilypond-1.6.10-2

2003-09-15 Thread Avram Aelony

hi,

At one point in the past I successfully used fink to install lilypond 1.6.7-2. 
Now, in an attempt to make all fink packages current, I have tried using fink selfupdate-cvs and fink update-all which gives me trouble compiling lilypond 1.6.10-2.


excerpts and details just prior to crash...
generating man page from out/lilypond --help
/usr/bin/perl /sw/src/lilypond-1.6.10-2/lilypond-1.6.10/buildscripts/out/help2man out/lilypond > out/lilypond.1
gnumake PACKAGE=LILYPOND package=lilypond -C include man && true
/sw/src/lilypond-1.6.10-2/lilypond-1.6.10/stepmake/stepmake/generic-targets.make:133: out/dummy.dep: No such file or directory
mkdir -p ./out
touch ./out/dummy.dep
true
gnumake PACKAGE=LILYPOND package=lilypond -C include all && true
true
rm out/lexer.cc out/parser.cc
/sw/src/lilypond-1.6.10-2/lilypond-1.6.10/stepmake/stepmake/generic-targets.make:133: out/dummy.dep: No such file or directory
mkdir -p ./out
touch ./out/dummy.dep
mf "\mode:=laserjet; nonstopmode; input feta11.mf;"
This is METAFONT, Version 2.7182 (Web2C 7.3.7x)
kpathsea: Running mktexfmt  mf.base
fmtutil: config file `fmtutil.cnf' not found.
I can't find the base file `mf.base'!
gnumake[1]: *** [out/feta11.tfm] Error 1
gnumake: *** [all] Error 2
### execution of ulimit failed, exit code 2
Failed: compiling lilypond-1.6.10-2 failed

I also tried subsequently to use the Fink Commander which gleaned the following:
--
Package manager version: 0.13.6
Distribution version: 0.5.3.cvs
Mac OS X version: 10.2.6
July 2002 Developer Tools or later
gcc version: 3.1
Unable to determine make version
Feedback Courtesy of FinkCommander

(GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin6.0)

So, there seems to be something wrong related to METAFONT, fmtutil.cnf, or mf.base, I guess???  Any thoughts or hints on a remedy appreciated, 

thanks,

Avram




[Fink-users] fink install gimp

2003-06-13 Thread Avram Aelony
hi,

I've tried on repeated occasions to install gimp via fink using jaguar  
10.2.6.  Each time it has failed, any suggestions or hints?  thank-you,  
  -Avram

Here is a typical session:

[aa:stuff/] aelony% fink --version
Package manager version: 0.12.1
Distribution version: 0.5.2.cvs
[aa:stuff/] aelony% fink install gimp
sudo /sw/bin/fink  install gimp
Information about 1203 packages read in 1 seconds.
fink needs help picking an alternative to satisfy a virtual dependency.  
The
candidates:

(1)  giflib: GIF image format handling library, LZW-enabled version
(2)  libungif: GIF image format handling library, LZW-free version
Pick one: [1]
The following package will be installed or updated:
 gimp
The following 41 additional packages will be installed:
 aalib aalib-bin aalib-shlibs audiofile audiofile-bin audiofile-shlibs
 docbook-dsssl-nwalsh docbook-dtd esound esound-bin esound-common
 esound-shlibs giflib giflib-bin giflib-shlibs gimp-shlibs gnome-libs
 gnome-libs-dev gnome-libs-shlibs gtk-doc imlib imlib-shlibs libjpeg
 libjpeg-bin libjpeg-shlibs libmpeg libmpeg-shlibs libtiff libtiff-bin
 libtiff-shlibs netpbm netpbm-bin netpbm-shlibs netpbm10-shlibs openjade
 opensp3 opensp3-shlibs orbit orbit-dev orbit-shlibs  
sgml-entities-iso8879
Do you want to continue? [Y/n]
curl -f -L -O ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.3/gimp-1.2.3.tar.bz2
curl: (9) Couldn't change to directory pub/gimp/v1.2/v1.2.3
### execution of curl failed, exit code 9
Downloading the file "gimp-1.2.3.tar.bz2" failed.

(1)  Give up
(2)  Retry the same mirror
(3)  Retry another mirror from your country
(4)  Retry another mirror
How do you want to proceed? [3]
curl -f -L -O  
ftp://froody.res.cmu.edu/pub/gimp/gimp/v1.2/v1.2.3/gimp-1.2.3.tar.bz2
curl: (6) Couldn't resolve host 'froody.res.cmu.edu'
### execution of curl failed, exit code 6
Downloading the file "gimp-1.2.3.tar.bz2" failed.

(1)  Give up
(2)  Retry the same mirror
(3)  Retry another mirror from your country
(4)  Retry another mirror
How do you want to proceed? [3]
curl -f -L -O  
ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/v1.2/v1.2.3/gimp- 
1.2.3.tar.bz2
curl: (10) the username and/or the password are incorrect
### execution of curl failed, exit code 10
Downloading the file "gimp-1.2.3.tar.bz2" failed.

(1)  Give up
(2)  Retry the same mirror
(3)  Retry another mirror from your country
(4)  Retry another mirror
How do you want to proceed? [4]
curl -f -L -O  
http://ring.nacsis.ac.jp/pub/graphics/gimp/gimp/v1.2/v1.2.3/gimp- 
1.2.3.tar.bz2
curl: (6) Couldn't resolve host 'ring.nacsis.ac.jp'
### execution of curl failed, exit code 6
Downloading the file "gimp-1.2.3.tar.bz2" failed.

(1)  Give up
(2)  Retry the same mirror
(3)  Retry another mirror from your country
(4)  Retry another mirror
How do you want to proceed? [4]
curl -f -L -O  
ftp://ring.aist.go.jp/pub/graphics/gimp/gimp/v1.2/v1.2.3/gimp- 
1.2.3.tar.bz2
curl: (9) Couldn't change to directory  
pub/graphics/gimp/gimp/v1.2/v1.2.3
### execution of curl failed, exit code 9
Downloading the file "gimp-1.2.3.tar.bz2" failed.

(1)  Give up
(2)  Retry the same mirror
(3)  Retry another mirror from your country
(4)  Retry another mirror
How do you want to proceed? [1]
Failed: file download failed for gimp-1.2.3.tar.bz2 of package  
gimp-1.2.3-11



---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users