From owner-freebsd-current@FreeBSD.ORG Sat Sep 17 12:30:45 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD533106566B for ; Sat, 17 Sep 2011 12:30:45 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-qw0-f45.google.com (mail-qw0-f45.google.com [209.85.216.45]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1248FC1A for ; Sat, 17 Sep 2011 12:30:45 +0000 (UTC) Received: by qwg2 with SMTP id 2so3077331qwg.4 for ; Sat, 17 Sep 2011 05:30:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zZQx1HT0+hRWAAKJ1MoD2qHHGZg3i0l3WDq14PIZByo=; b=vXiJqyd6a1BDUJEOQFarqakNp9mc4AWLk8lmmqjVM8BNJtQNg0Hbhb3iBsFVoqjo4y N1dF6S3dDk+f+ZUnzuqxpBg5Re4JzVaXikcIn5S/tR5dqv5aOy6Vbnd1XF7PhABfX8AQ 9IG1txAKtxxVevQPauHsV/HDhfA3RwDYdlTUw= MIME-Version: 1.0 Received: by 10.52.76.170 with SMTP id l10mr364012vdw.479.1316262644970; Sat, 17 Sep 2011 05:30:44 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.52.113.225 with HTTP; Sat, 17 Sep 2011 05:30:44 -0700 (PDT) In-Reply-To: <4E745A6B.2040204@gwdg.de> References: <4E745A6B.2040204@gwdg.de> Date: Sat, 17 Sep 2011 14:30:44 +0200 X-Google-Sender-Auth: ysSOyrPHdlXwRJILhA3dVxfPa2g Message-ID: From: "K. Macy" To: Rainer Hurling Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: After r22561[78] some kmods do not build any more X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 12:30:45 -0000 This is a side effect of the syscall namespace disambiguation. I will send patches to the ports maintainers. Thanks On Sat, Sep 17, 2011 at 10:29 AM, Rainer Hurling wrote: > Upgrading 9.0-BETA2 last night after r22561[78] was committed brings me > trouble with at least to kmods from ports. They do not load anymore and a= lso > I am not able the build them: > > > /usr/ports/print/acroreadwrapper#make > =3D=3D=3D> =A0Vulnerability check disabled, database not found > =3D=3D=3D> =A0License check disabled, port has not defined LICENSE > =3D=3D=3D> =A0Extracting for acroreadwrapper-0.0.20110529 > =3D> SHA256 Checksum OK for linux_adobe_kmod-20110529.tar.gz. > =3D=3D=3D> =A0Patching for acroreadwrapper-0.0.20110529 > =3D=3D=3D> =A0Configuring for acroreadwrapper-0.0.20110529 > =3D=3D=3D> =A0Building for acroreadwrapper-0.0.20110529 > Warning: Object directory not changed from original > /usr/ports/print/acroreadwrapper/work/linux_adobe_kmod-20110529 > @ -> /usr/src/sys > machine -> /usr/src/sys/amd64/include > x86 -> /usr/src/sys/x86/include > cc -O2 -fno-strict-aliasing -pipe -msse3 -DCOMPAT_FREEBSD32 -DCOMPAT_LINU= X32 > -Werror -D_KERNEL -DKLD_MODULE -nostdinc =A0 -I. -I@ -I@/contrib/altq > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 -fno-common =A0-fno-omit-frame-pointer =A0-m= no-sse > -mcmodel=3Dkernel -mno-red-zone -mno-mmx -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-ex= terns > -Wstrict-prototypes =A0-Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extensions > =A0-Wmissing-include-dirs -fdiagnostics-show-option -c linux_adobe.c > cc1: warnings being treated as errors > linux_adobe.c: In function 'linux_adobe_linux_sched_setscheduler': > linux_adobe.c:88: warning: implicit declaration of function > 'sched_setscheduler' > linux_adobe.c:88: warning: nested extern declaration of 'sched_setschedul= er' > [-Wnested-externs] > *** Error code 1 > Stop in /usr/ports/print/acroreadwrapper/work/linux_adobe_kmod-20110529. > *** Error code 1 > Stop in /usr/ports/print/acroreadwrapper. > > > > /usr/ports/emulators/rtc#make > =3D=3D=3D> =A0Vulnerability check disabled, database not found > =3D=3D=3D> =A0License check disabled, port has not defined LICENSE > =3D=3D=3D> =A0Extracting for rtc-2004.02.24.1_8 > =3D=3D=3D> =A0Patching for rtc-2004.02.24.1_8 > =3D=3D=3D> =A0Configuring for rtc-2004.02.24.1_8 > =3D=3D=3D> =A0Building for rtc-2004.02.24.1_8 > "/usr/share/mk/bsd.compat.mk", line 35: warning: NOMAN is deprecated in > favour of NO_MAN > "/sys/conf/kmod.mk", line 268: warning: duplicate script for target "@" > ignored > @ -> /sys > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h > Warning: Object directory not changed from original > /usr/ports/emulators/rtc/work/files > machine -> /usr/src/sys/amd64/include > x86 -> /usr/src/sys/x86/include > cc -O2 -fno-strict-aliasing -pipe -msse3 -DCDEV_MAJOR_=3D202 -Werror -D_K= ERNEL > -DKLD_MODULE -nostdinc =A0-I/usr/ports/emulators/rtc/work/files -I/sys -I= . -I@ > -I@/contrib/altq -finline-limit=3D8000 --param inline-unit-growth=3D100 -= -param > large-function-growth=3D1000 -fno-common -fno-omit-frame-pointer =A0-mno-= sse > -mcmodel=3Dkernel -mno-red-zone -mno-mmx -msoft-float > =A0-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-ex= terns > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extensions > =A0-Wmissing-include-dirs -fdiagnostics-show-option -c rtc.c > cc -O2 -fno-strict-aliasing -pipe -msse3 -DCDEV_MAJOR_=3D202 -Werror -D_K= ERNEL > -DKLD_MODULE -nostdinc =A0-I/usr/ports/emulators/rtc/work/files -I/sys -I= . -I@ > -I@/contrib/altq -finline-limit=3D8000 --param inline-unit-growth=3D100 -= -param > large-function-growth=3D1000 -fno-common -fno-omit-frame-pointer =A0-mno-= sse > -mcmodel=3Dkernel -mno-red-zone -mno-mmx -msoft-float > =A0-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-ex= terns > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extensions > =A0-Wmissing-include-dirs -fdiagnostics-show-option -c rtc_linux.c > cc1: warnings being treated as errors > rtc_linux.c: In function 'linux_ioctl_rtc': > rtc_linux.c:74: warning: implicit declaration of function 'ioctl' > rtc_linux.c:74: warning: nested extern declaration of 'ioctl' > [-Wnested-externs] > *** Error code 1 > Stop in /usr/ports/emulators/rtc/work/files. > *** Error code 1 > Stop in /usr/ports/emulators/rtc. > > > Am I doing something wrong or is this intended and some ports need > adaptions? > > Thanks in advance, > Rainer Hurling >