RE: new /usr/src/share/mk changes breaks install on ports

2002-04-18 Thread freebsd-current

I got this as well, setting the ENV variable however seems to resolve it
temporarily

 export INFODIR="/usr/share/info"
 setenv INFODIR /usr/share/info

Whichever shell you use, chose the appropriate one, atleast it seemed to
work for me, and I have not noticed any problems.

Jason

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Manfred Antar
Sent: Thursday, April 18, 2002 3:05 AM
To: [EMAIL PROTECTED]
Subject: new /usr/src/share/mk changes breaks install on ports


The recent changes to the /usr/src/share/mk files
have made installing ports broken , also doing a make install world
stops at
/usr/src/share/info:
(info)518}make install
Warning: the directory /usr/share/info does not exist!
Perhaps the variable INFODIR is set incorrectly
or your mtree database files are broken.

As a workaround you can create the directory by hand, e.g.: install -d
-o root -g wheel -m 0755 /usr/share/info
*** Error code 3

Stop in /usr/src/share/info.

/usr/share/info does exist

When trying to install a port ; example libxine:

install: invalid file mode: ./version_group.3
 install  -o  -g  -m  ./vo_driver_t.3 /usr/X11R6/man/man3/vo_driver_t.3
install: invalid file mode: ./vo_driver_t.3
 install  -o  -g  -m  ./xine_t.3 /usr/X11R6/man/man3/xine_t.3
install: invalid file mode: ./xine_t.3
 install  -o  -g  -m  ./browse_group.3
/usr/X11R6/man/man3/browse_group.3
install: invalid file mode: ./browse_group.3
 install  -o  -g  -m  ./event_group.3 /usr/X11R6/man/man3/event_group.3
install: invalid file mode: ./event_group.3
 install  -o  -g  -m  ./video_cap.3 /usr/X11R6/man/man3/video_cap.3
install: invalid file mode: ./video_cap.3
 install  -o  -g  -m  ./vo_frame_t.3 /usr/X11R6/man/man3/vo_frame_t.3
install: invalid file mode: ./vo_frame_t.3
 install  -o  -g  -m  ./xine_version.3
/usr/X11R6/man/man3/xine_version.3
install: invalid file mode: ./xine_version.3
gmake[6]: *** [install-man3] Error 64
gmake[6]: Leaving directory
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3'
gmake[5]: *** [install-man] Error 2
gmake[5]: Leaving directory
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3'
gmake[4]: *** [install-am] Error 2
gmake[4]: Leaving directory
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3'
gmake[3]: *** [install-recursive] Error 1
gmake[3]: Leaving directory
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en'
gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc'
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/graphics/libxine.

Every thing worked last night I think the changes happened earlier
today.


Manfred



==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
==


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: new /usr/src/share/mk changes breaks install on ports

2002-04-18 Thread Ruslan Ermilov

On Thu, Apr 18, 2002 at 12:04:35AM -0700, Manfred Antar wrote:
> The recent changes to the /usr/src/share/mk files
> have made installing ports broken , also doing a make install world stops at
> /usr/src/share/info:
> (info)518}make install
> Warning: the directory /usr/share/info does not exist!
> Perhaps the variable INFODIR is set incorrectly
> or your mtree database files are broken.
> 
> As a workaround you can create the directory by hand, e.g.:
> install -d -o root -g wheel -m 0755 /usr/share/info
> *** Error code 3
> 
> Stop in /usr/src/share/info.
> 
> /usr/share/info does exist
> 
Fixed in share/info/Makefile,v 1.10.

> When trying to install a port ; example libxine:
> 
> install: invalid file mode: ./version_group.3
>  install  -o  -g  -m  ./vo_driver_t.3 /usr/X11R6/man/man3/vo_driver_t.3
[...]
> *** Error code 2
> 
> Stop in /usr/ports/graphics/libxine.
> 
> Every thing worked last night I think the changes happened earlier today.
> 
I have sent the patch for ports/Mk/bsd.port.mk to portmgr@.


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age



msg37368/pgp0.pgp
Description: PGP signature


new /usr/src/share/mk changes breaks install on ports

2002-04-17 Thread Manfred Antar

The recent changes to the /usr/src/share/mk files
have made installing ports broken , also doing a make install world stops at
/usr/src/share/info:
(info)518}make install
Warning: the directory /usr/share/info does not exist!
Perhaps the variable INFODIR is set incorrectly
or your mtree database files are broken.

As a workaround you can create the directory by hand, e.g.:
install -d -o root -g wheel -m 0755 /usr/share/info
*** Error code 3

Stop in /usr/src/share/info.

/usr/share/info does exist

When trying to install a port ; example libxine:

install: invalid file mode: ./version_group.3
 install  -o  -g  -m  ./vo_driver_t.3 /usr/X11R6/man/man3/vo_driver_t.3
install: invalid file mode: ./vo_driver_t.3
 install  -o  -g  -m  ./xine_t.3 /usr/X11R6/man/man3/xine_t.3
install: invalid file mode: ./xine_t.3
 install  -o  -g  -m  ./browse_group.3 /usr/X11R6/man/man3/browse_group.3
install: invalid file mode: ./browse_group.3
 install  -o  -g  -m  ./event_group.3 /usr/X11R6/man/man3/event_group.3
install: invalid file mode: ./event_group.3
 install  -o  -g  -m  ./video_cap.3 /usr/X11R6/man/man3/video_cap.3
install: invalid file mode: ./video_cap.3
 install  -o  -g  -m  ./vo_frame_t.3 /usr/X11R6/man/man3/vo_frame_t.3
install: invalid file mode: ./vo_frame_t.3
 install  -o  -g  -m  ./xine_version.3 /usr/X11R6/man/man3/xine_version.3
install: invalid file mode: ./xine_version.3
gmake[6]: *** [install-man3] Error 64
gmake[6]: Leaving directory 
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3'
gmake[5]: *** [install-man] Error 2
gmake[5]: Leaving directory 
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3'
gmake[4]: *** [install-am] Error 2
gmake[4]: Leaving directory 
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en/man3'
gmake[3]: *** [install-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man/en'
gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc/man'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-0.9.8/doc'
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/graphics/libxine.

Every thing worked last night I think the changes happened earlier today.


Manfred



==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
==


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message