DragonFly BSD
DragonFly bugs List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: the latest src is failing when i installing world.


From: Peter Avalos <pavalos@xxxxxxxxxxxx>
Date: Sat, 30 Jul 2005 12:56:24 -0700
Mail-followup-to: bugs@crater.dragonflybsd.org

On Sat, Jul 30, 2005 at 06:27:46PM +0200, Daniel olsson wrote:
> the latest src is failing when i installing world.
> 
> the wrong message is Ln: /usr/share/man/bwrite.9.tgz: no such file or 
> directory
> stop in /usr/share/man/man9
> 

Give this a try.
Index: Makefile
===================================================================
RCS file: /home/dcvs/src/share/man/man9/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	29 Jul 2005 16:10:36 -0000	1.16
+++ Makefile	30 Jul 2005 19:44:23 -0000
@@ -76,7 +76,9 @@
 MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
 MLINKS+=at_exit.9 rm_at_exit.9
 MLINKS+=at_fork.9 rm_at_fork.9
-MLINKS+=bufcache.9 bread.9 bwrite.9 bufinit.9
+MLINKS+=bufcache.9 bread.9
+MLINKS+=bufcache.9 bwrite.9
+MLINKS+=bufcache.9 bufinit.9
 MLINKS+=bus_alloc_resource.9 bus_alloc_resource_any.9
 MLINKS+=bus_dma.9 busdma.9
 MLINKS+=bus_dma.9 bus_dma_tag_create.9

Attachment: pgp00018.pgp
Description: PGP signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]