pkgsrc-Bugs archive

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

pkg/44752: filesystem/fs-utils fails under -current amd64



>Number:         44752
>Category:       pkg
>Synopsis:       filesystem/fs-utils fails under -current amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 22 00:20:00 +0000 2011
>Originator:     Chavdar Ivanov
>Release:        5.99.48 amd64
>Organization:
Delcam Plc
>Environment:
NetBSD lisa 5.99.48 NetBSD 5.99.48 (GENERIC) #1: Sat Mar 12 02:01:40 GMT 2011  
root@lisa:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
howmany macro is missing from util.h on amd64 -current. 
>How-To-Repeat:
make in pkgsrc/filesystems/fs-utils under amd64 -current
>Fix:
Trivial: 

patches/patch-aa:
--- usr.bin/du/du.c.orig        2011-03-21 23:52:04.000000000 +0000
+++ usr.bin/du/du.c     2011-03-21 23:51:40.000000000 +0000
@@ -63,6 +63,7 @@
 #endif
 #ifdef __NetBSD__
 #include <util.h>
+#include <sys/param.h>
 #endif
 #include <stdio.h>
 #include <stdlib.h>


patches/patch-ab:
--- bin/ls/ls.c.orig    2011-03-21 23:56:36.000000000 +0000
+++ bin/ls/ls.c 2011-03-21 23:46:39.000000000 +0000
@@ -72,6 +72,7 @@
 #include <grp.h>
 #ifdef __NetBSD__
 #include <util.h>
+#include <sys/param.h>
 #else
 #include "fsu_compat.h"
 #endif



# cvs diff -u
? patches
cvs diff: Diffing .
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/filesystems/fs-utils/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    16 Nov 2009 15:39:07 -0000      1.7
+++ distinfo    22 Mar 2011 00:15:04 -0000
@@ -3,3 +3,5 @@
 SHA1 (fs-utils_20091116.tar.gz) = cb49494a66a5d6bf69f2d80d79482b3f7607da29
 RMD160 (fs-utils_20091116.tar.gz) = 8381dfc13d8470560342c96167e033c255233ab2
 Size (fs-utils_20091116.tar.gz) = 153103 bytes
+SHA1 (patch-aa) = 41e4d146b4db5dd445e84a2da9183c9b93175de3
+SHA1 (patch-ab) = 1a5730c2d70efee472b33d6f6d787be69a28b06c



Home | Main Index | Thread Index | Old Index