SOLVED: editors/vim,gtk2 fails to package

2010-11-03 Thread Andreas Kahari
On Tue, Nov 02, 2010 at 11:04:30AM +, Andreas Kahari wrote:
 On Tue, Nov 02, 2010 at 11:45:12AM +0100, Landry Breuil wrote:
  On Tue, Nov 02, 2010 at 10:25:45AM +, Andreas Kahari wrote:
   Hi,
   
   When building the athena flavor of vim, there is no problem, but when
   building the default gtk2 flavor (or the motif or no_x11 flavors), the
   packaging fails due to missing manuals:
  
  Are you really up to date wrt groff/mandoc/pkg_add/infrastructure ?
  
  Landry
  
 
 I believe I am up to date, but I'm rebuilding the base system now just
 in case.
 
 Andreas
 

It still failed, but then I cleared out the ports that vim,gtk2 depended
on (via 'make clean=all depends' and rebuilt it again.  It seems to
have worked.  Sorry for the noise.


Andreas



editors/vim,gtk2 fails to package

2010-11-02 Thread Andreas Kahari
Hi,

When building the athena flavor of vim, there is no problem, but when
building the default gtk2 flavor (or the motif or no_x11 flavors), the
packaging fails due to missing manuals:

===  Building package for vim-7.3.3p1-gtk2
Create /usr/ports/packages/i386/all/vim-7.3.3p1-gtk2.tgz
checksumming|*| 
8%Can't read 
/usr/obj/ports/vim-7.3.3-gtk2/fake-i386-gtk2/usr/local/man/man1/ex.1 at 
/usr/libdata/perl5/OpenBSD/PackingElement.pm line 539.
*** Error code 1

Stop in /usr/ports/editors/vim (line 1604 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/editors/vim (line 2160 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/editors/vim (line 2140 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/editors/vim (line 1635 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
Unlocking vim-7.3.3-gtk2 from install
*** Error code 1

Stop in /usr/ports/editors/vim (line 2140 of 
/usr/ports/infrastructure/mk/bsd.port.mk).



Kind regards,
Andreas



Re: editors/vim,gtk2 fails to package

2010-11-02 Thread Landry Breuil
On Tue, Nov 02, 2010 at 10:25:45AM +, Andreas Kahari wrote:
 Hi,
 
 When building the athena flavor of vim, there is no problem, but when
 building the default gtk2 flavor (or the motif or no_x11 flavors), the
 packaging fails due to missing manuals:

Are you really up to date wrt groff/mandoc/pkg_add/infrastructure ?

Landry



Re: editors/vim,gtk2 fails to package

2010-11-02 Thread Andreas Kahari
On Tue, Nov 02, 2010 at 11:45:12AM +0100, Landry Breuil wrote:
 On Tue, Nov 02, 2010 at 10:25:45AM +, Andreas Kahari wrote:
  Hi,
  
  When building the athena flavor of vim, there is no problem, but when
  building the default gtk2 flavor (or the motif or no_x11 flavors), the
  packaging fails due to missing manuals:
 
 Are you really up to date wrt groff/mandoc/pkg_add/infrastructure ?
 
 Landry
 

I believe I am up to date, but I'm rebuilding the base system now just
in case.

Andreas



Re: editors/vim,gtk2 fails to package

2010-11-02 Thread Stuart Henderson
On 2010/11/02 10:25, Andreas Kahari wrote:
 When building the athena flavor of vim, there is no problem, but when
 building the default gtk2 flavor (or the motif or no_x11 flavors), the
 packaging fails due to missing manuals:

no_x11 builds fine here. If you have any problems with manpages take
extra care that the current versions of the following are used:

src/usr.sbin/pkg_add 
src/libexec/makewhatis
ports/infrastructure
ports/textproc/groff
ports/textproc/groff.mdoc

though of course things are only really supported with src and ports
both being in-sync and up-to-date from whichever branch of the tree you
use.



Re: editors/vim,gtk2 fails to package

2010-11-02 Thread Andreas Kahari
On Tue, Nov 02, 2010 at 11:45:12AM +0100, Landry Breuil wrote:
 On Tue, Nov 02, 2010 at 10:25:45AM +, Andreas Kahari wrote:
  Hi,
  
  When building the athena flavor of vim, there is no problem, but when
  building the default gtk2 flavor (or the motif or no_x11 flavors), the
  packaging fails due to missing manuals:
 
 Are you really up to date wrt groff/mandoc/pkg_add/infrastructure ?
 
 Landry
 

Yes, now I'm definitely up to date with CURRENT. The groff port is also
up to date.  I rebuilt my base system and those flavors of vim still
fail to build.

I have put the build log here:

http://ak.freeshell.org/private/things/vim.log

Here's the list of files left in the obj directory:

http://ak.freeshell.org/private/things/vim.list


Regards,
Andreas