portupgrade avr-libc error

2006-02-19 Thread Steve Pauly
Greetings,

I am running FreeBSD 6.0-RELEASE #0

I am attempting to upgrade my avr-libc port. (/usr/ports/devel/avr-libc)

pkg_version -v shows:
avr-libc-1.2.5,1   needs updating (port has 1.4.3,1)
Note: all other ports show current except kde related items.

So, I updated my port collection:
/usr/local/bin/cvsup -L 2 ~/ports-supfile
pkgdb -vF

Next, I try to upgrade the port:
portupgrade avr-libc

I get:
** Port marked as IGNORE: devel/avr-libc:
is marked as broken: Incomplete pkg-plist

Opening the /usr/ports/devel/avr-libc/Makefile, I see this line:
BROKEN= Incomplete pkg-plist



What should I do to fix this error? 

Thanks.

ps
On a related note, I see http://www.freebsd.org/cgi/query-pr.cgi?pr=91145 
mentions a problem, but it appears to relate to 7.0-CURRENT so I do not know if 
it applies.




















-- 
___
Play 100s of games for FREE! http://games.mail.com/

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


Re: portupgrade avr-libc error

2006-02-19 Thread David Kelly


On Feb 19, 2006, at 9:13 PM, Steve Pauly wrote:


pkg_version -v shows:
avr-libc-1.2.5,1   needs updating (port has  
1.4.3,1)

Note: all other ports show current except kde related items.

So, I updated my port collection:
/usr/local/bin/cvsup -L 2 ~/ports-supfile
pkgdb -vF

Next, I try to upgrade the port:
portupgrade avr-libc

I get:
** Port marked as IGNORE: devel/avr-libc:
is marked as broken: Incomplete pkg-plist

Opening the /usr/ports/devel/avr-libc/Makefile, I see this line:
BROKEN= Incomplete pkg-plist



What should I do to fix this error?


does pkg_version -v still say the same thing as it did before your  
cvsup? There is not a BROKEN line in the 1.4.3,1 version I have. It  
built just now with a simple (so as not to disturb my installed  
version):


% cd /usr/ports/devel/avr-libc
% make

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.

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


Re: portupgrade avr-libc error

2006-02-19 Thread Kris Kennaway
On Sun, Feb 19, 2006 at 10:38:15PM -0600, David Kelly wrote:
 
 On Feb 19, 2006, at 9:13 PM, Steve Pauly wrote:
 
 pkg_version -v shows:
 avr-libc-1.2.5,1   needs updating (port has  
 1.4.3,1)
 Note: all other ports show current except kde related items.
 
 So, I updated my port collection:
 /usr/local/bin/cvsup -L 2 ~/ports-supfile
 pkgdb -vF
 
 Next, I try to upgrade the port:
 portupgrade avr-libc
 
 I get:
 ** Port marked as IGNORE: devel/avr-libc:
 is marked as broken: Incomplete pkg-plist
 
 Opening the /usr/ports/devel/avr-libc/Makefile, I see this line:
 BROKEN= Incomplete pkg-plist
 
 
 
 What should I do to fix this error?
 
 does pkg_version -v still say the same thing as it did before your  
 cvsup? There is not a BROKEN line in the 1.4.3,1 version I have. It  
 built just now with a simple (so as not to disturb my installed  
 version):

I added it a little while ago.  If the OP doesn't care about stale
files being left behind by the port, he can build with TRYBROKEN set.

Kris


pgppOjjGHB2Iq.pgp
Description: PGP signature


Re: portupgrade avr-libc error

2006-02-19 Thread Steve Pauly
Kris,
I added TRYBROKEN=  yes
in the Makefile and ran portupgrade avr-libc (getting further than 
before) with the following results:

install  -o root -g wheel -m 444  
/usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
/usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
/usr/local/share/doc/avr-libc
install: wrong number or types of arguments
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
 [-o owner] file1 file2
 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
 [-o owner] file1 ... fileN directory
 install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop in /usr/ports/devel/avr-libc.
*** Error code 1

Stop in /usr/ports/devel/avr-libc.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade4660.0 make reinstall
egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory
---  Restoring the old version
** Fix the installation problem and try again.
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 172 
packages found (-0 +1) . done]
** Listing the failed packages (*:skipped / !:failed)
  ! devel/avr-libc (avr-libc-1.2.5,1) (install error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

As expected pkg_version shows the old libc still there.

Looking at this line: install  -o root -g wheel -m 444  
/usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
/usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
/usr/local/share/doc/avr-libc
I notice that that the first two file parameters specify files, while 
the last one specifies a directory. Is that the issue? Just guessing, 
newbie here. The other parameters seem okay I guess.

What am I doing wrong?
Thanks.
Steve.


 - Original Message -
 From: Kris Kennaway [EMAIL PROTECTED]
 To: David Kelly [EMAIL PROTECTED]
 Subject: Re: portupgrade avr-libc error
 Date: Sun, 19 Feb 2006 23:44:12 -0500
 
 
 On Sun, Feb 19, 2006 at 10:38:15PM -0600, David Kelly wrote:
 
  On Feb 19, 2006, at 9:13 PM, Steve Pauly wrote:
 
  pkg_version -v shows:
  avr-libc-1.2.5,1   needs updating (port 
 has  1.4.3,1)
  Note: all other ports show current except kde related items.
  
  So, I updated my port collection:
  /usr/local/bin/cvsup -L 2 ~/ports-supfile
  pkgdb -vF
  
  Next, I try to upgrade the port:
  portupgrade avr-libc
  
  I get:
  ** Port marked as IGNORE: devel/avr-libc:
  is marked as broken: Incomplete pkg-plist
  
  Opening the /usr/ports/devel/avr-libc/Makefile, I see this line:
  BROKEN= Incomplete pkg-plist
  
  
  
  What should I do to fix this error?
 
  does pkg_version -v still say the same thing as it did before 
  your  cvsup? There is not a BROKEN line in the 1.4.3,1 version I 
  have. It  built just now with a simple (so as not to disturb my 
  installed  version):
 
 I added it a little while ago.  If the OP doesn't care about stale
 files being left behind by the port, he can build with TRYBROKEN set.
 
 Kris
  2.dat 

 


-- 
___
Play 100s of games for FREE! http://games.mail.com/

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


Re: portupgrade avr-libc error

2006-02-19 Thread Kris Kennaway
On Mon, Feb 20, 2006 at 12:27:49AM -0500, Steve Pauly wrote:
 Kris,
 I added TRYBROKEN=  yes
 in the Makefile and ran portupgrade avr-libc (getting further than 
 before) with the following results:
 
 install  -o root -g wheel -m 444  
 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
 /usr/local/share/doc/avr-libc
 install: wrong number or types of arguments
 usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
  [-o owner] file1 file2
  install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
  [-o owner] file1 ... fileN directory
  install -d [-v] [-g group] [-m mode] [-o owner] directory ...
 *** Error code 64
 
 Stop in /usr/ports/devel/avr-libc.
 *** Error code 1
 
 Stop in /usr/ports/devel/avr-libc.
 ** Command failed [exit code 1]: /usr/bin/script -qa 
 /tmp/portupgrade4660.0 make reinstall
 egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory
 ---  Restoring the old version
 ** Fix the installation problem and try again.
 [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 172 
 packages found (-0 +1) . done]
 ** Listing the failed packages (*:skipped / !:failed)
   ! devel/avr-libc (avr-libc-1.2.5,1) (install error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
 As expected pkg_version shows the old libc still there.
 
 Looking at this line: install  -o root -g wheel -m 444  
 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
 /usr/local/share/doc/avr-libc
 I notice that that the first two file parameters specify files, while 
 the last one specifies a directory. Is that the issue? Just guessing, 
 newbie here. The other parameters seem okay I guess.
 
 What am I doing wrong?

Dunno, the port builds fine on a clean system.  Is
/usr/local/share/doc/avr-libc not a directory on your system?

Kris


pgpvol6KGiXWU.pgp
Description: PGP signature


Re: portupgrade avr-libc error

2006-02-19 Thread Steve Pauly
Kris,

/usr/local/share/doc/avr-libc is a good directory. Should the 
parameter to install be files or directories?

Do you think I should pkg_delete avr-libc ?

Also, avr-libc was built from ports as part of avr-gcc, not that long 
ago. The whole install is but a few weeks old.

Thanks.
 - Original Message -
 From: Kris Kennaway [EMAIL PROTECTED]
 To: Steve Pauly [EMAIL PROTECTED]
 Subject: Re: portupgrade avr-libc error
 Date: Mon, 20 Feb 2006 00:31:57 -0500
 
 
 On Mon, Feb 20, 2006 at 12:27:49AM -0500, Steve Pauly wrote:
  Kris,
  I added TRYBROKEN=  yes
  in the Makefile and ran portupgrade avr-libc (getting further 
  than before) with the following results:
 
  install  -o root -g wheel -m 444  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
  /usr/local/share/doc/avr-libc
  install: wrong number or types of arguments
  usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 file2
   install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 ... fileN directory
   install -d [-v] [-g group] [-m mode] [-o owner] directory ...
  *** Error code 64
 
  Stop in /usr/ports/devel/avr-libc.
  *** Error code 1
 
  Stop in /usr/ports/devel/avr-libc.
  ** Command failed [exit code 1]: /usr/bin/script -qa 
  /tmp/portupgrade4660.0 make reinstall
  egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory
  ---  Restoring the old version
  ** Fix the installation problem and try again.
  [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 172 
  packages found (-0 +1) . done]
  ** Listing the failed packages (*:skipped / !:failed)
! devel/avr-libc (avr-libc-1.2.5,1) (install error)
  ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
  As expected pkg_version shows the old libc still there.
 
  Looking at this line: install  -o root -g wheel -m 444  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
  /usr/local/share/doc/avr-libc
  I notice that that the first two file parameters specify files, 
  while the last one specifies a directory. Is that the issue? Just 
  guessing, newbie here. The other parameters seem okay I guess.
 
  What am I doing wrong?
 
 Dunno, the port builds fine on a clean system.  Is
 /usr/local/share/doc/avr-libc not a directory on your system?
 
 Kris
  2.dat 




-- 
___
Play 100s of games for FREE! http://games.mail.com/

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


Re: portupgrade avr-libc error

2006-02-19 Thread Steve Pauly
Issue was resolved.

in 
/etc/make.conf
I had added a line
NOPORTDOCS=yes

to keep from building the docs, which would require Latex, etc. 

Once I commented out that line, the port upgraded without issue. At least one 
87MB file had to be downloaded though!

Thanks for your help.
Steve. 





 - Original Message -
 From: Kris Kennaway [EMAIL PROTECTED]
 To: Steve Pauly [EMAIL PROTECTED]
 Subject: Re: portupgrade avr-libc error
 Date: Mon, 20 Feb 2006 00:31:57 -0500
 
 
 On Mon, Feb 20, 2006 at 12:27:49AM -0500, Steve Pauly wrote:
  Kris,
  I added TRYBROKEN=  yes
  in the Makefile and ran portupgrade avr-libc (getting further 
  than before) with the following results:
 
  install  -o root -g wheel -m 444  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
  /usr/local/share/doc/avr-libc
  install: wrong number or types of arguments
  usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 file2
   install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 ... fileN directory
   install -d [-v] [-g group] [-m mode] [-o owner] directory ...
  *** Error code 64
 
  Stop in /usr/ports/devel/avr-libc.
  *** Error code 1
 
  Stop in /usr/ports/devel/avr-libc.
  ** Command failed [exit code 1]: /usr/bin/script -qa 
  /tmp/portupgrade4660.0 make reinstall
  egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory
  ---  Restoring the old version
  ** Fix the installation problem and try again.
  [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 172 
  packages found (-0 +1) . done]
  ** Listing the failed packages (*:skipped / !:failed)
! devel/avr-libc (avr-libc-1.2.5,1) (install error)
  ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
  As expected pkg_version shows the old libc still there.
 
  Looking at this line: install  -o root -g wheel -m 444  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE  
  /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS  
  /usr/local/share/doc/avr-libc
  I notice that that the first two file parameters specify files, 
  while the last one specifies a directory. Is that the issue? Just 
  guessing, newbie here. The other parameters seem okay I guess.
 
  What am I doing wrong?
 
 Dunno, the port builds fine on a clean system.  Is
 /usr/local/share/doc/avr-libc not a directory on your system?
 
 Kris
  2.dat 




-- 
___
Play 100s of games for FREE! http://games.mail.com/

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