Re: problem with python

From: Sean McNeil <sean_at_mcneil.com>
Date: Thu, 19 Feb 2004 10:11:39 -0800
Sorry for the delay,

Here is the output of make depends.  It didn't do anything, so it didn't
solve my problem:

===>   straw-0.22 depends on shared library: X11.6 - found
===>   straw-0.22 depends on shared library: esd.2 - found
===>   straw-0.22 depends on shared library: glib-2.0.200 - found
===>   straw-0.22 depends on shared library: atk-1.0.400 - found
===>   straw-0.22 depends on shared library: pango-1.0.200 - found
===>   straw-0.22 depends on shared library: gtk-x11-2.0.200 - found
===>   straw-0.22 depends on shared library: linc.1 - found
===>   straw-0.22 depends on shared library: IDL-2.0 - found
===>   straw-0.22 depends on shared library: ORBit-2.0 - found
===>   straw-0.22 depends on shared library: glade-2.0.0 - found
===>   straw-0.22 depends on shared library: xml2.5 - found
===>   straw-0.22 depends on shared library: xslt.2 - found
===>   straw-0.22 depends on shared library: bonobo-2.0 - found
===>   straw-0.22 depends on shared library: gconf-2.5 - found
===>   straw-0.22 depends on shared library: gnomevfs-2.400 - found
===>   straw-0.22 depends on shared library: gailutil.17 - found
===>   straw-0.22 depends on shared library: gnomecanvas-2.400 - found
===>   straw-0.22 depends on shared library: art_lgpl_2.5 - found
===>   straw-0.22 depends on shared library: gnomeprint-2-2.1 - found
===>   straw-0.22 depends on shared library: gnomeprintui-2-2.1 - found
===>   straw-0.22 depends on shared library: gnome-2.400 - found
===>   straw-0.22 depends on shared library: bonoboui-2.0 - found
===>   straw-0.22 depends on shared library: gnomeui-2.400 - found
===>   straw-0.22 depends on shared library: gtkhtml-2.0 - found
===>   straw-0.22 depends on shared library: gnome-desktop-2.3 - found
===>   straw-0.22 depends on shared library: wnck-1.11 - found
===>   straw-0.22 depends on shared library: zvt-2.0.0 - found
===>   straw-0.22 depends on shared library: rsvg-2.6 - found
===>   straw-0.22 depends on shared library: eel-2.6 - found
===>   straw-0.22 depends on shared library: panel-applet-2.0 - found
===>   straw-0.22 depends on shared library: nautilus.2 - found
===>   straw-0.22 depends on shared library: gsf-1.9 - found
===>   straw-0.22 depends on file: /usr/local/bin/python - found
===>   straw-0.22 depends on executable: gmake - found
===>   straw-0.22 depends on file:
/usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
===>   straw-0.22 depends on executable: pkg-config - found
===>   straw-0.22 depends on file: /usr/local/bin/intltool-extract -
found
===>   straw-0.22 depends on file:
/usr/local/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py - found
===>   straw-0.22 depends on file:
/usr/local/lib/python2.3/site-packages/gtk-2.0/gnome/__init__.py - found
===>   straw-0.22 depends on file:
/usr/local/lib/python2.3/site-packages/mx/DateTime/mxDateTime/__init__.py - found
===>   straw-0.22 depends on file: /usr/local/bin/python - found
===>   straw-0.22 depends on file:
/usr/local/lib/python2.3/site-packages/_bsddb.so - found
===>   straw-0.22 depends on file: /usr/X11R6/share/gnome/.keep_me -
found
===>   straw-0.22 depends on file:
/usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
===>   straw-0.22 depends on executable: pkg-config - found
===>   straw-0.22 depends on file:
/usr/local/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py - found
===>   straw-0.22 depends on file:
/usr/local/lib/python2.3/site-packages/gtk-2.0/gnome/__init__.py - found

Also, I tried to do a make deinstall and now my package dependencies are
missing net/straw and make install still fails :(

On Wed, 2004-02-18 at 22:22, Jeremy Messenger wrote:
> On Thu, 19 Feb 2004 00:37:24 -0500, Joe Marcus Clarke 
> <marcus_at_marcuscom.com> wrote:
> 
> > On Wed, 2004-02-18 at 19:23, Jeremy Messenger wrote:
> >> On Wed, 18 Feb 2004 14:35:10 -0800, Sean McNeil <sean_at_mcneil.com> wrote:
> >>
> >> > Hi folks,
> >> >
> >> > I've completely updated my system and I am 90% sure I have nothing
> >> > referencing libc_r anymore.  Only, I'm seeing a problem with a latest
> >> > port update:
> >> >
> >> > /usr/local/bin/python -O /tmp/tmpc4jznU.py
> >> > error: Interrupted system call
> >> > *** Error code 1
> >> >
> >> > Stop in /usr/ports/net/straw.
> >> >
> >> > I tried to portupgrade -f my python install to be sure and got the 
> >> same
> >> > result.
> >> >
> >> > Anyone else having difficulty?
> >>
> >> Does it happen on other python script too? Umm, can you show the 
> >> pkg_info?
> >> Can you try do 'make depends ; make install'? If it solves your problem,
> >> then I think I know what net/straw needs to fix.
> >
> > I've only seen this with straw thus far.  I have the latest python
> > everything, and no more libc_r.  I can test this make depends combo
> > tomorrow.
> 
> Umm, I did the test by removed few dependenies and the setup.py will 
> report the error correct like mxDateTime doesn't exist. I am not sure if 
> it will fix both of your problem since your reported different error, but 
> I hope it's just a dependency build problem.. I have sent it to PR, it 
> should create a new PR number soon.
> 
> Cheers,
> Mezz
> 
> > Joe
> >
> >>
> >> Cheers,
> >> Mezz
> >>
> >> > Sean
> 
Received on Thu Feb 19 2004 - 09:11:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:43 UTC