Re: Can't install/upgrade/remove ports (somewhat resolved)

2003-07-09 Thread Dragoncrest
It was happening to all ports.  I can't even install fresh.  But 
it seems that the problem I'm having with that server is much bigger than 
just the ports.  I'm running into all kinds of joy and fun trying to get it 
to behave.  It's panicking on compiles and spontaneously rebooting.  I'm 
suspect of either something in the hardware or the ram, but I'm not sure 
which.  I've already switched over to my backup server and I'm just going 
to take this one and throw the book at it to see what breaks and then fix 
it from there.

At 03:42 PM 7/8/03 -0400, you wrote:
Dragoncrest [EMAIL PROTECTED] writes:

  Ok, I have a little bit more information on this problem.
 Tried installing a new port, one that hasn't been installed before.
 Make worked fine.  But as soon as I do make install it fails out
 exactly the same way each time.  Is there something I can do to fix
 this?  I've even rebuilt my pkgdb file and no luck.  Any ideas?
Is it unique to the port, or is it happening to all of the ports?


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


Re: Can't install/upgrade/remove ports

2003-07-08 Thread Bjarne Wichmann Petersen
On Tuesday 08 July 2003 00:15, Dragoncrest wrote:
 Just recently ran into an issue upgrading, removing, or installing
 ports.  For some strange reason when I compile the port, it's fine, but
 as soon as the make install or any installing command runs it
 immediately dumps out with an error similar to this:

 === Generating temporary packing list
 === Checking if www/lynx-current already installed
 *** Error code 1

 It then dumps out and it won't go any farther.  It even refuses to
 remove the port even though it removes the pkg_info entry.  Anyone know
 what is causing this?  I'd really apreciate any help on this.  Thanks.

I had this exactly this problem yesterday. I don't know exactly what was 
wrong, but I think it was some package or dependency that had ruined 
something in the pkgdb.

I tried rebuilding the db with pkgdb, but it really didn't help. I had to 
remove /var/db/pkg/flashpluginwrapper that didn't show up when I ran 
pkg_info. After that, no problem.

Bjarne
-- 
Homepage: http://www.mekanix.dk

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


Re: Can't install/upgrade/remove ports

2003-07-08 Thread Lowell Gilbert
Dragoncrest [EMAIL PROTECTED] writes:

  Ok, I have a little bit more information on this problem.
 Tried installing a new port, one that hasn't been installed before.
 Make worked fine.  But as soon as I do make install it fails out
 exactly the same way each time.  Is there something I can do to fix
 this?  I've even rebuilt my pkgdb file and no luck.  Any ideas?

Is it unique to the port, or is it happening to all of the ports?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't install/upgrade/remove ports

2003-07-07 Thread Dragoncrest
Just recently ran into an issue upgrading, removing, or installing
ports.  For some strange reason when I compile the port, it's fine, but
as soon as the make install or any installing command runs it
immediately dumps out with an error similar to this:

=== Generating temporary packing list
=== Checking if www/lynx-current already installed
*** Error code 1

It then dumps out and it won't go any farther.  It even refuses to
remove the port even though it removes the pkg_info entry.  Anyone know
what is causing this?  I'd really apreciate any help on this.  Thanks.

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


Re: Can't install/upgrade/remove ports

2003-07-07 Thread Clement Laforet
On Mon, 7 Jul 2003 18:15:40 -0400
Dragoncrest [EMAIL PROTECTED] wrote:

 Just recently ran into an issue upgrading, removing, or installing
 ports.  For some strange reason when I compile the port, it's fine, but
 as soon as the make install or any installing command runs it
 immediately dumps out with an error similar to this:
 
 === Generating temporary packing list
 === Checking if www/lynx-current already installed
 *** Error code 1
 
 It then dumps out and it won't go any farther.  It even refuses to
 remove the port even though it removes the pkg_info entry.  Anyone know
 what is causing this?  I'd really apreciate any help on this.  Thanks.

did you /var/db/pkg/ entry ?

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


Re: Can't install/upgrade/remove ports

2003-07-07 Thread Dragoncrest
 did you /var/db/pkg/ entry ?

I don't understand what you mean.  I've looked in there, even tinkered
in there a bit to try to trick the ports to install/upgrade but to no
luck.  Someone at work mentioned about rebuilding the pkgdb, but I'm not
sure how to do that.


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


Re: Can't install/upgrade/remove ports

2003-07-07 Thread Dragoncrest
Ok, I have a little bit more information on this problem.  Tried 
installing a new port, one that hasn't been installed before.  Make worked 
fine.  But as soon as I do make install it fails out exactly the same way 
each time.  Is there something I can do to fix this?  I've even rebuilt my 
pkgdb file and no luck.  Any ideas?

At 08:36 PM 7/7/03 -0400, Dragoncrest wrote:
 did you /var/db/pkg/ entry ?

I don't understand what you mean.  I've looked in there, even tinkered
in there a bit to try to trick the ports to install/upgrade but to no
luck.  Someone at work mentioned about rebuilding the pkgdb, but I'm not
sure how to do that.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: Can't install/upgrade/remove ports

2003-07-07 Thread Serge Yaroshenko
Hi!
You want upgrade installed ports ? If yes then install 
/usr/ports/sysutils/portupgrade and
read man pages for portsdb, pkgdb, portversion and portupgrade.
This utils check what ports version in /usr/ports (portsdb) and what 
ports installed in your System (pkgdb).
portversion - list all ports; sign '' - what need updates.
portupgrade do update work very fine.

I use this utils about 2 year.

Sorry for my bad english!

Serge.

Dragoncrest wrote:

Just recently ran into an issue upgrading, removing, or installing
ports.  For some strange reason when I compile the port, it's fine, but
as soon as the make install or any installing command runs it
immediately dumps out with an error similar to this:
=== Generating temporary packing list
=== Checking if www/lynx-current already installed
*** Error code 1
It then dumps out and it won't go any farther.  It even refuses to
remove the port even though it removes the pkg_info entry.  Anyone know
what is causing this?  I'd really apreciate any help on this.  Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 



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