[Fink-users] Other LaTeX Packages

2004-11-24 Thread Dan Sommers
Hi,

First, thank you Dave Morrison for maintaining teTeX on fink.

Now my question:  what is the preferred place to put packages I download
from CTAN myself?

On my Jaguar box, I found these:

/sw/etc/texmf.local
/sw/share/texmf
/sw/share/texmf-local (a link to /sw/etc/texmf.local)
/sw/var/lib/texmf

I could create my own private area under $HOME (since I'm the only one
using this box), or even under /Users/Shared, too.

Thanks,
Dan

-- 
Dan SommersAtoms are not things.
This sentence is false.  --Werner Heisenberg
mailto:[EMAIL PROTECTED]  Intercourse the penguin.
http://www.tombstonezero.net/dan/   --Monty Python's Flying Circus


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Other LaTeX Packages

2004-11-24 Thread Richard Cobbe
On Wed, Nov 24, 2004 at 07:31:22AM -0500, Dan Sommers wrote:
 Hi,
 
 First, thank you Dave Morrison for maintaining teTeX on fink.
 
 Now my question:  what is the preferred place to put packages I download
 from CTAN myself?
 
 On my Jaguar box, I found these:
 
 /sw/etc/texmf.local
 /sw/share/texmf
 /sw/share/texmf-local (a link to /sw/etc/texmf.local)
 /sw/var/lib/texmf
 
 I could create my own private area under $HOME (since I'm the only one
 using this box), or even under /Users/Shared, too.

Fink's tetex installation is configured to look for packages in two
places besides the original installation tree: /sw/share/texmf-local for
system-wide installation and $HOME/Library/texmf for single-user-only
installation.  (See the settings for TEXMFLOCAL and HOMETEXMF in
/sw/share/texmf/web2c/texmf.cnf for the actual configuration options.)

TeTex expects a particular directory structure under these two
locations; this parallels the structure that you can find in
/sw/share/texmf.  Bits of it are documented in the UK tex FAQ, available
at http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes; some of
the rest can be found in the TeTex documentation installed on your
system.

Wherever you put it, remember to run texconfig rehash after the
installation; you may need to do that as root.

Richard



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] netcdf

2004-11-24 Thread Christine Delire
I am trying to install netcdf using fink on a PowerPC G5 DP and I am 
new to fink.

The compilation of f2c (I guess) failed with this message:
cc -O2 -fno-common -DNO_FPINIT arithchk.c -lm ||\
 cc -DNO_LONG_LONG -O2 -fno-common -DNO_FPINIT arithchk.c -lm
ld: can't locate file for: -lcrt1.o
ld: can't locate file for: -lcrt1.o
make: *** [arith.h] Error 1
cc -O2 -fno-common -o xsum xsum.c
xsum.c:29: warning: could not use precompiled header 
'/usr/include/unistd-gcc3.p
', because:
xsum.c:29: warning: #ifdef '_POSIX_SOURCE' not defined when 
precompiled, but now
 defined:
xsum.c:29: warning:   at xsum.c:23
ld: can't locate file for: -lcrt1.o
make: *** [xsum] Error 1
### execution of (cd failed, exit code 2
Failed: compiling f2c-20030428-1 failed

I searched the mailing list archive without succes.
My system info:
 PPC G5 DP
 OS X 10.3.6
 XCode 1.5
 gcc --version
 gcc (GCC) 3.1 20020420 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
 uname -a
 Darwin delire79.isem.univ-montp2.fr 7.6.0 Darwin Kernel Version 7.6.0: 
Sun Oct 10 12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC  
Power Macintosh powerpc

 fink --version
 Package manager version: 0.21.3
 Distribution version: 0.7.1.rsync
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Saving state on a machine

2004-11-24 Thread Jouni K Seppanen
Hanspeter Spalinger [EMAIL PROTECTED] writes:

 I think something like a list with all installed Software, which i
 can restore by telling Fink, that it schould try to install all
 items on the list. [...]
 Of course I can run a script, installing a bunch of
 files (via the terminal and the apt-get command) but how can I create
 such a list/script? 

dpkg --get-selections gives you such a list, which you can feed to
dpkg --set-selections, and then apt-get dselect-upgrade should
install the packages. I don't know how this interacts with Fink,
though; if you need to build some packages yourself, apt-get will of
course not do it.

-- 
Jouni K Seppänen



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Mouse Freezes Sporadically in KDE

2004-11-24 Thread D . Evan Kiefer
I previously reported that the mouse freezes sporadically in KDE.
I've since discovered that it's caused by the eSound daemon. The 
freezing doesn't occur when leaving sound enabled with auto-detect on.  
Specifically selecting eSound almost immediately causes a freeze. 
Auto-detect doesn't work though. I get a Information Arts Message 
during startup saying 'Error initializing the sound driver, couldn't 
auto detect which audio I/O method to use.'

I tried rebuilding eSound but that didn't help.
Evan

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Saving state on a machine

2004-11-24 Thread Vincent . McIntyre
 Cause in the last some months I was forced to re-install my system some
 times, it comes the question if it is possible to save the current
 state of Fink. I think something like a list with all installed
 Software, which i can restore by telling Fink, that it schould try to
 install all items on the list. This would also be helpfull if you have
From an xterm/Terminal, you can do this
  bash$ dpkg --get-selections fink.selections
this gives a list of packages and whether you want them to be installed
or uninstalled.

To restore state, I'm not 100% sure. Maybe this:
  bash$ dpkg --set-selections  fink.selections
  bash$ sudo dselect select
  (type space to get out of the help, then Q to exit)
  bash$ sudo dselect install

 a lot of macs, and want to synchronize it. I can't figure out a way to
 do this, from the documentation provided on your web site. Of course I
 can run a script, installing a bunch of files (via the terminal and the
 apt-get command) but how can I create such a list/script? I have to
 say, that i'm not so familiar with the terminal use of fink, I mainly
 use FinkCommander.

 Greetings HP





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Other LaTeX Packages

2004-11-24 Thread Dan Sommers
On Wed, 24 Nov 2004 09:08:05 -0500,
Richard Cobbe [EMAIL PROTECTED] wrote:

 Fink's tetex installation is configured to look for packages in two
 places besides the original installation tree: /sw/share/texmf-local
 for system-wide installation and $HOME/Library/texmf for
 single-user-only installation.  (See the settings for TEXMFLOCAL and
 HOMETEXMF in /sw/share/texmf/web2c/texmf.cnf for the actual
 configuration options.)

I was *so* close to finding that.  ;-)

 TeTex expects a particular directory structure under these two
 locations; this parallels the structure that you can find in
 /sw/share/texmf.  Bits of it are documented in the UK tex FAQ,
 available at
 http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes; some of
 the rest can be found in the TeTex documentation installed on your
 system.

Yep:  the whole TDS thing about which I've read so much.  A related part
of that FAQ is in one my web browser windows now.

Thank you!

Dan

-- 
Dan SommersAtoms are not things.
This sentence is false.  --Werner Heisenberg
mailto:[EMAIL PROTECTED]  Intercourse the penguin.
http://www.tombstonezero.net/dan/   --Monty Python's Flying Circus


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] netcdf

2004-11-24 Thread Martin Costabel
Christine Delire wrote:
[]
ld: can't locate file for: -lcrt1.o
[]
I searched the mailing list archive without succes.
It must have been on the mailing lists a couple of times, because there 
is even a FAQ entry about it: FAQ#6.12 I get messages saying that I'm 
missing stddef.h, wchar.h, or crt1.o. Where do I find them? at 
http://fink.sourceforge.net/faq/comp-general.php?#basic-headers

--
Martin

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] emacs (general?) problem

2004-11-24 Thread Martin Costabel
Ersatz Sophist wrote:
[]
[nb-minofaar:/Users/payam] master% sudo apt-get update
Err file: unstable/main Packages
  File not found
The FAQ recommends to run fink scanpackages in this case. Did you try 
this?

--
Martin


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] netcdf

2004-11-24 Thread Alexander K. Hansen
On Nov 24, 2004, at 9:09 AM, Christine Delire wrote:
I am trying to install netcdf using fink on a PowerPC G5 DP and I am 
new to fink.

The compilation of f2c (I guess) failed with this message:
cc -O2 -fno-common -DNO_FPINIT arithchk.c -lm ||\
 cc -DNO_LONG_LONG -O2 -fno-common -DNO_FPINIT arithchk.c -lm
ld: can't locate file for: -lcrt1.o
http://fink.sourceforge.net/faq/comp-general.php#basic-headers
--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] emacs (general?) problem

2004-11-24 Thread Alexander K. Hansen
On Nov 24, 2004, at 10:44 AM, Ersatz Sophist wrote:
Well, in trying to figure out what the hell is wrong with my fink 
distribution and why I can't install emacs, I managed to get to 
realize that emacsen-common was perhaps the problem. The error message 
suggested that I use apt-get update to restore the files that are 
missing, and this is the result I get from this command:

[nb-minofaar:/Users/payam] master% sudo apt-get update
Err file: unstable/main Packages
  File not found
snip
How seriously bad is my situation, and can it be remedied?
Not very:
http://fink.sourceforge.net/faq/usage-fink.php#packages-gz
Thank you very much.
--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] emacs (general?) problem

2004-11-24 Thread Ersatz Sophist
Well, allow me to send what I sent to Martin earlier. After executing  
scanpackages, installing emacsen-common generated the following error.  
I already got one recommendation on what to do, but if I may bother the  
list again.

The package 'emacsen-common' will be installed.
The following package will be installed or updated:
 emacsen-common
dpkg -i  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/editors/emacsen- 
common_1.4.15-1_darwin-powerpc.deb
(Reading database ... 58286 files and directories currently installed.)
Preparing to replace emacsen-common 1.4.15-1 (using  
.../emacsen-common_1.4.15-1_darwin-powerpc.deb) ...
/sw/var/lib/dpkg/info/emacsen-common.prerm: line 6:  
/sw/lib/emacsen-common/emacs-package-remove: No such file or directory
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
/sw/var/lib/dpkg/tmp.ci/prerm: line 6:  
/sw/lib/emacsen-common/emacs-package-remove: No such file or directory
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/editors/emacsen- 
common_1.4.15-1_darwin-powerpc.deb (--install):
 subprocess new pre-removal script returned error exit status 1
/sw/var/lib/dpkg/info/emacsen-common.postinst: line 45:  
/sw/lib/emacsen-common/emacs-package-install: No such file or directory
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/editors/emacsen- 
common_1.4.15-1_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package emacsen-common-1.4.15-1

Payam
--
...who search the reason of things
Are those who bring the most sorrow on themselves.
--Euripides, The Medea
On Nov 24, 2004, at 6:12 PM, Alexander K. Hansen wrote:
On Nov 24, 2004, at 10:44 AM, Ersatz Sophist wrote:
Well, in trying to figure out what the hell is wrong with my fink  
distribution and why I can't install emacs, I managed to get to  
realize that emacsen-common was perhaps the problem. The error  
message suggested that I use apt-get update to restore the files  
that are missing, and this is the result I get from this command:

[nb-minofaar:/Users/payam] master% sudo apt-get update
Err file: unstable/main Packages
  File not found
snip
How seriously bad is my situation, and can it be remedied?
Not very:
http://fink.sourceforge.net/faq/usage-fink.php#packages-gz
Thank you very much.
--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Apple November 2004 GCC Updater

2004-11-24 Thread Gary Elshaw
Could someone please host the GCC updater somewhere, no matter what i 
try i can't download it from the ADC site. I've contacted my isp and 
the folks at ADC, but until either behemoth moves i'm stuck.

Cheers,
Gary
The difficulty now is that unexceptional adults believe the loss of
youthful dreaming is itself growing up, as though adulthood were the
passive conclusion to a doomed activity and hope during adolescence.
 The Uses of Disorder
   Personal Identity and City Life
 -- Richard Sennett
OO
[_]|
  /|\
Gary Elshaw
Film and Media Studies Tutor
Victoria University
New Zealand
http://www.garyelshaw.com
http://elshaw.tripod.com/

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Saving state on a machine: Thanks

2004-11-24 Thread Hanspeter Spalinger
Am 23.11.2004 um 07:46 schrieb [EMAIL PROTECTED]:
[...]
  bash$ dpkg --get-selections fink.selections
this gives a list of packages and whether you want them to be installed
or uninstalled.
To restore state, I'm not 100% sure. Maybe this:
  bash$ dpkg --set-selections  fink.selections
  bash$ sudo dselect select
  (type space to get out of the help, then Q to exit)
  bash$ sudo dselect install
That works great! Thank you. I installed all my previously installed 
software yust by hitting enter.
No problems at all .
I wish other software would be as easy to reinstall and/or to maintain 
as fink-software.
Many thanks again to you fink-people.

HP


PGP.sig
Description: Signierter Teil der Nachricht