Matthew Kozak | 9 Feb 18:54
Picon
Favicon

syslog-ng

I am in need of replacing the included syslogd on OS X with syslog-ng, but
all I can find in the package list is eventlog (Library for system logging
using syslog-ng) and eventlog-shlibs (Shared libraries for eventlog
package).  Where's syslog-ng, itself?
Perhaps I am missing something obvious?

This is for a Snow Leopard system.

Thanks,
-Matt

Matthew Kozak
Systems Programmer/Administrator
--------------------------------
Haskin Shellfish Research Lab
6959 Miller Avenue
Port Norris, NJ 08349-3167
email: mkozak <at> hsrl.rutgers.edu
phone: 856-785-0074 x4325
fax: 856-785-1544
web: http://hsrl.rutgers.edu

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
Pascal Lamboley | 9 Feb 18:19
Picon
Favicon

qgis-mac 1.3.0-1 fails to compile on PPC Tiger

Hi,

I tried to "fink install qgis-mac" but it sadly ended so :

[ 25%] Building CXX object src/core/CMakeFiles/qgis_core.dir/ 
spatialindex/rtree/Statistics.o
Linking CXX shared library libqgis_core.dylib
ld: common symbols not allowed with MH_DYLIB output format with the - 
multi_module option
CMakeFiles/qgis_core.dir/spatialite/spatialite.o definition of common  
_my_fdo_module (size 80)
CMakeFiles/qgis_core.dir/spatialite/spatialite.o definition of common  
_virtualtext_module (size 80)
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link  
edit command failed
make[2]: *** [src/core/libqgis_core.1.3.0.dylib] Error 1
make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.PwD9eC failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-qgis-mac-1.3.0-1
(Lecture de la base de données... 174252 fichiers et répertoires déjà  
installés.)
Suppression de fink-buildlock-qgis-mac-1.3.0-1 ...
Failed: phase compiling: qgis-mac-1.3.0-1 failed

The whole log file (25 Kb) is available here :
	http://lamboley.pascal.perso.neuf.fr/qgis-mac.log

(Continue reading)

Axel | 9 Feb 16:31

Bug-report: dhcp-4.1.1b1 does not create correct startup/daemonic items

Hello

after 

fink install dhcp-4.1.1b1
sudo daemonic install org.isc.dhcp
sudo daemonic enable org.isc.dhcp

(BTW the explanation on the packages website is wrong here, it says:
sudo daemonic install dhcp)

the file /Library/StartupItems/daemonic-org.isc.dhcp/daemonic-org.isc.dhcp
does contain in line 13 this not working test:

if [ -x /sw/sbin/dhcpd -q -cf /sw/etc/dhcpd.conf -lf /sw/var/db/dhcpd.leases \ 
]; then

it should be like this:

if [ -x /sw/sbin/dhcpd ] && [ -r /sw/etc/dhcpd.conf ] && [ -f \ 
/sw/var/db/dhcpd.leases ]; then

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
Gary K Olson | 7 Feb 05:55
Picon

Re: Can't resolve dependency "sub-install-pm5100"

When I tried to update module-build-pm5100 I get the following can't resolve dependency problem:

[MacBkPro:~]:-bash:519$: fink update module-build-pm5100
Information about 8012 packages read in 1 seconds.
Can't resolve dependency "sub-install-pm5100" for package "software-license-pm5100-0.012-1" (no
matching packages/versions found)
Exiting with failure.

I get the same can't resolve message with the default module-build-pm also.  What gives?  I haven't messed
with perl on this machine which was a new install of fink.  Perhaps something has changed in the past few
weeks since the last time I updated?  Please enlighten me.  Thanks.

Gary K Olson

My kit consists of:

macbookpro 64 bit
OSX 10.6.2
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
Package manager version: 0.29.10
Distribution version: selfupdate-rsync Sat Feb  6 18:57:05 2010, 10.6, x86_64
Xcode 3.2.1
X11.2.3.4

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
(Continue reading)

Gary K Olson | 7 Feb 04:54
Picon

Re: grep-2.5.4-1 fails to build

When I tried to install grep-2.5.4-1 I got the following error in the build log:

for file in $dists; do \
	    /usr/bin/install -c -m 644 ./$file \
			    /sw/src/fink.build/root-grep-2.5.4-1/sw/share/gettext/intl/$file; \
	  done; \
	  chmod a+x /sw/src/fink.build/root-grep-2.5.4-1/sw/share/gettext/intl/config.charset; \
	  dists="plural.c"; \
	  for file in $dists; do \
	    if test -f $file; then dir=.; else dir=.; fi; \
	    /usr/bin/install -c -m 644 $dir/$file \
			    /sw/src/fink.build/root-grep-2.5.4-1/sw/share/gettext/intl/$file; \
	  done; \
	  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h
libgettext.h plural-eval.c"; \
	  for file in $dists; do \
	    rm -f /sw/src/fink.build/root-grep-2.5.4-1/sw/share/gettext/intl/$file; \
	  done; \
	else \
	  : ; \
	fi
Making install in po
/./install-sh -c -d /sw/src/fink.build/root-grep-2.5.4-1//sw/share
make[1]: /./install-sh: Command not found
make[1]: *** [install-data-yes] Error 127
make: *** [install-recursive] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-grep-2.5.4-1
(Continue reading)

Cavin | 6 Feb 00:18
Picon
Gravatar

gnome-session fails to compile on x64

Hi,

I'm on 10.6 and using fink x86_64 and gnome-session failed to compile. Here's the pastebin:

http://pastebin.com/f6bd9f992

Thanks,

Cavin
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
Lorenzo Marengo | 5 Feb 18:23
Picon

test mail

Test mail
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fink-users mailing list
Fink-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users
Sean Lake | 5 Feb 03:58
Picon

Failed: phase compiling: esound-0.2.38-2 failed

Hello everyone,

Here's the system info:

fink --version
Package manager version: 0.29.10
Distribution version: selfupdate-rsync Thu Feb  4 18:49:54 2010, 10.5, powerpc

on a PPC G5 OS X 10.5.8.

Here's the error text:

Esound Configure Settings:

Debugging support: no
libwrap support:   yes

LIBS= -L/sw/lib -laudiofile -lm

make -j2 EGREP='grep -E' max_cmd_len=1024
make  all-recursive
Making all in docs
jw -f docbook -b html -o html ./esound.sgml
Using catalogs: /sw/etc/sgml/catalog
Using stylesheet: /sw/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#html
Working on: /sw/src/fink.build/esound-0.2.38-2/esound-0.2.38/docs/./esound.sgml
dyld: Library not loaded: /sw/lib/libosp.4.dylib
  Referenced from: /sw/bin/openjade
  Reason: image not found
/sw/share/sgml/docbook/utils-0.6.14/backends/html: line 6:  8699
Trace/BPT trap          $SGML_JADE -t sgml $SGML_ARGUMENTS
make[2]: *** [html/index.html] Error 8
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2

Thanks,
Sean

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
David Wagner | 4 Feb 17:50
Picon

Error updating xm-2.1

I recently updated XCode to 3.1.4, ran fink selfupdate and update-all.  
I got the following error:

Making all in Xm-2.1
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - 
I. -I../../include  -I../../include/Motif-2.1 -I../../include/ 
Motif-2.1 -I/usr/X11R6/include -I/usr/X11/include/freetype2 -I/usr/X11/ 
include -I/sw/include -I/usr/X11R6/include  -g -O2 -c -o Messages.lo  
Messages.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../ 
include/Motif-2.1 -I../../include/Motif-2.1 -I/usr/X11R6/include -I/ 
usr/X11/include/freetype2 -I/usr/X11/include -I/sw/include -I/usr/ 
X11R6/include -g -O2 -c Messages.c  -fno-common -DPIC -o .libs/ 
Messages.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../ 
include/Motif-2.1 -I../../include/Motif-2.1 -I/usr/X11R6/include -I/ 
usr/X11/include/freetype2 -I/usr/X11/include -I/sw/include -I/usr/ 
X11R6/include -g -O2 -c Messages.c -o Messages.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - 
I. -I../../include  -I../../include/Motif-2.1 -I../../include/ 
Motif-2.1 -I/usr/X11R6/include -I/usr/X11/include/freetype2 -I/usr/X11/ 
include -I/sw/include -I/usr/X11R6/include  -g -O2 -c -o Print.lo  
Print.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../ 
include/Motif-2.1 -I../../include/Motif-2.1 -I/usr/X11R6/include -I/ 
usr/X11/include/freetype2 -I/usr/X11/include -I/sw/include -I/usr/ 
X11R6/include -g -O2 -c Print.c  -fno-common -DPIC -o .libs/Print.o
In file included from /usr/X11/include/freetype2/freetype/freetype.h:41,
                 from /usr/X11R6/include/X11/Xft/Xft.h:42,
                 from ../../include/Motif-2.1/XmI/XmI.h:50,
                 from Print.c:61:
/usr/X11/include/freetype2/freetype/config/ftconfig.h:65:1: warning:  
"SIZEOF_LONG" redefined
In file included from Print.c:28:
../../include/LTconfig.h:312:1: warning: this is the location of the  
previous definition
In file included from ../../include/Motif-2.1/XmI/XmI.h:50,
                 from Print.c:61:
/usr/X11R6/include/X11/Xft/Xft.h:43:35: error: fontconfig/ 
fontconfig.h: No such file or directory
In file included from /usr/X11R6/include/X11/Xft/Xft.h:53,
                 from ../../include/Motif-2.1/XmI/XmI.h:50,
                 from Print.c:61:
/usr/X11R6/include/X11/Xft/XftCompat.h:33: error: syntax error before  
'XftChar8'
/usr/X11R6/include/X11/Xft/XftCompat.h:33: warning: data definition  
has no type or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:34: error: syntax error before  
'XftChar16'

[and much more]

I welcome any suggestions. This is on MacOS 10.5.8. I have not touched  
fink in a year or more.

This is the start of the output from xdpyinfo:

bash-3.2$ xdpyinfo | more
name of display:    /tmp/launch-efRyzh/:0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    10402000
X.Org version: 1.4.2
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x80000d, revert to None
number of extensions:    25
    Apple-DRI
    Apple-WM
    BIG-REQUESTS
    DAMAGE
    DOUBLE-BUFFER
    Extended-Visual-Information
    GLX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    TOG-CUP
    X-Resource
    XAccessControlExtension
    XC-APPGROUP
    XC-MISC
    XFIXES
    XINERAMA
    XInputExtension
    XKEYBOARD
    XVideo

Thanks,
David Wagner

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
TANAKA Atushi | 4 Feb 16:05
Picon

Re: CVS and proxies: testers wanted

Hi

I'm sending a reply to a mail about using cvs for fink
behind a firewall using a http proxy. I found this mail
in the web archive.
http://sourceforge.net/mailarchive/forum.php?thread_name=49B5DDF0.4030109%40gmail.com&forum_name=fink-users

From: Alexander Hansen <alexanderk.hansen <at> gm...> - 2009-03-10 03:27
> As best as I can tell, our cvs-proxy package doesn't work on Leopard
> (possibly not even on Tiger); and I've discontinued providing cvs there
> in any case, since Xcode provides the latest version. I'm trying to
> find a more reliable solution for people with http proxies. I don't
> have one, myself, and I don't really have enough time to try setting one up.
> 
> According to the info page for cvs on Leopard, people should be able to
> try the following syntax there:
> 
> cvs d-:pserver;proxy=www.myproxy.net;proxyport=8000:\
> anonymous <at> fi...:/cvsroot/fink login
> 
> cvs d-:pserver;proxy=www.myproxy.net;proxyport=8000:\
> anonymous <at> fi...:/cvsroot/fink co fink
> 
> where you need to replace 'www.myproxy.net' by your proxy address, and '8000' by your actual proxy port.

I confirmed that the way above actually works in our macs with 
Snow Leopard and Leopard, if we put several quotations("), e.g.,

  cvs -d":pserver;proxy=proxy.example.com;proxyport=8080:anonymous@(soory I forgot the strings
here)/cvsroot/fink" login

To realize it, I hardcoded this at perlmod/Fink/SelfUpdate/CVS.pm
in fink-0.29.10:

  --- CVS.pm.orig	2010-02-03 11:57:14.000000000 +0900
  +++ CVS.pm	2010-02-03 12:40:37.000000000 +0900
  @@ -202,7 +202,7 @@
			  $cmd = "cvs ${verbosity} -z3 -d$cvsrepository";
		  }
		  else {
  -			$cmd = "cvs -d:pserver:anonymous\@$cvsrepository login";
  +			$cmd = "cvs
-d\":pserver;proxy=proxy.example.com;proxyport=8080:anonymous\@$cvsrepository\" login";
			  if ($username ne "root") {
				  $cmd = "/usr/bin/su $username -c '$cmd'";
			  }
  @@ -210,7 +210,7 @@
				  die "Logging into the CVS server for anonymous read-only access failed.\n";
			  }
			  else {
  -				$cmd = "cvs ${verbosity} -z3 -d:pserver:anonymous\@$cvsrepository";
  +				$cmd = "cvs ${verbosity} -z3 -d\":pserver;proxy=proxy.example.com;proxyport=8080:anonymous\@$cvsrepository\"";
			  }
		  }
	  } else {

I know hardcoding the proxy configulation is stupid, but 
it works for me. 

By the way, the specification of proxy in cvs command line has a side 
effect that the postinst of fink-mirror fails. This must be resolved 
by the following patch:

  --- /sw/lib/fink/mirror/postinstall.pl.orig	2010-02-03 13:06:10.000000000 +0900
  +++ /sw/lib/fink/mirror/postinstall.pl	2010-02-03 13:19:19.000000000 +0900
  @@ -53,14 +53,14 @@
       open(IN,'<',"$sentinel_cvs/Root") or die "can't open $sentinel_cvs/Root: $!";
       while (defined($_=<IN>)) {
	   chomp;
  -        if (/^(:\w+:\w+)@(.+)$/) {
  +        if (/^(:\S+:\S+)@(.+)$/) {
	       $method_user = $1;
	       $repo = $2;
	   }
       }
       close(IN);
       die "couldn't parse $sentinel_cvs/Root\n" unless ((defined $method_user) and (defined $repo));
  -    if (defined $method_user and $method_user eq ":pserver:anonymous") {
  +    if (defined $method_user and $method_user =~ /^:pserver(.*):anonymous$/) {
	  $repo_file = "/sw/lib/fink/URL/anonymous-cvs";
       } else {
	  $repo_file = "/sw/lib/fink/URL/developer-cvs";

Sincerely,
Atushi Tanaka

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
Cavin | 4 Feb 05:18
Picon
Gravatar

control-center-2.26.0-2 (GNOME) fails x64

Hi,

I'm running Fink x86_64 on 10.6. I was trying to compile gnome-session when control-center-2.26.0-2
failed to compile. Here's the pastebin:

http://pastebin.com/f3e59b1d8

Thanks,

Cavin
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com

Gmane