Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread TheSin
Odd I have every module installed and I don't get that I'll look at it  
in the morning, what Xcode, OS and Arch?
---
TS
http://southofheaven.org/
Chaos is the beginning and end, try dealing with the rest.

On 4-Oct-08, at 12:21 AM, Mario wrote:

 Unfortunately there now is a new bug.
 When you install some SplitOffs for example php5-mysql
 you get the following php startup error:



 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/lib/ 
 php5/20060613/mysql.so' - (null) in Unknown on line 0
 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/lib/ 
 php5/20060613/mysqli.so' - (null) in Unknown on line 0
 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/lib/ 
 php5/20060613/pdo.so' - (null) in Unknown on line 0
 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/lib/ 
 php5/20060613/pdo_mysql.so' - (null) in Unknown on line 0


 But the modules are in /sw/lib/php5/20060613-zts
 I don't know why php5 searches in /sw/lib/php5/20060613


 TheSin schrieb:
 fixed for cli and cgi variants in cvs now, thanks for the report.
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.
 On 30-Sep-08, at 2:27 AM, Mario wrote:
 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the   
 following:

  --with-config-file-path=/etc/php5/cli \
  --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works   
 correct.

 So it would be nice to update the package in order to get the  
 right  paths.

 Another point: It seems the php.ini files will get overridden   
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move  
 Developer's  challenge
 Build the coolest Linux based applications with Moblin SDK  win   
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in   
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread Mario
Ok I've tried something:
The extension_dir in the /sw/etc/php5/cli/php.ini was not set.
So
extension_dir = /sw/lib/php5/20060613-zts

But this doesn't fix the problem. Now I'm getting the folling message:

dyld: NSLinkModule() error
dyld: Symbol not found: _core_globals_id
   Referenced from: /sw/lib/php5/20060613-zts/gd.so
   Expected in: dynamic lookup

Trace/BPT trap





TheSin schrieb:
 fixed for cli and cgi variants in cvs now, thanks for the report.
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.
 
 On 30-Sep-08, at 2:27 AM, Mario wrote:
 
 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the  
 following:

   --with-config-file-path=/etc/php5/cli \
   --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works  
 correct.

 So it would be nice to update the package in order to get the right  
 paths.

 Another point: It seems the php.ini files will get overridden  
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel

 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread TheSin
thanks I'll have a peek, at it, might take a few days though since I'm  
pretty ill at the moment and can only sit at my desk a little at a time.
---
TS
http://southofheaven.org/
Chaos is the beginning and end, try dealing with the rest.

On 4-Oct-08, at 12:48 AM, Mario wrote:

 Ok I've tried something:
 The extension_dir in the /sw/etc/php5/cli/php.ini was not set.
 So
   extension_dir = /sw/lib/php5/20060613-zts

 But this doesn't fix the problem. Now I'm getting the folling message:

 dyld: NSLinkModule() error
 dyld: Symbol not found: _core_globals_id
  Referenced from: /sw/lib/php5/20060613-zts/gd.so
  Expected in: dynamic lookup

 Trace/BPT trap





 TheSin schrieb:
 fixed for cli and cgi variants in cvs now, thanks for the report.
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.
 On 30-Sep-08, at 2:27 AM, Mario wrote:
 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the   
 following:

  --with-config-file-path=/etc/php5/cli \
  --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works   
 correct.

 So it would be nice to update the package in order to get the  
 right  paths.

 Another point: It seems the php.ini files will get overridden   
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move  
 Developer's  challenge
 Build the coolest Linux based applications with Moblin SDK  win   
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in   
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread TheSin
php5 compiles 3 times with 3 different sets of configure params, the  
apache2 variant is the most complete, the cli and cgi versions are  
slightly different options and doesn't rely on certain answers from  
the apache2 dev scripts.  So I have a change some values be hand,  
those are the lines I removed, I thought the were superfluous, and on  
10.5 I'm right but i thought it was the newer version of php5 that  
fixed it not 10.5, anyhow I'll be sending you an info file and patch  
file, there are instructions on the fink website on how to use them,  
I'm hoping this will work cause I remember last time I was trying to  
figure out the dlopen stuff in php5 and it wasn't fun and it'll be  
even less fun with no 10.4 available to me at all.
---
TS
http://southofheaven.org/
Chaos is the beginning and end, try dealing with the rest.

On 4-Oct-08, at 9:44 AM, Mario Volke wrote:

 Ok hope this works.
 My Arch is ppc.
 On order to test the files you have to explain me what to do. I'm  
 still very new to fink packaging.

 Can you explain why apache php knows to load the shared modules from  
 /sw/lib/php5/20060613-zts without setting extension_dir?
 And why php cli then loads from /sw/lib/php5/20060613? Because  
 this can't be a 10.4 bug.
 What you mean is the linker error AFTER setting the extension_dir in  
 php cli, right?

 TheSin schrieb:

 Arch = x86 or ppc, but it's okay I think it's a 10.4 bug which is  
 going to be very hard for me as I don't have access to 10.4  
 anywhere, I have one old DL patch that I had commented out still  
 there so I re enabled it, I'll see if it work on 10.5 then I'll  
 send you to the files to test for me, if that is okay?
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.

 On 4-Oct-08, at 12:33 AM, Mario Volke wrote:

 I've forgot this bug is only in the CLI version.
 I've also reinstalled all packages but it's the same.
 OS is 10.4 Tiger
 Xcode 2.2
 Arch??





 TheSin schrieb:

 Odd I have every module installed and I don't get that I'll look  
 at it in the morning, what Xcode, OS and Arch?
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.

 On 4-Oct-08, at 12:21 AM, Mario wrote:

 Unfortunately there now is a new bug.
 When you install some SplitOffs for example php5-mysql
 you get the following php startup error:



 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/ 
 lib/php5/20060613/mysql.so' - (null) in Unknown on line 0
 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/ 
 lib/php5/20060613/mysqli.so' - (null) in Unknown on line 0
 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/ 
 lib/php5/20060613/pdo.so' - (null) in Unknown on line 0
 PHP Warning:  PHP Startup: Unable to load dynamic library '/sw/ 
 lib/php5/20060613/pdo_mysql.so' - (null) in Unknown on line 0


 But the modules are in /sw/lib/php5/20060613-zts
 I don't know why php5 searches in /sw/lib/php5/20060613


 TheSin schrieb:
 fixed for cli and cgi variants in cvs now, thanks for the report.
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.
 On 30-Sep-08, at 2:27 AM, Mario wrote:
 Hi there,

 I stated this bug already in the general mailing list. But  
 nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be  
 something
 wrong with the php5.info file. On lines 202-203 you find the   
 following:

  --with-config-file-path=/etc/php5/cli \
  --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version  
 works  correct.

 So it would be nice to update the package in order to get the  
 right  paths.

 Another point: It seems the php.ini files will get overridden   
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move  
 Developer's  challenge
 Build the coolest Linux based applications with Moblin SDK   
 win  great prizes
 Grand prize is a trip for two to an Open Source event anywhere  
 in  the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel

 -
 This SF.Net email is sponsored by the Moblin Your Move  
 Developer's challenge
 Build the coolest Linux based applications with Moblin SDK   
 win great prizes
 Grand prize is a trip for two to an Open Source event anywhere  
 in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/






 -- 
 webholics
 

Re: [Fink-devel] help

2008-10-04 Thread Alexander Hansen

On Sep 26, 2008, at 11:50 PM, nicolas wrote:


megasnip

I didn't notice anything from you other than that entire digest (bad  
form, that).  What exactly do you want help on?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] can build from CLI, not from info file

2008-10-04 Thread Koen van der Drift
Hi,

I'm working on a package that requires to run the file install (a perl  
script) to build it. The readme says to just call ./install from the  
directory. This works fine from the CLI, but when I use it in my info  
file, nothing happens.

I tried both:

CompileScript: 
  #!/bin/sh -ev
  ./install



and

CompileScript: 
  ./install



How can I get this to work?


thanks,

- Koen.




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Recent gnome/freetype changes

2008-10-04 Thread Daniel Macks
Our gnome-related library packages in the unstable trees are being
migrated to the latest releases (gnome2.24 and associated
dependencies). First, this will obviously involve lots of packages
being updated, so if something doesn't build, don't bother reporting
it until after selfupdating, but then please check if it's been
reported and *do* report if not. But of course don't bother reporting
without specific information about the package and the actual full
error messages.

I'm working up the tree starting at glib2, ft219, and RangerRick
bringing along the cairo world and other stuff of his. We're cascading
the dependencies to keep users from getting too much of a mixed bag of
gnome versions (i.e., the new %v of atk1 will require the latest %v of
glib2, not just the minimum glib2 that it claims to accept).

I will test some end packages maintained by others and make
adjustments if I find build problems for the new gnome libs, but don't
plan to do a full overhaul of the whole distro to cascade the latest
dependencies or to remove no-longer-needed flags. In general, the new
stuff will reduce the dependency tree, not add new inherited deps as
far as I can tell.

One major change is that freetype219 now also makes its headers and
other compile-time files available in the default locations.  If one
sets the freetype219* dependencies to be =2.3.7-4, one can remove the
-I, -L, and PKG_CONFIG_PATH settings for %p/lib/freetype219* paths
that had previously been required. The install_name and actual
location of the lib is the same (buried) in freetype219-shlibs, so
there is no foward/backward compatibility problem at runtime. The
headers and especially the .la are also still present in the buried
location, so previously-built packages that somehow encoded those
paths are still okay too (especially .la dependency_libs). Unless we
have some other reason to change install_name (and therefore create a
new headers package-name), this buried thing will always need to be
there for compatibility. At that time, we can cascade dependency
changes on it and put the actual things *only* in the default paths.

The old freetype2 (and -hinting) package is completely unused as far
as I can tell. I looked at updating it to the latest, now that the new
version is it's apparently compatible again), but the cascading became
a mess (on the scale of the pangocairo project, involving nearly every
package that uses ft, not just the main library set) to avoid mixing 
matching the different freetype locations and potentially conflicting
package combinations of them. Didn't see the need, since pangocairo
got us completely converted to ft219 dependencies.

pango1-xft2-ft219-dev will also (soon, once I make sure we got it
right in freetype219:) make itself available in the default
locations and we can stop using special path flags for it, while
retaining its buried files as well for compatibility.

I do not understand fontconfig, so will leave it to RangerRick (its
maintainer) and others to figure out whether it can be unburied, or
whether there are substantial numbers of packages that are expecting
something else to be visible in the default paths.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Multi-line embedding does not work!?!

2008-10-04 Thread Asko Kauppi

I've done this before, but for some reason it does not work with a  
package I'm now tooling up. Why?

The idea is to create a custom Makefile for fink, embedded in  
the .info file.

What I get is each line separately executed. What's wrong???


PatchScript: 
  cat  Makefile.fink EOF
VERSION=$(shell head -1 Changes | sed 's/ .*//')
RELEASEDATE=$(shell head -1 Changes | sed 's/.* //')
PREFIX=/usr/local
LUA_CPATH=$(PREFIX)/lib/lua/5.1

MANPAGES = $(wildcard doc/*.3)
SO = oocairo.so

CFLAGS = -O2 -ansi -pedantic -Wall -W -Wshadow -Wpointer-arith -Wcast- 
align \
  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
  -Wnested-externs -Wno-long-long \
   $(shell pkg-config --cflags lua cairo) \
   -DVERSION=\$(VERSION)\

LDFLAGS = $(shell pkg-config --libs lua cairo)

#---
all: $(SO) $(MANPAGES)

test: all
echo 'lunit.main({...})' | lua51 -llunit - test/*.lua

$(SO): oocairo.c
$(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $

oocairo.c: obj*.c

doc/lua-%%.3: doc/lua-%%.pod Changes
sed 's/Ecopy/(c)/g' $ | sed 's/Etrade/(tm)/g' $ | sed 's/ 
Endash/-/g' | sed 's/Epi/pi/g' | \
pod2man --center=Lua OO Cairo binding \
--name=$(shell echo $ | sed 's/^doc\///' | sed 's/\.pod$ 
$//' | tr a-z A-Z) --section=3 \
--release=$(VERSION) --date=$(RELEASEDATE) $@

install: all
mkdir -p $(LUA_CPATH)
install --mode=644 $(SO) $(LUA_CPATH)/oocairo.so
mkdir -p $(PREFIX)/share/man/man3
for manpage in $(MANPAGES); do \
gzip -c $$manpage $(PREFIX)/share/man/man3/$$(echo $$manpage |  
sed -e 's/^doc\///').gz; \
done

clean:
rm -f *.o $(SO)
rm -f gmon.out *.bb *.bbg *.da *.gcov
rm -f $(MANPAGES)

.PHONY: all install test clean
EOF
  echo ok





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] xinvaders-2.1.2-2

2008-10-04 Thread Christian Collins
Hello

Below I've copied feedback from my imac after installing xinvaders  
with fink and trying to run it.

christian-collinss-imac:bin christiancollins$ xinvaders
dyld: Library not loaded: /sw/lib/libintl.1.dylib
   Referenced from: /sw/bin/xinvaders
   Reason: image not found
Trace/BPT trap
christian-collinss-imac:bin christiancollins$

--
Package manager version: 0.27.13
Distribution version: 0.9.0 i386
Mac OS X version: 10.5.5
Xcode version: 3.0
gcc version: 4.0.1 (Apple Inc. build 5465)
make version: 3.81
Feedback Courtesy of FinkCommander
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] DNS SPOOFING?

2008-10-04 Thread Jack Howarth
   I am finding that when I try to do 'fink selfupdate'
in cvs mode that the process fails with the following error...

usr/bin/su howarth -c 'cvs -q -z3 update -d -P -l'
@@@
@   WARNING: POSSIBLE DNS SPOOFING DETECTED!  @
@@@
The RSA host key for fink.cvs.sourceforge.net has changed,
and the key for the corresponding IP address 216.34.181.110
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.

Any ideas on what should be done to resolve this problem?
  Jack

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread Mario Volke
Ok thanks, now I think I understand the ConfFiles directives.
So fink itself does prevent the files from being overridden during the 
installation.



Alexander Hansen schrieb:

 On Sep 30, 2008, at 4:27 AM, Mario wrote:

 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.


 That['s not quite true:  I  commented in the thread on -users, but 
 didn't do anything about it yet because it's not my package, and I had 
 hoped some additional discussion would be forthcoming.

 Unfortunately, the mailing lists aren't working well right now due to 
 server issues--we can't do much except file complaints.

 And it's only been 3 days since your first post, which was on a Saturday.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the following:

   --with-config-file-path=/etc/php5/cli \
   --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works 
 correct.


 That indeed looks like it should be modified in the way that you said.

 So it would be nice to update the package in order to get the right 
 paths.

 Another point: It seems the php.ini files will get overridden everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.


 This is not the case.  Those are protected from automatically being 
 overwritten via the :
 (Line 437)
  ConfFiles: %p/etc/php5/cgi/php.ini
 (Line 465)
  ConfFiles: %p/etc/php5/cli/php.ini
 directives in the .info file.
 (I mentioned ConfFiles in the message on -users, but I didn't look at 
 the .info file myself before because I assumed that you had checked 
 for this and didn't find it)

 Can someone help me out here?
 Thanks



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] DNS SPOOFING?

2008-10-04 Thread David Reiser

On Oct 4, 2008, at 3:12 PM, Jack Howarth wrote:

   I am finding that when I try to do 'fink selfupdate'
 in cvs mode that the process fails with the following error...

 usr/bin/su howarth -c 'cvs -q -z3 update -d -P -l'
 @@@
 @   WARNING: POSSIBLE DNS SPOOFING DETECTED!  @
 @@@
 The RSA host key for fink.cvs.sourceforge.net has changed,
 and the key for the corresponding IP address 216.34.181.110
 is unknown. This could either mean that
 DNS SPOOFING is happening or the IP address for the host
 and its host key have changed at the same time.
 @@@
 @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
 @@@
 IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
 Someone could be eavesdropping on you right now (man-in-the-middle  
 attack)!
 It is also possible that the RSA host key has just been changed.

 Any ideas on what should be done to resolve this problem?
  Jack
Sourceforge moved their server farm, but not the ssh keys. Delete the  
sourceforge line in ~/.ssh/known_hosts, do whatever verification of  
keys/fingerprints you deem necessary, and accept the new keys on the  
next selfupdate.

Dave
--
David Reiser
[EMAIL PROTECTED]





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] graphicsmagick

2008-10-04 Thread Ben Abbott


Alexander Hansen-2 wrote:
 
 
 On Sep 30, 2008, at 9:59 AM, Ben Abbott wrote:
 

 On Tuesday, September 30, 2008, at 09:54AM, Alexander Hansen
 [EMAIL PROTECTED] 
  wrote:

 On Sep 30, 2008, at 9:42 AM, Ben Abbott wrote:

 Sven Schwyn echo60 at delirium.ch writes:

 Hi

 snip

 Cheers, -sven

 Is there any continued effort on this. I'm interested in a Fink
 package for
 graphicsmagick to be used as a dependency for Octave.

 If no one is going to continue to work on a package, I can take
 a look,
 but would greatly appreciate it if I don't have to start from  
 scratch.

 Ben


 Is there any reason imagemagick wouldn't work for this?


 I'm not familiar with either, but at present graphicsmagick is a  
 dependency for a fully functional Octave.

 Any thought on how much effort would be needed to make such a
 change?

 Ben


 Graphicsmagick is a fork of  imagemagick.  My understanding is that  
 should build OK.  Is this for the current Octave release? 
 

(I noticed a reply I sent a few days ago did not show up on Nabble.
 So I'm trying again)

Apparently graphicsmagick was added as a optional dependency in 
July of this year. Although it was part of octave-forge for quite some 
time prior to that.

Regarding new dependencies, fltk-aqua has some problem with 
Octave's development sources. Any chance you/someone can get 
the x11 variant updated. I tried the maintainer some months ago, 
but didn't get a reply.

Ben
-- 
View this message in context: 
http://www.nabble.com/graphicsmagick-tp12417910p19768243.html
Sent from the fink-devel mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread Mario
Unfortunately there now is a new bug.
When you install some SplitOffs for example php5-mysql
you get the following php startup error:



PHP Warning:  PHP Startup: Unable to load dynamic library 
'/sw/lib/php5/20060613/mysql.so' - (null) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/sw/lib/php5/20060613/mysqli.so' - (null) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/sw/lib/php5/20060613/pdo.so' - (null) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/sw/lib/php5/20060613/pdo_mysql.so' - (null) in Unknown on line 0


But the modules are in /sw/lib/php5/20060613-zts
I don't know why php5 searches in /sw/lib/php5/20060613


TheSin schrieb:
 fixed for cli and cgi variants in cvs now, thanks for the report.
 ---
 TS
 http://southofheaven.org/
 Chaos is the beginning and end, try dealing with the rest.
 
 On 30-Sep-08, at 2:27 AM, Mario wrote:
 
 Hi there,

 I stated this bug already in the general mailing list. But nobody
 recognized it there.

 I've installed the php5-cli package and there seems to be something
 wrong with the php5.info file. On lines 202-203 you find the  
 following:

   --with-config-file-path=/etc/php5/cli \
   --with-config-file-scan-dir=/etc/php5/conf.d \

 The problem is that the config files are not in /etc/php5/cli,
 they are in %p/etc/php5/cli (/sw/etc/php5/cli)
 The cgi version has the same bug. Only the apache2 version works  
 correct.

 So it would be nice to update the package in order to get the right  
 paths.

 Another point: It seems the php.ini files will get overridden  
 everytime
 an update occurs. If that's the case it would be really bad to
 reconfigure php all the time.

 Can someone help me out here?
 Thanks


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel

 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread Mario Volke




I've forgot this bug is only in the CLI version.
I've also reinstalled all packages but it's the same.
OS is 10.4 Tiger
Xcode 2.2
Arch??





TheSin schrieb:
Odd I have every module installed and I don't get that
I'll look at it in the morning, what Xcode, OS and Arch?
  
---
  
TS
  
http://southofheaven.org/
  
Chaos is the beginning and end, try dealing with the rest.
  
  
On 4-Oct-08, at 12:21 AM, Mario wrote:
  
  
  Unfortunately there now is a new bug.

When you install some SplitOffs for example php5-mysql

you get the following php startup error:




PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/mysql.so' - (null) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/mysqli.so' - (null) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/pdo.so' - (null) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/pdo_mysql.so' - (null) in Unknown on line 0



But the modules are in /sw/lib/php5/20060613-zts

I don't know why php5 searches in /sw/lib/php5/20060613



TheSin schrieb:

fixed for cli and cgi variants in cvs now,
thanks for the report.
  
---
  
TS
  
http://southofheaven.org/
  
Chaos is the beginning and end, try dealing with the rest.
  
On 30-Sep-08, at 2:27 AM, Mario wrote:
  
  Hi there,


I stated this bug already in the general mailing list. But nobody

recognized it there.


I've installed the php5-cli package and there seems to be something

wrong with the php5.info file. On lines 202-203 you find the
following:


--with-config-file-path=/etc/php5/cli \

--with-config-file-scan-dir=/etc/php5/conf.d \


The problem is that the config files are not in /etc/php5/cli,

they are in %p/etc/php5/cli (/sw/etc/php5/cli)

The cgi version has the same bug. Only the apache2 version works
correct.


So it would be nice to update the package in order to get the right
paths.


Another point: It seems the php.ini files will get overridden
everytime

an update occurs. If that's the case it would be really bad to

reconfigure php all the time.


Can someone help me out here?

Thanks



-

This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge

Build the coolest Linux based applications with Moblin SDK  win
great prizes

Grand prize is a trip for two to an Open Source event anywhere in the
world

http://moblin-contest.org/redirect.php?banner_id=100url="">

___

Fink-devel mailing list

Fink-devel@lists.sourceforge.net

http://news.gmane.org/gmane.os.apple.fink.devel


  
-
  
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
  
Build the coolest Linux based applications with Moblin SDK  win
great prizes
  
Grand prize is a trip for two to an Open Source event anywhere in the
world
  
http://moblin-contest.org/redirect.php?banner_id=100url="">
  



  
  
  



-- 


 webholics
development + design 

Mario Volke

www.webholics.de
[EMAIL PROTECTED]





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] Bug in php5 package

2008-10-04 Thread Mario Volke




Ok hope this works.
My Arch is ppc.
On order to test the files you have to explain me what to do. I'm still
very new to fink packaging.

Can you explain why apache php knows to load the shared modules from
"/sw/lib/php5/20060613-zts" without setting extension_dir?
And why php cli then loads from "/sw/lib/php5/20060613"? Because this
can't be a 10.4 bug.
What you mean is the linker error AFTER setting the extension_dir in
php cli, right?

TheSin schrieb:
Arch = x86 or ppc, but it's okay I think it's a 10.4 bug
which is going to be very hard for me as I don't have access to 10.4
anywhere, I have one old DL patch that I had commented out still there
so I re enabled it, I'll see if it work on 10.5 then I'll send you to
the files to test for me, if that is okay?
  
---
  
TS
  
http://southofheaven.org/
  
Chaos is the beginning and end, try dealing with the rest.
  
  
On 4-Oct-08, at 12:33 AM, Mario Volke wrote:
  
  
  I've forgot this bug is only in the CLI
version.

I've also reinstalled all packages but it's the same.

OS is 10.4 Tiger

Xcode 2.2

Arch??






TheSin schrieb:


Odd I have every module installed and I don't get that I'll look at it
in the morning, what Xcode, OS and Arch?
  
---
  
TS
  
http://southofheaven.org/
  
Chaos is the beginning and end, try dealing with the rest.
  
  
On 4-Oct-08, at 12:21 AM, Mario wrote:
  
  
  Unfortunately there now is a new bug.

When you install some SplitOffs for example php5-mysql

you get the following php startup error:




PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/mysql.so' - (null) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/mysqli.so' - (null) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/pdo.so' - (null) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library
'/sw/lib/php5/20060613/pdo_mysql.so' - (null) in Unknown on line 0



But the modules are in /sw/lib/php5/20060613-zts

I don't know why php5 searches in /sw/lib/php5/20060613



TheSin schrieb:

fixed for cli and cgi variants in cvs
now, thanks for the report.
  
---
  
TS
  
http://southofheaven.org/
  
Chaos is the beginning and end, try dealing with the rest.
  
On 30-Sep-08, at 2:27 AM, Mario wrote:
  
  Hi there,


I stated this bug already in the general mailing list. But nobody

recognized it there.


I've installed the php5-cli package and there seems to be something

wrong with the php5.info file. On lines 202-203 you find the
following:


--with-config-file-path=/etc/php5/cli \

--with-config-file-scan-dir=/etc/php5/conf.d \


The problem is that the config files are not in /etc/php5/cli,

they are in %p/etc/php5/cli (/sw/etc/php5/cli)

The cgi version has the same bug. Only the apache2 version works
correct.


So it would be nice to update the package in order to get the right
paths.


Another point: It seems the php.ini files will get overridden
everytime

an update occurs. If that's the case it would be really bad to

reconfigure php all the time.


Can someone help me out here?

Thanks



-

This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge

Build the coolest Linux based applications with Moblin SDK  win
great prizes

Grand prize is a trip for two to an Open Source event anywhere in the
world

http://moblin-contest.org/redirect.php?banner_id=100url="">

___

Fink-devel mailing list

Fink-devel@lists.sourceforge.net

http://news.gmane.org/gmane.os.apple.fink.devel


  
-
  
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
  
Build the coolest Linux based applications with Moblin SDK  win
great prizes
  
Grand prize is a trip for two to an Open Source event anywhere in the
world
  
http://moblin-contest.org/redirect.php?banner_id=100url="">
  



  
  
  



--
webholics

development + design

Mario Volke


www.webholics.de

[EMAIL PROTECTED]

  
  
  




Re: [Fink-devel] DNS SPOOFING?

2008-10-04 Thread Alexander Hansen

On Oct 4, 2008, at 3:12 PM, Jack Howarth wrote:

   I am finding that when I try to do 'fink selfupdate'
 in cvs mode that the process fails with the following error...

 usr/bin/su howarth -c 'cvs -q -z3 update -d -P -l'
 @@@
 @   WARNING: POSSIBLE DNS SPOOFING DETECTED!  @
 @@@
 The RSA host key for fink.cvs.sourceforge.net has changed,
 and the key for the corresponding IP address 216.34.181.110
 is unknown. This could either mean that
 DNS SPOOFING is happening or the IP address for the host
 and its host key have changed at the same time.
 @@@
 @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
 @@@
 IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
 Someone could be eavesdropping on you right now (man-in-the-middle  
 attack)!
 It is also possible that the RSA host key has just been changed.

 Any ideas on what should be done to resolve this problem?
  Jack


The RSA host key has just been changed.  They didn't move the keys  
when they switched machines.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] permission denied when doing fink --build-as-nobody build mypackage.info

2008-10-04 Thread Karl-Michael Schindler
Dear fink developers,

When trying to validate a package i did fink --build-as-nobody build  
mypackage.info and had the following problem:

sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.1.fPqjuC
shell-init: error retrieving current directory: getcwd: cannot access  
parent directories: Permission denied
Can't locate Fink/Services.pm in @INC (@INC contains: /sw/lib/perl5 / 
sw/lib/perl5/darwin /System/Library/Perl/5.8.8/darwin-thread- 
multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin- 
thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/ 
Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 / 
Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread- 
multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 / 
Library/Perl/5.8.1 .) at /var/tmp/tmp.1.fPqjuC line 2.
BEGIN failed--compilation aborted at /var/tmp/tmp.1.fPqjuC line 2.
### execution of /var/tmp/tmp.1.fPqjuC failed, exit code 2

Thanks for your work

Karl-Michael Schindler

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] permission denied when doing fink --build-as-nobody build mypackage.info

2008-10-04 Thread Daniel Macks
You probably have overly-restrictive permissions on some part of the
(I assume) /sw/lib/perl5/Fink/Services.pm path. I see that the fink
paths are in @INC, so it's not sudo messing with your PERL5LIB. Make
sure all the dirs leading to fink's .pm are world-readable and
-executable and that the .pm themselves are world-readable.

dan

On Sat, Oct 04, 2008 at 12:17:18AM +0200, Karl-Michael Schindler wrote:
 Dear fink developers,
 
 When trying to validate a package i did fink --build-as-nobody build  
 mypackage.info and had the following problem:
 
 sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.1.fPqjuC
 shell-init: error retrieving current directory: getcwd: cannot access  
 parent directories: Permission denied
 Can't locate Fink/Services.pm in @INC (@INC contains: /sw/lib/perl5 / 
 sw/lib/perl5/darwin /System/Library/Perl/5.8.8/darwin-thread- 
 multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin- 
 thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/ 
 Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 / 
 Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread- 
 multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 / 
 Library/Perl/5.8.1 .) at /var/tmp/tmp.1.fPqjuC line 2.
 BEGIN failed--compilation aborted at /var/tmp/tmp.1.fPqjuC line 2.
 ### execution of /var/tmp/tmp.1.fPqjuC failed, exit code 2
 
 Thanks for your work
 
 Karl-Michael Schindler
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 http://news.gmane.org/gmane.os.apple.fink.devel

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel