Re: /usr/ports/www/graphics/png install error

2003-07-11 Thread Thomas T. Veldhouse
Take a look at the text ... it should tell you how to forcibly install over
the top.  Or, it might be better to use another port to help you out:

portupgrade (/usr/ports/sysutils/portupgrade).

I often upgrade all of my ports to the latest revision with just

portupgrade -ra

Tom Veldhouse

- Original Message -
From: Kris Yates [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 1:32 PM
Subject: /usr/ports/www/graphics/png install error


 I am upgrading from png port:
 png-1.2.5  needs updating (port has 1.2.5_2)

 to png port 1.2.5_2.

 make seems fine, the following error occurs on the port make install:

 cc -fpic -DPIC -O -pipe  -I. -DPNG_USE_PNGGCCRD  -c pnggccrd.c -o
 pnggccrd.So
 building shared library libpng.so.5
 gzip -cn libpng.3  libpng.3.gz
 gzip -cn libpngpf.3  libpngpf.3.gz
 gzip -cn png.5  png.5.gz
 ===  Installing for png-1.2.5_2
 ===   Generating temporary packing list
 ===  Checking if graphics/png already installed
 *** Error code 1

 This also happens when I try to upgrade the port for Webalizer, which is
 my ultimate goal here.  Webalizer says libpng is not installed but I see
 that is, however, it seems to be a problem with something in
 ports/graphics/png.  I am running FBSD 4.6.2p13.

 Any ideas?  Will upgrading to 4.7 stable fix this?

 Please send reply to me, as I do not have time to check the list
 archives often.

 Thank you,

 Kris

 ___
 [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: /usr/ports/www/graphics/png install error

2003-07-11 Thread Kris Yates
My analog installation is fine.  Some clients prefer Webalizer, so I 
have multiple stats available.  Thanks though...

Kris

admin wrote:

by the way - analog is much better for webstats from my perspective.  might
wanna check it out.
- Noah

 

to png port 1.2.5_2.

make seems fine, the following error occurs on the port make install:

cc -fpic -DPIC -O -pipe  -I. -DPNG_USE_PNGGCCRD  -c pnggccrd.c -o 
pnggccrd.So
building shared library libpng.so.5
gzip -cn libpng.3  libpng.3.gz
gzip -cn libpngpf.3  libpngpf.3.gz
gzip -cn png.5  png.5.gz
===  Installing for png-1.2.5_2
===   Generating temporary packing list
===  Checking if graphics/png already installed
*** Error code 1

This also happens when I try to upgrade the port for Webalizer,
which is my ultimate goal here.  Webalizer says libpng is not 
installed but I see that is, however, it seems to be a problem with 
something in ports/graphics/png.  I am running FBSD 4.6.2p13.

Any ideas?  Will upgrading to 4.7 stable fix this?

Please send reply to me, as I do not have time to check the list 
archives often.

Thank you,

Kris

___
[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: /usr/ports/www/graphics/png install error

2003-07-11 Thread Kris Yates
Hi,  What text are you refering to?  However, portupgrade -f did the 
trick. Same error otherwise (using portupgrade without -f).. Thanks, Kris

Thomas T. Veldhouse wrote:

Take a look at the text ... it should tell you how to forcibly install over
the top.  Or, it might be better to use another port to help you out:
portupgrade (/usr/ports/sysutils/portupgrade).

I often upgrade all of my ports to the latest revision with just

portupgrade -ra

Tom Veldhouse

- Original Message -
From: Kris Yates [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 1:32 PM
Subject: /usr/ports/www/graphics/png install error
 

I am upgrading from png port:
png-1.2.5  needs updating (port has 1.2.5_2)
to png port 1.2.5_2.

make seems fine, the following error occurs on the port make install:

cc -fpic -DPIC -O -pipe  -I. -DPNG_USE_PNGGCCRD  -c pnggccrd.c -o
pnggccrd.So
building shared library libpng.so.5
gzip -cn libpng.3  libpng.3.gz
gzip -cn libpngpf.3  libpngpf.3.gz
gzip -cn png.5  png.5.gz
===  Installing for png-1.2.5_2
===   Generating temporary packing list
===  Checking if graphics/png already installed
*** Error code 1
This also happens when I try to upgrade the port for Webalizer, which is
my ultimate goal here.  Webalizer says libpng is not installed but I see
that is, however, it seems to be a problem with something in
ports/graphics/png.  I am running FBSD 4.6.2p13.
Any ideas?  Will upgrading to 4.7 stable fix this?

Please send reply to me, as I do not have time to check the list
archives often.
Thank you,

Kris

___
[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: /usr/ports/www/graphics/png install error

2003-07-11 Thread dick hoogendijk
On 11 Jul Thomas T. Veldhouse wrote:

 I often upgrade all of my ports to the latest revision with just
 portupgrade -ra

Is that enough? Shouldn't this be portupgrade -rRa ?

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/www/graphics/png install error

2003-07-11 Thread Joshua Oreman
On Sat, Jul 12, 2003 at 12:31:55AM +0200 or thereabouts, dick hoogendijk wrote:
 On 11 Jul Thomas T. Veldhouse wrote:
 
  I often upgrade all of my ports to the latest revision with just
  portupgrade -ra
 
 Is that enough? Shouldn't this be portupgrade -rRa ?

IMO, since you already have -a (all), you don't need -r or -R.
(Someone correct me if I'm wrong :-)

-- Josh

 
 -- 
 dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
 ++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
 ___
 [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]