pkgsrc-Bugs archive

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

pkg/45298: Correction: NetBSD Problem Report #45296



>Number:         45298
>Category:       pkg
>Synopsis:       Correction: NetBSD Problem Report #45296
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 26 01:10:01 +0000 2011
>Originator:     Bradley Giesbrecht
>Release:        
>Organization:
MacPorts
>Environment:
Darwin pillbox.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 
PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
>Description:
In my report #45296 I wrongly stated devel/netbsd-iscsi-lib as the problem 
package :(

The issue is with net/netbsd-iscsi-target on Mac OS X.

Adding stdint.h to include/iscsi.h fixes the problem.
>How-To-Repeat:
# On a Mac OS X system
$ cd net/netbsd-iscsi-target
$ bmake
>Fix:
--- include/iscsi.orig  2011-08-25 12:05:31.000000000 -0700
+++ include/iscsi.h     2011-08-25 12:09:16.000000000 -0700
@@ -31,6 +31,10 @@
 #ifndef ISCSI_H_
 #define ISCSI_H_       1

 
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
 enum {
        ISCSI_MAXSOCK = 8
 };



Home | Main Index | Thread Index | Old Index