Re: [Fink-users] Still having problem with Postgresql-ssl.

2003-06-18 Thread Steve Wall
On Wednesday, June 18, 2003, at 04:38 PM, Benjamin Reed wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
James Gibbs wrote:
On Wednesday, June 18, 2003, at 09:35 AM, Benjamin Reed wrote:
The user name was changed in postgresql-7.3.2 to "postgres" instead 
of "pgsql" because a lot of tools expected the "root" postgresql 
user to be it, and I wanted to have it "correct" before putting 
postgresql into stable.  You might be able to go into 
/sw/var/postgresql/data/ and see if there's somewhere that it's 
looking for the default superuser.
Then shouldn't the passwd package be changed to reflect this?
It was.

My conjecture is that somewhere postgresql still "remembers" having 
been pgsql when the database was created, so it's getting pissed off 
that it's being started as "postgres" now.

I'm not sure about that, I haven't had a chance to test it to be 
certain.  But it should be repairable by re-creating the "pgsql" user 
and group, exporting the database, and re-importing it as postgres 
again, if that is the case.
Well, I was partly successful.  I recreated the pgsql user and group in 
NetInfo, chown'ed /sw/var/postgresql and all enclosed files/directories 
back to pgsql.pgsql, and was then able to launch postgresql.  So I 
dumped a fresh copy of my database tables and then dropped them.  I 
then shutdown postgresql and restored ownership to postgres.wheel.  But 
I'm still running into problems launching as user postgres.  The error 
report is now as follows:

[cube:~] steve_w% sudo -u postgres pg_ctl start -D 
/sw/var/postgresql/data
2003-06-18 23:06:41 LOG:  Could not set group of /tmp/.s.PGSQL.5432: 
Operation not permitted
/sw/bin/postmaster: cannot create UNIX stream port


Steve Wall



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] PostgreSQL doesn't startup after updating.

2003-06-16 Thread Steve Wall
On Monday, June 16, 2003, at 01:11 PM, Benjamin Reed wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrea Riciputi wrote:

On Monday, Jun 16, 2003, at 17:08 Europe/Rome, Benjamin Reed wrote:
what does "fink list -i postgresql" print?  It works for me.
Here it is my result:
[ibook:~/Installs] andrea% fink list -i postgresql
Information about 2603 packages read in 2 seconds.
 i   postgresql-ssl-pytho  7.3.2-7  PostgreSQL Python tools 
(with SSL)
 i   postgresql73-ssl  7.3.2-7  PostgreSQL open-source 
database (with SSL)
 i   postgresql73-ssl-dev  7.3.2-7  PostgreSQL development 
headers and libraries (with SSL)
 i   postgresql73-ssl-shl  7.3.2-7  PostgreSQL shared 
libraries (with SSL)
Ahh, ok, I was assuming you'd updated to the latest version. 7.3.3-3 
is the newest postgresql, and should resolve all of these issues.  Try 
a "fink selfupdate-cvs" followed by "fink install postgresql-ssl" and 
it should be OK.
I'm having the same problem as Andrea, so I did a "fink selfupdate-cvs" 
and a "fink update postgresql-ssl" (not an "install", did you really 
mean "install" instead of "update"?).  It still won't start postgresql, 
either from command line using pg_ctl or postmaster, or on restart 
using a daemonic start script.  My fink list -i postgresql is as 
follows:

[cube:~] steve_w% fink list -i postgresql
Information about 2655 packages read in 3 seconds.
 i   postgresql-ssl 7.3.3-3  PostgreSQL 
open-source database (with SSL)
 i   postgresql-ssl-dev 7.3.2-6  PostgreSQL 
development headers and libraries (with SSL)
(i)  postgresql-ssl-python  7.3.3-3  PostgreSQL Python 
support (with SSL)
 i   postgresql-ssl-shlibs  7.3.2-6  PostgreSQL shared 
libraries (with SSL)
 i   postgresql73-ssl-shlibs7.3.3-3  PostgreSQL shared 
libraries (with SSL)
When I try to launch from the command line I get the response:

[cube:~] steve_w% sudo -u postgres postmaster -D 
/sw/var/postgresql/data
Password:
2003-06-16 23:32:00 LOG:  No such group as 'pgsql'
postmaster: cannot create UNIX stream port
Steve Wall



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Compiling Gimp Plug-ins ("refocus" specifically).

2003-05-31 Thread Steve Wall
On Wednesday, May 14, 2003, at 10:20 PM, Steve Wall wrote:

On Wednesday, May 14, 2003, at 03:39 PM, Alexander Strange wrote:

On Wednesday, May 14, 2003, at 07:54  AM, Steve Wall wrote:
gcc3 -DPACKAGE=\"refocus\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1  
-I. -I.  -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include 
-I/sw/include/atk-1.0 -I/sw/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include   -I/sw/include -I/sw/include/gtk-1.2 
-I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include 
-I ../lib-Wall -ansi -pedantic -ggdb -fomit-frame-pointer -O3 
-funroll-all-loops -c refocus.c

You'll have to edit the Makefiles and remove '-ansi -pedantic -ggdb'.
OK, that got me a little further.  Thanks for your help.  Now it's
putting up a new error later in the make cycle.  The new error is
as follows:
gcc3 -DPACKAGE=\"refocus\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1  -I. 
-I.  -fomit-frame-pointer -O3 -funroll-all-loops -c lsame.c
gcc3 -DPACKAGE=\"refocus\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1  -I. 
-I.  -fomit-frame-pointer -O3 -funroll-all-loops -c sfe.c
gcc3 -DPACKAGE=\"refocus\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1  -I. 
-I.  -fomit-frame-pointer -O3 -funroll-all-loops -c util.c
gcc3 -DPACKAGE=\"refocus\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1  -I. 
-I.  -fomit-frame-pointer -O3 -funroll-all-loops -c xerbla.c
rm -f liblapack.a
ar cru liblapack.a abort_.o dgesv.o dlaswp.o endfile.o idamax.o 
open.o sig_die.o wref.o close.o dgetf2.o dscal.o err.o ieeeck.o 
s_cmp.o s_stop.o wrtfmt.o dgemm.o dgetrf.o dswap.o fmt.o ilaenv.o 
s_copy.o wsfe.o dger.o dgetrs.o dtrsm.o fmtlib.o lsame.o sfe.o util.o 
xerbla.o
ranlib liblapack.a
rm -f libatlas.a
ar cru libatlas.a
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
make[2]: *** [libatlas.a] Error 1
make[1]: *** [../lib/liblapack.a] Error 2
make: *** [install-bin] Error 2
I got some help from the plug-in author and have overcome that problem. 
 But it
still won't compile.  Now it runs into problems as follows:

gcc3  -Wall -ansi -pedantic -g -fomit-frame-pointer -O3 
-funroll-all-loops  -o refocus  refocus.o conv.o gimppreview.o 
prevman.o util.o matrix.o tilebuf.o bdclosure.o fwlapack.o -L/sw/lib 
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm 
-lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -lintl -liconv   -lgimp -L../lib -llapack
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result 
in errors or different symbols being used
symbol _locale_charset used from dynamic library 
/sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic 
library /sw/lib/libintl.1.dylib(localcharset.lo)
symbol _FT_GlyphLoader_New used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Activate_Size used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Add64 used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Add_Module used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Alloc used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Atan2 used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Attach_File used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Attach_Stream used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_CeilFix used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) not from earlier dynamic 
library /sw/lib/libfreetype.6.dylib(ftbase.lo)
symbol _FT_Cos used from dynamic library 
/usr/X11R6/lib/libfreetype.6.dylib(ftbase.o) 

[Fink-users] Fixing Dependencies in a Large Update

2003-02-06 Thread Steve Wall
I'm trying to update my fink install and I'm having
trouble because of dependencies that I think are incorrect.

Here, for instance is a copy of a "fink update-all" session:


steve_w% fink update-all

sudo /sw/bin/fink  update-all
Password:
Information about 2109 packages read in 6 seconds.


fink needs help picking an alternative to satisfy a virtual 
dependency. The
candidates:

(1)  openslp-ssl-dev: Development files for %N
(2)  openslp-dev: Development files for OpenSLP

Pick one: [1] 2

fink needs help picking an alternative to satisfy a virtual 
dependency. The
candidates:

(1)  ghostscript: Interpreter for PostScript and PDF
(2)  ghostscript6: Interpreter for PostScript and PDF, v6.01 (used 
with teTeX)
(3)  system-ghostscript: Placeholder package for manually installed 
ghostscript
(4)  system-ghostscript6: Placeholder package for manually installed 
ghostscript

Pick one: [1] 3
The following 188 packages will be installed or updated:
 amor ark arts arts-dev atlantik autoconf25 bluefish bundle-kde 
cdda2wav db3
 db3-shlibs docbook-dtd egd flashkard gal19 gal19-shlibs giflib-bin 
glib2
 glib2-dev glib2-shlibs glibwww gnome-print gnome-print-dev
 gnome-print-shlibs gnumeric gnupg gtk-doc gtkhtml gtkhtml-dev 
gtkhtml-shlibs
 gv imlib imlib-shlibs intltool kalzium kaphorism karbon kasteroids 
katomic
 kbackgammon kbattleship kblackbox kbounce kcalc kcharselect kchart
 kcoloredit kde-extra-kfile-plugins kde-extra-screensavers 
kde-extra-sounds
 kde-extra-themes kde-extra-wallpapers kde-icons-ikons 
kde-icons-locolor
 kde-icons-slick kde-icons-technical kde-panel-eyes kde-panel-fifteen
 kde-panel-worldwatch kdeartwork3 kdebase3 kdebase3-dev kdeedu3
 kdeedu3-shlibs kdegames3 kdegames3-common kdegraphics3 kdelibs3 
kdelibs3-dev
 kdenetwork3 kdenetwork3-common kdenetwork3-misc kdepasswd kdessh 
kdetoys3
 kdeutils3 kdf kdvi kedit keduca kenolaba kfax kfloppy kformula 
kfouleggs
 kgeo kget khangman khexedit kiconedit kit kiten kivio kjots 
kjumpingcube
 klettres klickety klines kmahjongg kmail kmessedwords kmines kmoon 
kmplot
 knewsticker knode kodo koffice koffice-common kolf konquest kontour 
korn
 kpaint kpat kpercentage kpf kpoker kpovmodeler kpresenter krdc 
kregexpeditor
 kreversi krfb kruler ksame kshisen ksirc ksirtet ksmiletris ksnake 
ksnapshot
 ksokoban kspaceduel kspread kstars ktalk kteatime ktimer ktouch ktron
 ktuberling ktux kugar kuickshow kverbos kview kvoctrain kwikdisk 
kwin4 kword
 kworldclock kworldclock-maps kxmlrpcd libcapsinetwork 
libcapsinetwork-dev
 libpoll libpoll-shlibs libtool14 libtool14-shlibs libxine 
libxine-shlibs
 libxml2 libxml2-bin libxml2-shlibs libxslt libxslt-shlibs lisa lskat 
megami
 monopd mpg123 openjade opensp3 opensp3-shlibs openssl-dev 
openssl-shlibs
 pkgconfig python python22 python22-shlibs scrollkeeper texinfo xaw3d 
xfce
 xforms xforms-bin xforms-shlibs
The following 50 additional packages will be installed:
 arts-shlibs atk1 atk1-shlibs autoconf2.5 glibwww-shlibs gtk+2-dev
 gtk+2-shlibs kaddressbook kalarm kandy karm kde-icons-classic
 kde-kfile-image-plugins kdeartwork3-base kdebase3-shlibs kdeedu3-base
 kdegames3-base kdegraphics3-base kdelibs3-shlibs kdenetwork3-base 
kdepim3
 kdepim3-base kdepim3-common kdetoys3-base kdeutils3-base kghostview 
kmrml
 knotes koffice-base korganizer kpilot ksync kweather libpng 
openslp-dev
 openslp-shlibs pango1 pango1-dev pango1-shlibs pilot-link 
pilot-link-bin
 pilot-link-shlibs qt3-dev system-ghostscript xaw3d-shlibs
 xfree86-base-threaded xfree86-base-threaded-shlibs 
xfree86-rootless-threaded
 xfree86-rootless-threaded-shlibs xpdf
Do you want to continue? [Y/n] n
Failed: Dependencies not satisfied

OK, so my basic problem is this:  Something in that long list of
packages wants me to install xfree86-base+ in spite of the fact
that I have a current install of system-xfree86 (4.2-5) as a
placeholder for Apple's X11.  I don't want to step on X11 by
running a fink install of it and I'd like an easy way to
hunt down this (broken?) dependency and kill it but I can't
think of anything short of reading through 188 package .info files.

I've been gamely trying various incantations using find and grep
but I'm not really great at this and thought I'd ask for suggestions
from other users.

Thanks in advance,

Steve Wall



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Re: cdrecord -- anyone try with a Powerbook or external USB/Firewire?

2002-12-21 Thread Steve Wall

On Friday, December 20, 2002, at 08:07 PM, Brendan Lane Larson wrote:


I was just toying with cdrecord on my Powerbook (TiBook DVI edition). 
With cdrecord 1.11a40 (from the unstable tree), I can't seem to get 
cdrecord to recognize the built-in CD burner that Apple ships with the 
TiBook (which shows up as /dev/disk3 in disktool).

The document /sw/etc/default/cdrecord contains for convenience this 
line:

CDR_DEVICE = IOCompactDiscServices

But I've also tried to force it based on some of the examples provided 
by others here, such as:

cdrecord -v -speed 12 -eject dev=IOCompactDiscServices myisofile.iso

and the output that I receive is:

Cdrecord 1.11a40 (powerpc-apple-macosx6.2) Copyright (C) 1995-2002 
JĀ°Zrg Schilling
TOC Type: 1 = CD-ROM
scsidev: 'IOCompactDiskServices'
devname: 'IOCompactDiskServices'
scsibus: -2 target: -2 lun: -2
cdrecord: Undefined error: 0. No matching device 
IOCompactDiskServices found.. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you 
are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

and according to the man page, cdrecord -scanbus doesn't work on OS X, 
so I diddled around and tried a few combinations (such as dev=3,0) but 
no luck. Has anyone had success with a built-in CDRW?

If it's a combo drive try 'dev=IODVDServices'.

Steve Wall



---
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M   http://www.thinkgeek.com/sf/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Re: cdrecord -- anyone try with a Powerbook or external USB/Firewire?

2002-12-18 Thread Steve Wall

On Sunday, December 15, 2002, at 11:56 AM, Michael Green wrote:


Josh,

If this will be of any help, here are the lines I use to drive 
cdrecord and mkisofs with my external Firewire Yamaha burner:

to burn iso image:
cdrecord -v -speed 16 -eject dev=IOCompactDiscServices iso_file.iso

to overburn iso image (i.e. >700M):
cdrecord -v -overburn -dao -speed 16 -eject dev=IOCompactDiscServices 
iso_file.iso

to prepare Joliet compliant  iso image from a directory:
mkisofs -J -R -V "name of the CD" -o output_file.iso somedirectory/

I added an alias to my .cshrc to capture the basic command line
options, which reads as follows:
alias burn 'cdrecord dev=IOCompactDiscServices speed=12 -v'

With that alias burning as iso image is just 'burn somecd.iso'.
To burn an audio CD : 'burn -audio -pad somelistofrippedaudio(.aiff or 
.wav).

And I use exactly the same command options for mkisofs as Michael.

IMHO cdrecord/mkisofs is practically crying out for an Applescript
Studio based GUI front end.  Maybe if I get some time over the holidays
I'll take a crack at it.

Steve Wall



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Gnome-applets Won't Build under 10.2

2002-10-19 Thread Steve Wall
OK, that gave me just enough info to get it working.  While I had 
updated
my gnome-libs for 10.2 I hadn't yet updated gnome-libs-dev.  Updating 
this
first allowed gnome-applets to build successfully.

Steve Wall

On Friday, October 18, 2002, at 02:08 PM, Alexander Hansen wrote:

The missing file looks like it's supposed to be provided by gnome-libs:

[ldx3:~] hansen% dpkg -S libzvt
gnome-libs-shlibs: /sw/lib/libzvt.2.dylib
gnome-libs-dev: /sw/lib/libzvt.a
gnome-libs-dev: /sw/lib/libzvt.dylib
gnome-libs-dev: /sw/lib/libzvt.la
gnome-libs-shlibs: /sw/lib/libzvt.2.3.0.dylib

I tried to build gnome-libs myself to see if I could reproduce your 
problem,
but I'm having sed problems with libgtop for some reason.

On Friday 18 October 2002 02:34 pm, Steve Wall wrote:
I'm having trouble getting gnome-applets installed through

fink.  The error I get is as follows:

mkdir .libs
gcc -g -O2 -Wall -Wunused -o mini_commander_applet about.o
cmd_completion.o command_line.o exec.o message.o
mini-commander_applet.o help.o history.o macro.o preferences.o
terminal.o  -L/sw/lib -L/usr/X11R6/lib -lpanel_applet -lm -lm -lm 
-ldl
-lgnorba -lglib -lm -lglib -lm -lm -lORBitCosNaming -lORBit -lm 
-lIIOP
-lORBitutil -lgnomeui -laudiofile -lm -laudiofile -lm -lglib
-lgdk_imlib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm
-lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm
-lm -lart_lgpl -lm -lgmodule -lglib -ldl -lSM -lICE -lgmodule -lglib
-ldl -lXext -lX11 -lm -lintl -lgmodule -lglib -ldl -lXext -lX11 -lm
-lintl -ldl -ldl -lXext -lX11 -lgnome -lglib -lm -lm -lgnomesupport
-lm -lesd -laudiofile -lm -lm -laudiofile -lm -lm -lzvt -lz -lm -lSM
-lICE -lgdk_imlib -lgmodule -lglib -ldl -lgtk -lgmodule -lglib -ldl
-lXext -lX11 -lm -lintl -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lm
-lintl -lgmodule -ldl -lglib -ldl -lXext -lX11 -lm -lintl -liconv
ld: can't locate file for: -lzvt
make[3]: *** [mini_commander_applet] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling gnome-applets-1.4.0.5-3 failed

The error "ld: can't locate file for: -lzvt" looks like a dependency
problem to me but
I'm just guessing.  Does anyone have any suggestions?

Steve Wall




---
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Gnome-applets Won't Build under 10.2

2002-10-18 Thread Steve Wall
I'm having trouble getting gnome-applets installed through
fink.  The error I get is as follows:


mkdir .libs
gcc -g -O2 -Wall -Wunused -o mini_commander_applet about.o 
cmd_completion.o command_line.o exec.o message.o 
mini-commander_applet.o help.o history.o macro.o preferences.o 
terminal.o  -L/sw/lib -L/usr/X11R6/lib -lpanel_applet -lm -lm -lm -ldl 
-lgnorba -lglib -lm -lglib -lm -lm -lORBitCosNaming -lORBit -lm -lIIOP 
-lORBitutil -lgnomeui -laudiofile -lm -laudiofile -lm -lglib 
-lgdk_imlib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm 
-lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm 
-lm -lart_lgpl -lm -lgmodule -lglib -ldl -lSM -lICE -lgmodule -lglib 
-ldl -lXext -lX11 -lm -lintl -lgmodule -lglib -ldl -lXext -lX11 -lm 
-lintl -ldl -ldl -lXext -lX11 -lgnome -lglib -lm -lm -lgnomesupport 
-lm -lesd -laudiofile -lm -lm -laudiofile -lm -lm -lzvt -lz -lm -lSM 
-lICE -lgdk_imlib -lgmodule -lglib -ldl -lgtk -lgmodule -lglib -ldl 
-lXext -lX11 -lm -lintl -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lm 
-lintl -lgmodule -ldl -lglib -ldl -lXext -lX11 -lm -lintl -liconv
ld: can't locate file for: -lzvt
make[3]: *** [mini_commander_applet] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling gnome-applets-1.4.0.5-3 failed

The error "ld: can't locate file for: -lzvt" looks like a dependency 
problem to me but
I'm just guessing.  Does anyone have any suggestions?

Steve Wall



---
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] Working Gnome Mirror?

2002-10-04 Thread Steve Wall


On Thursday, October 3, 2002, at 07:30 AM, Martin Costabel wrote:

> On jeudi, oct 3, 2002, at 13:48 Europe/Paris, Steve Wall wrote:
>
>> I can't seem to get anything from the gnome mirror I'm using 
>> (ftp.rpmfind.net), and
>> the fallback mirrors all fail too.  I'm trying to update my gnome 
>> installation for Jaguar and
>> the URLs that curl is using to download source aren't working.  I 
>> found a file path
>> difference by walking through the mirror directories manually, so I 
>> can see why it
>> failed but I'm not sure how to fix the path for a fink update.  It 
>> doesn't seem to be
>> embedded in either the fink.conf or the gnome*.info files.
>
> There is also the file /sw/lib/fink/mirror/gnome and some code in 
> /sw/lib/perl5/Fink/PkgVersion.pm
>
> But you may be mixing several different problems here. Without seeing 
> more details, it is hard to tell what your real problem is.
>
> Fink was changed rather recently to take into account the new 
> directory structure of the gnome mirrors. So if you have a fink (the 
> package manager, as in /sw/bin/fink) version from before 09/25/02, you 
> should upgrade.

yeah, I was probably overdue for a selfupdate-cvs.  Having done that 
things are
going a little better but as you pointed out the mirrors and fink 
packages are both still
lagging a bit so there are stumbling blocks getting the gnome sources 
through the
update scripts.

Steve Wall



---
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] Working Gnome Mirror?

2002-10-03 Thread Steve Wall

I can't seem to get anything from the gnome mirror I'm using 
(ftp.rpmfind.net), and
the fallback mirrors all fail too.  I'm trying to update my gnome 
installation for Jaguar and
the URLs that curl is using to download source aren't working.  I found 
a file path
difference by walking through the mirror directories manually, so I can 
see why it
failed but I'm not sure how to fix the path for a fink update.  It 
doesn't seem to be
embedded in either the fink.conf or the gnome*.info files.

Steve Wall



---
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] Re: KDE

2002-09-27 Thread Steve Wall


On Thursday, September 26, 2002, at 03:51 PM, Alexander Strange wrote:

>
> On Wednesday, September 25, 2002, at 11:50 PM, Joel Hacker wrote:
>
>> Well, patch has frozen twice more, and now I can't even install just 
>> Gimp because aalib fails to compile.  This is the glitchiest piece of 
>> garbage I have ever seen.  Let me know when you actually update the 
>> source to work properly, until then I'll just go back to dual 
>> booting, it's less hassle.
>
> Not our fault Do you have Norton SystemWorks installed? That seems 
> to be causing the problem.
>
Can't speak for Joel but I don't have Norton SystemWorks installed and 
I can't
get aalib to compile either.  I posted about this on the 18th (Subject: 
aalib Update
for 10.2 Fails) and got no response.  I just did a "fink 
selfupdate-cvs" and tried
again and it still won't compile.  Errors are identical to what I saw 
the last time.

Anyone got any clues?  If I am interpreting the description of aalib 
correctly it is
an ascii-art library and it can't be that critical to GIMP.  So I 
should be able
to copy the .info file in my local finkinfo directory tree and remove 
the dependency
without breaking GIMP too much, right?

Steve Wall



---
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] aalib Update For 10.2 Fails

2002-09-18 Thread Steve Wall

I'm trying to update aalib as preparation for updating gimp and I'm
getting a failure during make as follows:

> gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/sw/include  -g -O2  
> -I/usr/X11R6/include -I/usr/include/ncurses  -c aainfo.c
> /bin/sh ../libtool --mode=link gcc  -g -O2  -I/usr/X11R6/include 
> -I/usr/include/ncurses  -L/sw/lib -o aainfo -L/sw/lib aainfo.o 
> libaa.la -lncurses -lm-L/usr/X11R6/lib -lX11
> gcc -g -O2 -I/usr/X11R6/include -I/usr/include/ncurses -L/sw/lib -o 
> .libs/aainfo -L/sw/lib aainfo.o -L.libs -laa -lncurses -lm 
> -L/usr/X11R6/lib -lX11 -lncurses -lm -L/usr/X11R6/lib -lX11
> ld: Undefined symbols:
> _SLsmg_Display_Eight_Bit
> _SLsmg_gotorc
> _SLsmg_init_smg
> _SLsmg_refresh
> _SLsmg_reset_smg
> _SLsmg_set_color
> _SLsmg_write_string
> _SLtt_Screen_Cols
> _SLtt_Screen_Rows
> _SLtt_Use_Ansi_Colors
> _SLtt_get_screen_size
> _SLtt_get_terminfo
> _SLtt_set_color
> _SLtt_set_cursor_visibility
> _SLtt_set_mono
> _SLang_init_tty
> _SLang_input_pending
> _SLang_reset_tty
> _SLkp_getkey
> _SLkp_init
> make[1]: *** [aainfo] Error 1
> make: *** [all-recursive] Error 1
> ### execution of make failed, exit code 2
> Failed: compiling aalib-1.4rc5-2 failed
>

I see some references to ncurses in there so I think I should mention 
that
it is installed and doesn't need updating.

Steve Wall



---
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] anyone had trouble installing tar? the distfile may be out of date

2002-08-28 Thread Steve Wall


On Friday, August 9, 2002, at 09:10 AM, Max Horn wrote:

> At 16:14 Uhr -0400 08.08.2002, Alexander Hansen wrote:
>> I can confirm this.  I'm a bit surprised that we haven't had a rash of 
>> posts
>> about it--maybe nobody's done an initial install from source since the
>> change.
>
> Anybody doing a bootstrap won't face these problems, as for the bootstrap 
> package we wisely keep copies of the sources on our own server.
>
What about source for tar-1.13.25?  I just tried a fink selfupdate-cvs and 
it
wants to update tar but the site it wants to get it from (alpha.gnu.org) is
not responding through ftp or http ports.  All I can find at fink.sf.net is
1.13.19, and the gnu mirrors don't seem to differentiate the version 
numbering
beyond 1.13.

Steve Wall



---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] PHP not happy under Jaguar?

2002-08-27 Thread Steve Wall


On Tuesday, August 27, 2002, at 10:10 AM, Viktor Haag wrote:

> Steve Wall writes:
>>
>> Well, the most obvious suggestion would be to confirm that
>> your apache configuration file is correctly set up for php.
>> Look for a line like the following in your httpd.conf file:
>>
>>  AddType application/x-httpd-php .php
>>
>> I use the Apple installed apache, which puts this file in
>> /etc/httpd, but the same thing should apply to the Fink
>> install, which probably puts it in /sw/etc.
>
> Except that in 10.2's apache configuration all the mime type
> specs should go in to /etc/httpd/mime.types, and not into
> /etc/httpd/main.cf.
>
I believe that the original posting had to do with a fink install
of Apache, so changes Apple made to their Apache config files
wouldn't apply.  The fink install (as of version 1.3.22) used
config files at /sw/etc/httpd/httpd.conf and /sw/etc/httpd/mime.types.


Steve Wall



---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] PHP not happy under Jaguar?

2002-08-27 Thread Steve Wall


On Monday, August 26, 2002, at 11:03 PM, Shay Telfer wrote:

> Hi...
>
> I've installed OS X 10.2, then rebuilt fink, apache and php, but my PHP 
> pages don't appear to be being parsed by PHP (I just get the raw PHP 
> source displayed). I've tried everything I can think of to rectify the 
> situation, but no luck so far.
>
>> fink -V
>> Package manager version: 0.10.0
>> Distribution version: 0.4.0.cvs
>
>> Server version: Apache/1.3.24 (Darwin)
>> Server built:   08/26/02 17:19:13
>
>> i   php  4.1.2-2  HTML-embedded server-side scripting 
>> language
>
> Any ideas?

Well, the most obvious suggestion would be to confirm that your apache 
configuration
file is correctly set up for php.  Look for a line like the following in 
your httpd.conf
file:

 AddType application/x-httpd-php .php

I use the Apple installed apache, which puts this file in /etc/etc/httpd, 
but the
same thing should apply to the Fink install, which probably puts it in /sw/
etc.

Steve Wall




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] fink unstable feedback - cdrtools 1.11a11-1

2002-04-23 Thread Steve Wall

I've been using the unstable package cdrtools 1.11a11-1 to make
iso file images and to burn CD-Rs on my Sony CRX1600XL (12x8x32
firewire external model) for 2 months now without a hitch (or
a coaster).  I've burned at least 20 CD-Rs that way I guess, mostly
as relaxed rock ridge/Joliet format CDs.  Works well enough for
stable if you ask me.

Steve Wall


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Moving from Bundled to Subdivided Packages

2002-02-19 Thread Steve Wall

Over in the unstable branch many packages are moving from large inclusive
bundles to subdivided packages.  One example being teTeX.  I get the 
impression
that the subdivided packages are going to be maintained but the bundles 
might not.
So, what is the correct way to remove a bundled package and replace it 
with the
subdivided stuff without fighting a lot of dependency issues?  If I simply 
install
the subdivided stuff will it neatly replace the bundle or will the package 
manager
still think i have both?

Similarly, many library packages (libpng, libjpeg, etc) are now coming in
plain and shared memory packages.   Should the shared memory variants just
be installed on top of the base libraries?

Steve Wall


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Does the Fink Fileutils offer an improved =?iso-8859-1?Q?=22du=22??=

2002-01-24 Thread Steve Wall

One thing I miss from Linux is the improved (gnu?) "du"
tool it supplies which has additional options beyond what
the OS X supplied "du" has.  Specifically, it allows you
to limit the degree to which du will dive down into the
filepath you supply it, providing summary level information
instead. I like this feature a lot when I'm looking to
free some disk space and am not sure where it being consumed,
but only want the big picture provided by listing usage
a level or three deep. 

So, is this capability available in a fink packaged "du",
and it is in fileutils or elsewhere? 

Steve Wall

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users