Re: [Fink-users] build of python 2.4.2.5 fails due to missing socket

2006-04-05 Thread Stewart Midwinter
On 4/2/06, Alexander K. Hansen [EMAIL PROTECTED] wrote:
 What version of the XCode Tools are you using?  I was able to build it
 on my machine here (using the 10.4-transitional compiler
 configuration) with both XCode 2.1 and XCode 2.2.1.

i have XCode 2.2 installed on OS X 10.4.5

 Also, check above what you've posted--there may have been another
 error that resulted in skipping the step in which the missing
 directory was supposed to be created.

well, I can think of one thing.  I believe I deleted /sw/bin/python
some time ago.   I noticed that I had two installations of Python, one
in /sw/bin/python and one in /usr/local/bin/python, and packages that
I was installing were not being consistently installed in one
location. I'd find that the version of python that was being called up
was not the one with the module I wanted, and when I explicitly
changed to that other installation, then other modules would be
missing.  so I deleted /sw/bin/python and created a symlink to
/usr/local/bin/python.

for this upgrade, I deleted the symlink, but the build failed. So
instead I tried 'sudo fink install python24', but the error is the
same.  any suggestions on how to recover?  since python is part of a
large list of packages to be upgraded, the whole list fails to install
because of this failure.

here is a larger excerpt of my exception:
...
running install_scripts
copying build/scripts-2.4/idle -
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin
copying build/scripts-2.4/pydoc -
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin
copying build/scripts-2.4/smtpd.py -
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin
changing mode of //sw/src/fink.build/root-python24-2.4.2-5/sw/bin/idle to 755
changing mode of //sw/src/fink.build/root-python24-2.4.2-5/sw/bin/pydoc to 755
changing mode of
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin/smtpd.py to 755
if test -f /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python -o
-h /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python; \
then rm -f /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python; \
else true; \
fi
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; ln python2.4 python)
Creating directory /sw/share/man
Creating directory /sw/share/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man \
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; sed
's|/sw/bin/python|/sw/bin/python2.4|g'  idle  idle2.4; chmod 755
idle2.4; rm -f idle)
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; sed
's|/sw/bin/python|/sw/bin/python2.4|g'  pydoc  pydoc2.4; chmod 755
pydoc2.4; rm -f pydoc)
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; sed
's|/sw/bin/python|/sw/bin/python2.4|g'  smtpd.py  smtpd.py2.4; chmod
755 smtpd.p2.4; rm -f smtpd.py)
chmod: smtpd.p2.4: No such file or directory
(cd Misc; /bin/rm -rf RPM)
mkdir -p /sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24
/bin/cp -R Demo Doc
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24
/bin/cp -R Misc Tools /sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4
/bin/rm -f /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python24.1
cc -dynamiclib -single_module -all_load -undefined dynamic_lookup
-framework System -framework CoreServices -framework Foundation
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config/libpython2.4.a
-o 
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config/libpython2.4.dylib
-install_name /sw/lib/python2.4/config/libpython2.4.dylib
-current_version 2.4 -compatibility_version 2.4 -L/sw/lib -ldl
ld: warning -dylib_install_name
/sw/lib/python2.4/config/libpython2.4.dylib not found in segment
address table LD_SEG_ADDR_TABLE
/sw/var/lib/fink/prebound/seg_addr_table
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config;
mv Makefile Makefile.orig; sed 's|-fno-common||g'  Makefile.orig 
Makefile; /bin/rm -f Makefile.orig)
ln -s /sw/bin/python2.4 /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python
ln -s /sw/bin/pydoc2.4 /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/pydoc
ln -s /sw/bin/idle2.4 /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/idle
ln -s /sw/bin/smtpd.py2.4
/sw/src/fink.build/root-python24-2.4.2-5/sw/bin/smtpd.py
ln -s /sw/share/man/man1/python24.1
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
(mkdir -p /sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24/html;
cd ..; /bin/cp -R Python-Docs-2.4.2/
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24/html)
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24
/usr/bin/install -c -p -m 644 README LICENSE
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24/
/bin/rm -f /sw/src/fink.build/root-python24-2.4.2-5/sw/info/dir

[Fink-users] Re: Apache 2.0.55-10 Error

2006-04-05 Thread Anthony
Has anybody solved this? I am getting this error and 
cannot use CGI scripts on my server...most annoying 
as I was trying to learn Ruby on Rails.
I am on OS X 10.3.9, and using Fink's Apache2 v. 2.0.53
The error says:
dyld: /sw/sbin/httpd Undefined symbols:
/sw/lib/apache2/modules/mod_cgi.so undefined reference to
_apr_procattr_addrspace_set expected to be defined in a 
dynamic image
[Wed Apr 05 13:45:10 2006] [notice] child pid 11518 
exit signal Trace/BPT trap (5)




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Python install ok with apt-get but not with Fink - why?

2006-04-05 Thread Stewart Midwinter
As I understand, we can install packages either in binary form (with
apt-get) or in source-code form (with fink install).   Shouldn't the
results be the same in either case, at the end of the day?

My problem is the following. If I do fink updateall, the process fails
because python24 fails to install. Specifically, python24-socket fails
to install after failing to make a directory.   However, if I use
apt-get install python24, the package is installed without complaint. 
AND YET, after that, the next fink updateall still tries to install
python24 again, and fails.

How to resolve this situation?

thanks,
S


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: gtk2-pm581

2006-04-05 Thread Daniel E. Macks
Is fixed now in gtk2-pm581-1.120-2 (on 10.3 and 10.4-transitional) and
-1002 (on 10.4). Propagation likely delayed as cvs.sf struggles back
from the dead...

dan

Daniel Macks [EMAIL PROTECTED] said:
 Sounds like it. At the moment, developer CVS access is disabled due to
 a SourceForge hardware failure. When they fix their problem, we can
 easily fix ours...

 dan

 On Thu, Mar 30, 2006 at 06:52:38PM -0600, Robert T Wyatt wrote:
 In the 10.3 tree, I believe gtk2-pm581 needs its versioned dependency on 
 glib-pm581 bumped (builds fine after updating glib-pm581 -- maintainer 
 cc'd):
 
 from dumpinfo:
 depends: perl581-core, xml-parser-pm581, xml-writer-pm, glib2-shlibs, 
 libgettext3-shlibs, libiconv, x11, gtk+2-shlibs, atk1-shlibs, 
 pango1-xft2-shlibs, glib-pm581 (= 1.104-1)
 
 
 from build failure:
 
 Checking if your kit is complete...
 Looks good
 MakeMaker FATAL: prerequisites not found (Glib 1.120)
 
Please install these modules first and rerun 'perl 
 Makefile.PL'.
 ### execution of /usr/bin/perl5.8.1 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-gtk2-pm581-1.120-1
 (Reading database ... 301859 files and directories currently installed.)
 Removing fink-buildlock-gtk2-pm581-1.120-1 ...
 Failed: phase compiling: gtk2-pm581-1.120-1 failed
 
 Before reporting any errors, please run fink selfupdate and
 try again.  If you continue to have issues, please check to see if the
 FAQ on fink's website solves the problem.  If not, ask on the fink-users
 or fink-beginners mailing lists.  As a last resort, you can try e-mailing
 the maintainer directly:
 
 Hisashi T Fujinaka [EMAIL PROTECTED]
 
 
 $ fink list glib
 Information about 5790 packages read in 8 seconds.
  i   glib 1.2.10-18 
 Common C routines used by Gtk+ and other libs
 (i)  glib-pm581   1.120-1 
 Glib:: perl module (bindings for glib2)
  glib-pm586   1.120-1 
 Glib:: perl module (bindings for glib2)
  i   glib-shlibs  1.2.10-18 
 Common C routines used by Gtk+ and other libs
  i   glib22.8.6-1 
 Handy library of utility functions
  i   glib2-dev2.8.6-1 
 Handy library of utility functions
  i   glib2-shlibs 2.8.6-1 
 Handy library of utility functions
  glibmm2.42.6.1-1 
 C++ interface for the gtk+2 library
  glibmm2.4-dev2.6.1-1 
 C++ interface for the gtk+2 library
  glibmm2.4-shlibs 2.6.1-1 
 C++ interface for the gtk+2 library
  i   glibwww  0.2-15 
 Set of register/unregister functions
  i   glibwww-shlibs   0.2-15 
 Set of register/unregister functions
  taglib   1.4-11 
 Audio meta-data library
  taglib-shlibs1.4-11
 
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users

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



 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642


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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Python install ok with apt-get but not with Fink - why?

2006-04-05 Thread Daniel Macks
On Wed, Apr 05, 2006 at 09:20:20AM -0600, Stewart Midwinter wrote:
 As I understand, we can install packages either in binary form (with
 apt-get) or in source-code form (with fink install).   Shouldn't the
 results be the same in either case, at the end of the day?
 
 My problem is the following. If I do fink updateall, the process fails
 because python24 fails to install. Specifically, python24-socket fails
 to install after failing to make a directory.   However, if I use
 apt-get install python24, the package is installed without complaint. 
 AND YET, after that, the next fink updateall still tries to install
 python24 again, and fails.
 
 How to resolve this situation?

You sure you're looking at the same revision of the same version of
the packages?

dan

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



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users