Re: py-gtk install hangs

2010-11-07 Thread Chip Camden
Quoth Chad Perrin on Sunday, 07 November 2010:
 I've tried installing the py-gtk port a couple of times now with the same
 result each time:
 
 checking if C preprocessor likes IDL... yes
 checking if C preprocessor can read from stdin... yes
 checking how to ignore standard include path...
 
 At this point, it hangs indefinitely.  If I kill it with Ctrl-C, I get
 this output:
 
 sed: confdefs.h: No such file or directory
 ===  Script configure failed unexpectedly.
 
 It also suggests I use gnomelogalyzer.sh to diagnose the problem, but
 before I bother I'd like to know if this is a known issue with an easy
 fix.  Anyone?
 
 -- 
 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


I just tried it, and mine is hung there now.  Not drawing any apparent
processor or disk load.  I'll leave it sitting there and see what else I
can figure out.

It's actually in the configure phase of the ORBit port, on which py-gtk
apparently depends.

-- 
Sterling (Chip) Camden| sterl...@camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com| http://chipsquips.com


pgpb5BQOUHm9M.pgp
Description: PGP signature


Re: py-gtk install hangs

2010-11-07 Thread Chris Brennan
On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden sterl...@camdensoftware.comwrote:



 I just tried it, and mine is hung there now.  Not drawing any apparent
 processor or disk load.  I'll leave it sitting there and see what else I
 can figure out.

 It's actually in the configure phase of the ORBit port, on which py-gtk
 apparently depends.


I just looked at my ports and I only see this

Port:   x11-toolkits/py-gtkscintilla
Moved:
Date:   2009-11-30
Reason: Has expired: no longer under development, last release in 2002

Did you know...

If you play a Windows 2000 CD backwards, you hear satanic messages,
but what's worse is when you play it forward
  ...it installs Windows 2000

   -- Alfred Perlstein on chat at freebsd.org
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: py-gtk install hangs

2010-11-07 Thread Chip Camden
Quoth Chris Brennan on Sunday, 07 November 2010:
 On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden 
 sterl...@camdensoftware.comwrote:
 
 
 
  I just tried it, and mine is hung there now.  Not drawing any apparent
  processor or disk load.  I'll leave it sitting there and see what else I
  can figure out.
 
  It's actually in the configure phase of the ORBit port, on which py-gtk
  apparently depends.
 
 
 I just looked at my ports and I only see this
 
 Port:   x11-toolkits/py-gtkscintilla
 Moved:
 Date:   2009-11-30
 Reason: Has expired: no longer under development, last release in 2002
 

???

I have x11-toolkits/py-gtk, among others.  Are you doing a directory
listing of /usr/ports/x11-toolkits, or are you obtaining this information
some other way?

-- 
Sterling (Chip) Camden| sterl...@camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com| http://chipsquips.com


pgpOw1TlQsEni.pgp
Description: PGP signature


Re: py-gtk install hangs

2010-11-07 Thread Chris Brennan
On Sun, Nov 7, 2010 at 8:26 PM, Chip Camden sterl...@camdensoftware.comwrote:

 Quoth Chris Brennan on Sunday, 07 November 2010:
  On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden sterl...@camdensoftware.com
 wrote:
 
  
  
   I just tried it, and mine is hung there now.  Not drawing any apparent
   processor or disk load.  I'll leave it sitting there and see what else
 I
   can figure out.
  
   It's actually in the configure phase of the ORBit port, on which py-gtk
   apparently depends.
  
  
  I just looked at my ports and I only see this
 
  Port:   x11-toolkits/py-gtkscintilla
  Moved:
  Date:   2009-11-30
  Reason: Has expired: no longer under development, last release in 2002
 

 ???

 I have x11-toolkits/py-gtk, among others.  Are you doing a directory
 listing of /usr/ports/x11-toolkits, or are you obtaining this information
 some other way?


cd /usr/ports; make search name=py-gtk and it returned one result ... are
you using an up to date snapshot? try 'portsnap fetch extract update'

incidentally if I grep the dir for py-gtk I get the following results

[r...@blackdragon [/usr/ports]# lsl x11-toolkits/ | grep py-gtk
 2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk
 2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk2
 2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkextra
 2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkglext
 2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtksourceview
[r...@blackdragon [/usr/ports]#

for shiggles, I shall try and build it manually and see where I get on this
 if more then one of us do encounter the same stop then something
upstream must be broke and we should try and track down where and report it
to the port maintainer.

Did you know...

If you play a Windows 2000 CD backwards, you hear satanic messages,
but what's worse is when you play it forward
  ...it installs Windows 2000

   -- Alfred Perlstein on chat at freebsd.org
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: py-gtk install hangs

2010-11-07 Thread Chris Brennan
Did you know...

If you play a Windows 2000 CD backwards, you hear satanic messages,
but what's worse is when you play it forward
  ...it installs Windows 2000

   -- Alfred Perlstein on chat at freebsd.org
http://lists.freebsd.org/mailman/listinfo/freebsd-questions




On Sun, Nov 7, 2010 at 8:38 PM, Chris Brennan xa...@xaerolimit.net wrote:

 On Sun, Nov 7, 2010 at 8:26 PM, Chip Camden 
 sterl...@camdensoftware.comwrote:

 Quoth Chris Brennan on Sunday, 07 November 2010:
  On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden 
 sterl...@camdensoftware.comwrote:
 
  
  
   I just tried it, and mine is hung there now.  Not drawing any apparent
   processor or disk load.  I'll leave it sitting there and see what else
 I
   can figure out.
  
   It's actually in the configure phase of the ORBit port, on which
 py-gtk
   apparently depends.
  
  
  I just looked at my ports and I only see this
 
  Port:   x11-toolkits/py-gtkscintilla
  Moved:
  Date:   2009-11-30
  Reason: Has expired: no longer under development, last release in 2002
 

 ???

 I have x11-toolkits/py-gtk, among others.  Are you doing a directory
 listing of /usr/ports/x11-toolkits, or are you obtaining this information
 some other way?


 cd /usr/ports; make search name=py-gtk and it returned one result ... are
 you using an up to date snapshot? try 'portsnap fetch extract update'

 incidentally if I grep the dir for py-gtk I get the following results

 [r...@blackdragon [/usr/ports]# lsl x11-toolkits/ | grep py-gtk
  2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk
  2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk2
  2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkextra
  2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkglext
  2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtksourceview
 [r...@blackdragon [/usr/ports]#

 for shiggles, I shall try and build it manually and see where I get on this
  if more then one of us do encounter the same stop then something
 upstream must be broke and we should try and track down where and report it
 to the port maintainer.


 Did you know...

 If you play a Windows 2000 CD backwards, you hear satanic messages,
 but what's worse is when you play it forward
   ...it installs Windows 2000


-- Alfred Perlstein on chat at freebsd.org 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions



Make revealed the following for me (on my fbsd64-8.1 install on my laptop
(running a gui env))

[r...@blackdragon [/usr/ports/x11-toolkits/py-gtk]# make

===  py26-gtk-0.6.11_10 conflicts with installed package(s):
  py26-gobject-2.21.1
  py26-gtk-2.17.0_4

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-gtk.
[r...@blackdragon [/usr/ports/x11-toolkits/py-gtk]#

Did you try and build x11-toolkits/py-gtk2?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: py-gtk install hangs

2010-11-07 Thread Chip Camden
Quoth Chris Brennan on Sunday, 07 November 2010:
 Did you know...
 
 If you play a Windows 2000 CD backwards, you hear satanic messages,
 but what's worse is when you play it forward
   ...it installs Windows 2000
 
-- Alfred Perlstein on chat at freebsd.org
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 
 
 
 
 On Sun, Nov 7, 2010 at 8:38 PM, Chris Brennan xa...@xaerolimit.net wrote:
 
  On Sun, Nov 7, 2010 at 8:26 PM, Chip Camden 
  sterl...@camdensoftware.comwrote:
 
  Quoth Chris Brennan on Sunday, 07 November 2010:
   On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden 
  sterl...@camdensoftware.comwrote:
  
   
   
I just tried it, and mine is hung there now.  Not drawing any apparent
processor or disk load.  I'll leave it sitting there and see what else
  I
can figure out.
   
It's actually in the configure phase of the ORBit port, on which
  py-gtk
apparently depends.
   
   
   I just looked at my ports and I only see this
  
   Port:   x11-toolkits/py-gtkscintilla
   Moved:
   Date:   2009-11-30
   Reason: Has expired: no longer under development, last release in 2002
  
 
  ???
 
  I have x11-toolkits/py-gtk, among others.  Are you doing a directory
  listing of /usr/ports/x11-toolkits, or are you obtaining this information
  some other way?
 
 
  cd /usr/ports; make search name=py-gtk and it returned one result ... are
  you using an up to date snapshot? try 'portsnap fetch extract update'
 
  incidentally if I grep the dir for py-gtk I get the following results
 
  [r...@blackdragon [/usr/ports]# lsl x11-toolkits/ | grep py-gtk
   2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk
   2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk2
   2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkextra
   2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkglext
   2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtksourceview
  [r...@blackdragon [/usr/ports]#
 
  for shiggles, I shall try and build it manually and see where I get on this
   if more then one of us do encounter the same stop then something
  upstream must be broke and we should try and track down where and report it
  to the port maintainer.
 
 
  Did you know...
 
  If you play a Windows 2000 CD backwards, you hear satanic messages,
  but what's worse is when you play it forward
...it installs Windows 2000
 
 
 -- Alfred Perlstein on chat at freebsd.org 
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 
 
 
 Make revealed the following for me (on my fbsd64-8.1 install on my laptop
 (running a gui env))
 
 [r...@blackdragon [/usr/ports/x11-toolkits/py-gtk]# make
 
 ===  py26-gtk-0.6.11_10 conflicts with installed package(s):
   py26-gobject-2.21.1
   py26-gtk-2.17.0_4
 
   They install files into the same place.
   Please remove them first with pkg_delete(1).
 *** Error code 1
 
 Stop in /usr/ports/x11-toolkits/py-gtk.
 [r...@blackdragon [/usr/ports/x11-toolkits/py-gtk]#
 
 Did you try and build x11-toolkits/py-gtk2?
 ___

No, I did not.  Nor did I get this error.  I can reproduce the problem
just by trying to build devel/ORBit

-- 
Sterling (Chip) Camden| sterl...@camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com| http://chipsquips.com


pgpOfMussh553.pgp
Description: PGP signature


Re: py-gtk install hangs

2010-11-07 Thread Chris Brennan
On Sun, Nov 7, 2010 at 8:49 PM, Chip Camden sterl...@camdensoftware.comwrote:

 Quoth Chris Brennan on Sunday, 07 November 2010:
  Did you know...
 
  If you play a Windows 2000 CD backwards, you hear satanic messages,
  but what's worse is when you play it forward
...it installs Windows 2000
 
 -- Alfred Perlstein on chat at freebsd.org
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 
 
 
 
  On Sun, Nov 7, 2010 at 8:38 PM, Chris Brennan xa...@xaerolimit.net
 wrote:
 
   On Sun, Nov 7, 2010 at 8:26 PM, Chip Camden 
 sterl...@camdensoftware.comwrote:
  
   Quoth Chris Brennan on Sunday, 07 November 2010:
On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden 
   sterl...@camdensoftware.comwrote:
   


 I just tried it, and mine is hung there now.  Not drawing any
 apparent
 processor or disk load.  I'll leave it sitting there and see what
 else
   I
 can figure out.

 It's actually in the configure phase of the ORBit port, on which
   py-gtk
 apparently depends.


I just looked at my ports and I only see this
   
Port:   x11-toolkits/py-gtkscintilla
Moved:
Date:   2009-11-30
Reason: Has expired: no longer under development, last release in
 2002
   
  
   ???
  
   I have x11-toolkits/py-gtk, among others.  Are you doing a directory
   listing of /usr/ports/x11-toolkits, or are you obtaining this
 information
   some other way?
  
  
   cd /usr/ports; make search name=py-gtk and it returned one result ...
 are
   you using an up to date snapshot? try 'portsnap fetch extract update'
  
   incidentally if I grep the dir for py-gtk I get the following results
  
   [r...@blackdragon [/usr/ports]# lsl x11-toolkits/ | grep py-gtk
2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk
2 drwxr-xr-x3 root  wheel   512B Oct 30 15:07 py-gtk2
2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkextra
2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtkglext
2 drwxr-xr-x2 root  wheel   512B Oct 30 15:07 py-gtksourceview
   [r...@blackdragon [/usr/ports]#
  
   for shiggles, I shall try and build it manually and see where I get on
 this
    if more then one of us do encounter the same stop then something
   upstream must be broke and we should try and track down where and
 report it
   to the port maintainer.
  
  
   Did you know...
  
   If you play a Windows 2000 CD backwards, you hear satanic messages,
   but what's worse is when you play it forward
 ...it installs Windows 2000
  
  
  -- Alfred Perlstein on chat at freebsd.org 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  
  
  
  Make revealed the following for me (on my fbsd64-8.1 install on my laptop
  (running a gui env))
 
  [r...@blackdragon [/usr/ports/x11-toolkits/py-gtk]# make
 
  ===  py26-gtk-0.6.11_10 conflicts with installed package(s):
py26-gobject-2.21.1
py26-gtk-2.17.0_4
 
They install files into the same place.
Please remove them first with pkg_delete(1).
  *** Error code 1
 
  Stop in /usr/ports/x11-toolkits/py-gtk.
  [r...@blackdragon [/usr/ports/x11-toolkits/py-gtk]#
 
  Did you try and build x11-toolkits/py-gtk2?
  ___

 No, I did not.  Nor did I get this error.  I can reproduce the problem
 just by trying to build devel/ORBit

 --

I have been sucked into my mmo for the evening :D I shall embark on a sample
build of ORBit tomorrow between classes and see where I get.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: py-gtk install hangs

2010-11-07 Thread Chad Perrin
On Sun, Nov 07, 2010 at 08:39:55PM -0500, Chris Brennan wrote:
 
 Did you try and build x11-toolkits/py-gtk2?

That works fine for me -- including providing for the reason I needed
py-gtk in the first place.  I'm still a little curious about what's going
on with that build hang, even if it's not really important for my current
needs, though.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgpdviy5SHvpq.pgp
Description: PGP signature