Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2008 20:30:10 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123093: Maintainer update: security/fakeroot - Fix build on 8-CURRENT
Message-ID:  <200804252030.m3PKUAO7045369@www.freebsd.org>
Resent-Message-ID: <200804252040.m3PKe0Y8086845@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123093
>Category:       ports
>Synopsis:       Maintainer update: security/fakeroot - Fix build on 8-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 25 20:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Fri Apr 25 17:23:28 CEST 2008     root@home.martymac.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This patch fixes build problems related to the recent addition of *at() syscalls in sys/stat.h on 8.0-CURRENT (as reported by pointyhat).

Details : a typo in the configure script makes the fourth argument of mknodat detected as dev_t* instead of dev_t (defines XMKNODAT_FIFTH_ARG as *). This is fixed by files/patch-configure.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN fakeroot.orig/files/patch-configure fakeroot/files/patch-configure
--- fakeroot.orig/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
+++ fakeroot/files/patch-configure	2008-04-25 20:11:59.000000000 +0200
@@ -0,0 +1,11 @@
+--- configure.orig	2008-04-25 20:11:19.000000000 +0200
++++ configure	2008-04-25 20:11:30.000000000 +0200
+@@ -11755,7 +11755,7 @@
+ {
+ 
+        int __xmknodat  ( int ver,
+-                         inf dirfd,
++                         int dirfd,
+                          const char *pathname ,
+                          mode_t  mode ,  dev_t dev);
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804252030.m3PKUAO7045369>