Re: Can no longer install ports

2003-07-11 Thread Adam
On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
 When I do a make install in any ports dir, I now get this:
 
 speyburn# cd /usr/ports/graphics/tiff
 speyburn# make
 speyburn# make install
 ===  Installing for tiff-3.5.7_1
 ===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
 ===   Generating temporary packing list
 ===  Checking if graphics/tiff already installed
 *** Error code 1
 
 Stop in /usr/ports/graphics/tiff.
 
 make deinstall generates the same error.

There was a guy in #freebsd on FreeNode (IRC) yesterday describing the
exact same problem, but it was crashing when installing python. After
talking with him a while, we decided that either:
a) his ruby was broken and needed to be reinstalled
b) his portupgrade was broken and needed to be reinstalled
c) his pkgdb was broken (he tried running 'pkgdb -F' and it crashed)

Anyhow, I would suggest looking into reinstalling your ruby and
portupgrade. Hopefully that helps.

-- 
Adam [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can no longer install ports

2003-07-11 Thread Dan Nelson
In the last episode (Jul 11), Adam said:
 On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
  When I do a make install in any ports dir, I now get this:
  
  speyburn# cd /usr/ports/graphics/tiff
  speyburn# make
  speyburn# make install
  ===  Installing for tiff-3.5.7_1
  ===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
  ===   Generating temporary packing list
  ===  Checking if graphics/tiff already installed
  *** Error code 1
  
  Stop in /usr/ports/graphics/tiff.
  
  make deinstall generates the same error.

I believe this particular problem is due to a too-old pkg_info command.
Try running ktrace -di make install, then kdump and see the exact
error message.  Rebuild from /usr/src/usr.sbin/pkg_install .
 
 There was a guy in #freebsd on FreeNode (IRC) yesterday describing the
 exact same problem, but it was crashing when installing python. After
 talking with him a while, we decided that either:
 a) his ruby was broken and needed to be reinstalled
 b) his portupgrade was broken and needed to be reinstalled
 c) his pkgdb was broken (he tried running 'pkgdb -F' and it crashed)
 
 Anyhow, I would suggest looking into reinstalling your ruby and
 portupgrade. Hopefully that helps.

Neither ruby nor portupgrade are used in a stock make install.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can no longer install ports

2003-07-11 Thread Dragoncrest
Ya know, that's kinda funny.  I had this EXACT same issue not even a
week ago.  Could this be a bug that we don't know about?  What's the fix
for it...if any?

 In the last episode (Jul 11), Adam said:
  On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
   When I do a make install in any ports dir, I now get this:
   
   speyburn# cd /usr/ports/graphics/tiff
   speyburn# make
   speyburn# make install
   ===  Installing for tiff-3.5.7_1
   ===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
   ===   Generating temporary packing list
   ===  Checking if graphics/tiff already installed
   *** Error code 1


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can no longer install ports

2003-07-11 Thread Ariff Abdullah


Your /usr/sbin/pkg_info is old, recent bsd.port.mk require
'-O' option which is not supported by your pkg_info (perhaps
4.6.x release or older). Try to fetch the recent pkg_install
( /usr/src/usr.sbin/pkg_install ) sources and rebuild it.
By the way, the ports tree maintainer should aware about this.

On Fri, 11 Jul 2003 17:58:51 -0400
Dragoncrest [EMAIL PROTECTED] wrote:
 Ya know, that's kinda funny.  I had this EXACT same issue not even a
 week ago.  Could this be a bug that we don't know about?  What's the fix
 for it...if any?
 
  In the last episode (Jul 11), Adam said:
   On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
When I do a make install in any ports dir, I now get this:

speyburn# cd /usr/ports/graphics/tiff
speyburn# make
speyburn# make install
===  Installing for tiff-3.5.7_1
===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
===   Generating temporary packing list
===  Checking if graphics/tiff already installed
*** Error code 1
 

-- 
Ariff Abdullah
MyBSD
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can no longer install ports

2003-07-11 Thread Kris Kennaway
On Sat, Jul 12, 2003 at 06:14:39AM +0800, Ariff Abdullah wrote:
 
 
 Your /usr/sbin/pkg_info is old, recent bsd.port.mk require
 '-O' option which is not supported by your pkg_info (perhaps
 4.6.x release or older). Try to fetch the recent pkg_install
 ( /usr/src/usr.sbin/pkg_install ) sources and rebuild it.
 By the way, the ports tree maintainer should aware about this.

He is, but old releases are not supported.  That said, I have a patch
will I'll be committing in a few days.

Kris


pgp0.pgp
Description: PGP signature


Re: Can no longer install ports

2003-07-10 Thread Kris Kennaway
On Tue, Jul 08, 2003 at 10:41:33AM +0100, Jim Hatfield wrote:
 When I do a make install in any ports dir, I now get this:

You forgot to mention what version you're running.

Kris

pgp0.pgp
Description: PGP signature


Can no longer install ports

2003-07-08 Thread Jim Hatfield
When I do a make install in any ports dir, I now get this:

speyburn# cd /usr/ports/graphics/tiff
speyburn# make
speyburn# make install
===  Installing for tiff-3.5.7_1
===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
===   Generating temporary packing list
===  Checking if graphics/tiff already installed
*** Error code 1

Stop in /usr/ports/graphics/tiff.

make deinstall generates the same error.

I tried make -d A but the output was voluminous, to say
the least.

This coincided with strange problems doing portupgrades, 
where I would end up with duplicate directories in /var/db/pkg,
the duplicate having .tbz or .tgz attached to the directory
name.

A clue as to where to look would be appreciated.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]