From owner-freebsd-isdn@FreeBSD.ORG Sun Jan 26 16:39:28 2014 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F86684B for ; Sun, 26 Jan 2014 16:39:28 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A9C41486 for ; Sun, 26 Jan 2014 16:39:26 +0000 (UTC) Received: from zeus.home.anwaltskanzlei-alt.de ([79.202.199.94]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MJFBe-1WACZ30e5q-002kwL for ; Sun, 26 Jan 2014 17:39:19 +0100 Received: by zeus.home.anwaltskanzlei-alt.de (Postfix, from userid 1101) id 8FE9946CED; Sun, 26 Jan 2014 17:39:18 +0100 (CET) Date: Sun, 26 Jan 2014 17:39:18 +0100 From: Martin Alt To: freebsd-isdn@freebsd.org Subject: Problems compiling and using isdn4bsd-kmod on FreeBSD 10.0-RELEASE Message-ID: <20140126163918.GA35814@zeus.home.anwaltskanzlei-alt.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.22 (2013-10-16) X-Provags-ID: V03:K0:81NJHIgl8hDIgIgrudgrX2losF/GWeGt6gwutibhQ7uiqHJ3zyG TnJdseYx+Lu/Z7MHjzco6RjXllgSCB3bIZVXAixJnkjQdkpzuXTw95ZCUVYwLFqGzOKGogm 9MAfYjLReWhjHcJy5DarR+zkKADwoO00l8UTe0VZXczatR5NfsgKTceiNvoLflcBXGhGFDi tJuhudAfyEttomZBKfBDg== X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 16:39:28 -0000 Hi all, I have been using the i4b kld module with FreeBSD9.1 and have now upgraded = to 10.0-RELEASE using freebsd-update. I have rebuilt the kernel module using the comms/isdn4bsd-kmod port (from svn://svn.turbocat.net/i4b/trunk/ports/comms/isdn4bsd-kmod, rev 2974) and installed them, but unfortunately I get the following error message when tr= ying to kldload i4b: kldload: can't load i4b: Exec format error Dmesg output is as follows: link_elf_obj: symbol ihfc_filter_info_start undefined linker_load_file: Unsupported file type When building the port, there are quite a few warnings, therefore, I have included the output of 'make all' below. The card I am trying to use is an HFC based PCI card. Any ideas about what is going wrong would be very much appreciated. Thanks, Martin =3D=3D=3D> License BSD accepted by the user =3D=3D=3D> Found saved configuration for isdn4bsd-kmod-2.0.8 =3D=3D=3D> isdn4bsd-kmod-2.0.8 depends on file: /usr/local/sbin/pkg - fou= nd =3D=3D=3D> Fetching all distfiles required by isdn4bsd-kmod-2.0.8 for build= ing =3D=3D=3D> Extracting for isdn4bsd-kmod-2.0.8 =3D> SHA256 Checksum OK for isdn4bsd-2.0.8.tar.bz2. =3D=3D=3D> Patching for isdn4bsd-kmod-2.0.8 =3D=3D=3D> isdn4bsd-kmod-2.0.8 depends on shared library: capi20.1 - found =3D=3D=3D> Configuring for isdn4bsd-kmod-2.0.8 make HAVE_KMOD=3DYES -C /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/= isdn4bsd-2.0.8 -f /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4b= sd-2.0.8/Makefile KMODNAME=3D"i4b" KMODDIR=3D"/boot/modules" BINDIR=3D"/= usr/local/sbin" LIBDIR=3D"/usr/local/lib" INCLUDEDIR=3D"/usr/local/includ= e" MANDIR=3D"/usr/local/man/man" HAVE_ISDN_HFC_DRIVER=3DYES HAVE_ISDN_LOOP= _DRIVER=3DYES HAVE_MAN=3DYES configure rm -f /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/Mak= efile.sub /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8= /src/sys/i4b/include/capi20.h touch /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/Mak= efile.sub ln -s /usr/local/include/capi20.h /var/cache/portshaker/i4b/comms/isdn4bsd-= kmod/work/isdn4bsd-2.0.8/src/sys/i4b/include/capi20.h echo "KMODDIR=3D/boot/modules" >> /var/cache/portshaker/i4b/comms/isdn4bsd-= kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "KMODNAME=3Di4b" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work= /isdn4bsd-2.0.8/Makefile.sub echo "BINDIR=3D/usr/local/sbin" >> /var/cache/portshaker/i4b/comms/isdn4bsd= -kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "INCLUDEDIR=3D/usr/local/include" >> /var/cache/portshaker/i4b/comms/i= sdn4bsd-kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "MANDIR=3D/usr/local/man/man" >> /var/cache/portshaker/i4b/comms/isdn4= bsd-kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "CFLAGS+=3D -I/var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4= bsd-2.0.8/src/sys" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/Makefile.sub echo "CFLAGS+=3D -D_GNU_SOURCE" >> /var/cache/portshaker/i4b/comms/isdn4bsd= -kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "CFLAGS+=3D -L/usr/local/lib" >> /var/cache/portshaker/i4b/comms/isdn4= bsd-kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "MKLINT=3Dno" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/Makefile.sub echo "WARNS=3D3" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn= 4bsd-2.0.8/Makefile.sub echo "NO_WERROR=3D" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/i= sdn4bsd-2.0.8/Makefile.sub echo "NOGCCERROR=3D" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/= isdn4bsd-2.0.8/Makefile.sub echo "NO_PROFILE=3D" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/= isdn4bsd-2.0.8/Makefile.sub echo "WERROR=3D" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn= 4bsd-2.0.8/Makefile.sub echo "HAVE_MAN=3Dman" >> /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work= /isdn4bsd-2.0.8/Makefile.sub echo "HAVE_ISDN_HFC_DRIVER=3D1" >> /var/cache/portshaker/i4b/comms/isdn4bsd= -kmod/work/isdn4bsd-2.0.8/Makefile.sub echo "HAVE_ISDN_LOOP_DRIVER=3D1" >> /var/cache/portshaker/i4b/comms/isdn4bs= d-kmod/work/isdn4bsd-2.0.8/Makefile.sub =3D=3D=3D> Building for isdn4bsd-kmod-2.0.8 --- all --- =3D=3D=3D> module (all) --- objwarn --- --- @ --- --- machine --- --- x86 --- --- objwarn --- Warning: Object directory not changed from original /var/cache/portshaker/i= 4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module --- opt_bus.h --- --- @ --- @ -> /usr/src/sys --- machine --- machine -> /usr/src/sys/amd64/include --- opt_bus.h --- :> opt_bus.h --- opt_usb.h --- --- x86 --- x86 -> /usr/src/sys/x86/include --- pci_if.h --- --- usb_if.h --- --- vnode_if_newproto.h --- --- opt_usb.h --- :> opt_usb.h --- vnode_if_typedef.h --- --- usb_if.h --- awk -f @/tools/makeobjops.awk @/dev/usb/usb_if.m -h --- vnode_if_newproto.h --- awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p --- pci_if.h --- awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h --- vnode_if_typedef.h --- awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q --- isa_if.h --- awk -f @/tools/makeobjops.awk @/isa/isa_if.m -h --- bus_if.h --- --- device_if.h --- --- vnode_if.h --- --- device_if.h --- awk -f @/tools/makeobjops.awk @/kern/device_if.m -h --- bus_if.h --- awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h --- vnode_if.h --- awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h --- dss1_l2fsm.o --- --- i4b_capidrv.o --- --- i4b_convert_xlaw.o --- --- i4b_ctl.o --- --- dss1_l2fsm.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/dss1/dss1_l2fsm.c --- i4b_capidrv.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer4/i4b_capidrv.c --- i4b_convert_xlaw.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/i4b_convert_xlaw.c --- i4b_ctl.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/driver/i4b_ctl.c In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/driver/i4b_ctl.c:36: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_convert_xlaw.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/i4b_convert_xlaw.c:33: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_dtmf.o --- --- i4b_echo_cancel.o --- --- i4b_dtmf.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/i4b_dtmf.c --- i4b_echo_cancel.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/i4b_echo_cancel.c --- dss1_l2fsm.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/dss1/dss1_l2fsm.c:86: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_hdlc.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/i4b_hdlc.c --- i4b_i4bdrv.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer4/i4b_i4bdrv.c --- i4b_dtmf.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/i4b_dtmf.c:34: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_l1.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/i4b_l1.c --- i4b_echo_cancel.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/i4b_echo_cancel.c:37: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_l4.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer4/i4b_l4.c --- i4b_capidrv.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer4/i4b_capidrv.c:45: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1178:27: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[5]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_3_1_khz_alaw; ^ ~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1182:27: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[5]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_3_1_khz_ulaw; ^ ~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1186:27: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[5]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_3_1_khz_reserved; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1191:24: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[4]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.HLC.ptr =3D &hlc_bprot_none; ^ ~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1201:27: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[5]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_alaw; ^ ~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1205:27: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[5]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_ulaw; ^ ~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1209:27: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[5]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_reserved; ^ ~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1214:24: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[4]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.HLC.ptr =3D &hlc_bprot_none; ^ ~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1225:23: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[4]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] connect_ind.BC.ptr =3D &bc_bprot_rhdlc; ^ ~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_capidrv.c:1287:36: warning: assigning to 'void *' f= rom 'const u_int8_t (*)[2]' discards qualifiers [-Wincompatible-pointer-typ= es-discards-qualifiers] add_info.sending_complete.ptr =3D &sending_complete; ^ ~~~~~~~~~~~~~~~~~ 11 warnings generated. --- i4b_l4mgmt.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer4/i4b_l4mgmt.c --- i4b_i4bdrv.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer4/i4b_i4bdrv.c:46: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_mbuf.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer4/i4b_mbuf.c --- i4b_l1.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/i4b_l1.c:40: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- usb2_config_td.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/ihfc3/usb2_config_td.c --- i4b_l4.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer4/i4b_l4.c:39: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_l4.c:706:6: warning: passing 'const u_int8_t (*)[3]= ' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer= -types-discards-qualifiers] &progress_indicator, sizeof(progress_indic= ator)); ^~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer4/i4b_l4.h:138:38: note: passing argument to parameter 'ptr' here u_int16_t wInfoNumber, void *ptr, u_int16_t le= n); ^ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_l4.c:741:9: warning: passing 'const u_int8_t (*)[2]= ' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer= -types-discards-qualifiers] &retrieve_indicator, sizeof(retrieve_indicator= )); ^~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer4/i4b_l4.h:138:38: note: passing argument to parameter 'ptr' here u_int16_t wInfoNumber, void *ptr, u_int16_t le= n); ^ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer4/i4b_l4.c:775:9: warning: passing 'const u_int8_t (*)[2]= ' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer= -types-discards-qualifiers] &hold_indicator, sizeof(hold_indicator)); ^~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer4/i4b_l4.h:138:38: note: passing argument to parameter 'ptr' here u_int16_t wInfoNumber, void *ptr, u_int16_t le= n); ^ 4 warnings generated. --- i4b_ihfc2_drv.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_drv.c --- i4b_l4mgmt.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer4/i4b_l4mgmt.c:41: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_ihfc2_pnp.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_pnp.c --- i4b_mbuf.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer4/i4b_mbuf.c:36: In file included from @/net/if.h:543: In file included from @/net/if_var.h:82: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_ihfc2_dev.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_dev.c --- usb2_config_td.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/usb2_config_td.c:29: In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/src/sys/i4b/layer1/ihfc3/i4b_ihfc2.h:47: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_ihfc2_l1if.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_l1if.c --- i4b_ihfc2_drv.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_drv.c:48: In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/src/sys/i4b/layer1/ihfc3/i4b_ihfc2.h:47: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b_ihfc2_end.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_end.c --- iloop.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/layer1/iloop/iloop.c --- i4b_ihfc2_dev.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_dev.c:32: In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/src/sys/i4b/layer1/ihfc3/i4b_ihfc2.h:47: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer1/ihfc3/i4b_ihfc2_dev.c:313:30: warning: comparison of in= tegers of different signs: 'int32_t' (aka 'int') and 'u_int' (aka 'unsigned= int') [-Wsign-compare] if(ft->mbuf_dev->m_len < *(u_int *)data) ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/include/i4b_controller.h:247:5: note: expanded from macro 'FIFO_TRANSLAT= OR_ACCESS' connected_code; \ ^ 2 warnings generated. --- i4b_ihfc2_pnp.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_pnp.c:34: In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/src/sys/i4b/layer1/ihfc3/i4b_ihfc2.h:47: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_pnp.c:226: /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer1/ihfc3/i4b_hfc1.h:624:29: warning: using the result of an assignme= nt as a condition without parentheses [-Wparentheses] if(sc->sc_fifo[d1r].i_cmdr |=3D ~~~~~~~~~~~~~~~~~~~~~~~~^~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer1/ihfc3/i4b_hfc1.h:624:29: note: place parentheses around the assig= nment to silence this warning if(sc->sc_fifo[d1r].i_cmdr |=3D ^ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer1/ihfc3/i4b_hfc1.h:624:29: note: use '!=3D' to turn this compound a= ssignment into an inequality comparison if(sc->sc_fifo[d1r].i_cmdr |=3D ^~ !=3D In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_pnp.c:262: /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer1/ihfc3/i4b_tiger300_isac.h:533:30: warning: using the result of an= assignment as a condition without parentheses [-Wparentheses] if(sc->sc_fifo[d1r].i_cmdr |=3D ~~~~~~~~~~~~~~~~~~~~~~~~^~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer1/ihfc3/i4b_tiger300_isac.h:533:30: note: place parentheses around = the assignment to silence this warning if(sc->sc_fifo[d1r].i_cmdr |=3D ^ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/layer1/ihfc3/i4b_tiger300_isac.h:533:30: note: use '!=3D' to turn this c= ompound assignment into an inequality comparison if(sc->sc_fifo[d1r].i_cmdr |=3D ^~ !=3D 3 warnings generated. --- dss1_lite.o --- --- dss1_lite_l1if.o --- --- dss1_lite.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/dss1/dss1_lite.c --- dss1_lite_l1if.o --- cc -O2 -fno-strict-aliasing -pipe -D_GNU_SOURCE -L/usr/local/lib -DFREEBSD_= NO_ISA -DFREEBSD_NO_ISA -D_KERNEL -DKLD_MODULE -nostdinc -I/var/cache/port= shaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys -I. -I@ -I@/cont= rib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -s= td=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -W= missing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wsystem-heade= rs -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-e= mpty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-array-b= ounds -c /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/= module/../src/sys/i4b/dss1/dss1_lite_l1if.c --- i4b_ihfc2_l1if.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/ihfc3/i4b_ihfc2_l1if.c:37: In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/src/sys/i4b/layer1/ihfc3/i4b_ihfc2.h:47: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- iloop.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/layer1/iloop/iloop.c:38: In file included from @/sys/conf.h:44: In file included from @/sys/eventhandler.h:34: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer1/iloop/iloop.c:69:14: warning: initializer overrides pri= or initialization of this subobject [-Winitializer-overrides] .set_ring =3D iloop_set_ring, ^~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/module/..= /src/sys/i4b/layer1/iloop/iloop.c:68:2: note: previous initialization is he= re DSS1_LITE_DEFAULT_METHODS, ^~~~~~~~~~~~~~~~~~~~~~~~~ /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/sys/i= 4b/dss1/dss1_lite.h:187:15: note: expanded from macro 'DSS1_LITE_DEFAULT_ME= THODS' .set_ring =3D (dss1_lite_set_ring_t *)&dss1_lite_default, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. --- dss1_lite.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/dss1/dss1_lite.c:46: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- dss1_lite_l1if.o --- In file included from /var/cache/portshaker/i4b/comms/isdn4bsd-kmod/work/is= dn4bsd-2.0.8/module/../src/sys/i4b/dss1/dss1_lite_l1if.c:45: In file included from @/sys/mutex.h:40: In file included from @/sys/pcpu.h:46: @/sys/vmmeter.h:186:50: warning: comparison of integers of different signs:= 'unsigned int' and 'int' [-Wsign-compare] return (cnt.v_free_count + cnt.v_cache_count < vm_pageout_wakeup_thresh= ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- i4b.ko --- ld -d -warn-common -r -d -o i4b.ko dss1_l2fsm.o i4b_capidrv.o i4b_convert_= xlaw.o i4b_ctl.o i4b_dtmf.o i4b_echo_cancel.o i4b_hdlc.o i4b_i4bdrv.o i4b_l= 1.o i4b_l4.o i4b_l4mgmt.o i4b_mbuf.o usb2_config_td.o i4b_ihfc2_drv.o i4b_i= hfc2_pnp.o i4b_ihfc2_dev.o i4b_ihfc2_l1if.o i4b_ihfc2_end.o iloop.o dss1_li= te.o dss1_lite_l1if.o :> export_syms awk -f /sys/conf/kmod_syms.awk i4b.ko export_syms | xargs -J% objcopy % i4= b.ko objcopy --strip-debug i4b.ko =3D=3D=3D> src/usr.sbin (all) --- all --- =3D=3D=3D> src/usr.sbin/i4b (all) --- all --- =3D=3D=3D> src/usr.sbin/i4b/man (all) --- objwarn --- --- i4b.4.gz --- --- i4bcapi.4.gz --- --- i4bctl.4.gz --- --- objwarn --- Warning: Object directory not changed from original /var/cache/portshaker/i= 4b/comms/isdn4bsd-kmod/work/isdn4bsd-2.0.8/src/usr.sbin/i4b/man --- i4bing.4.gz --- --- i4bctl.4.gz --- gzip -cn i4bctl.4 > i4bctl.4.gz --- i4b.4.gz --- gzip -cn i4b.4 > i4b.4.gz --- i4bcapi.4.gz --- gzip -cn i4bcapi.4 > i4bcapi.4.gz --- i4bing.4.gz --- gzip -cn i4bing.4 > i4bing.4.gz --- i4bipr.4.gz --- --- i4bisppp.4.gz --- --- i4bdss1.4.gz --- --- i4brbch.4.gz --- --- i4bisppp.4.gz --- gzip -cn i4bisppp.4 > i4bisppp.4.gz --- i4bipr.4.gz --- gzip -cn i4bipr.4 > i4bipr.4.gz --- i4bdss1.4.gz --- gzip -cn i4bdss1.4 > i4bdss1.4.gz --- i4brbch.4.gz --- gzip -cn i4brbch.4 > i4brbch.4.gz --- i4btel.4.gz --- --- i4btrc.4.gz --- --- ihfc.4.gz --- --- i4btel.4.gz --- gzip -cn i4btel.4 > i4btel.4.gz --- i4btrc.4.gz --- gzip -cn i4btrc.4 > i4btrc.4.gz --- ihfc.4.gz --- gzip -cn ihfc.4 > ihfc.4.gz From owner-freebsd-isdn@FreeBSD.ORG Mon Jan 27 17:51:57 2014 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9290B7A1 for ; Mon, 27 Jan 2014 17:51:57 +0000 (UTC) Received: from mail-ee0-x235.google.com (mail-ee0-x235.google.com [IPv6:2a00:1450:4013:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27322109C for ; Mon, 27 Jan 2014 17:51:57 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id t10so2381827eei.26 for ; Mon, 27 Jan 2014 09:51:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=FbryQSnu1+sZWQG5KyhgKSSNKH/gYQ4qhla6UZQzTGw=; b=B02h9UXCn4dEtx0ZW1WCTmoyQpLPOuyxwqzLaC6Xxv8S0gxn++kT1jRdzE/gwQ8m7X w8pdK8b0mL0dS735XvmDUo934uPmp9XarFNpbccQmJ+5oyL2iksLVboMyG0FnHetCTCQ 3FH2073D+qh0kNFH93RvwWaPaR109yRB0BLYoTu4oa8xljjBVoikd1qRgSYZc7IJ073i Hh0o446YF+Jc8wNzF1tALpFeocA6q+hk8Rt38S4/UP0y+8eUqPxl2IGL/tphrKzlonEK PaK1mWf/n9KRbuJ973BoKn3ZE5uWj/ECWxVYWfHH7eu/SLJYBRQepCGaTX6wCTxAWTpr 47bw== X-Received: by 10.14.199.199 with SMTP id x47mr22444157een.78.1390845115613; Mon, 27 Jan 2014 09:51:55 -0800 (PST) Received: from ernst.home (p578E2862.dip0.t-ipconnect.de. [87.142.40.98]) by mx.google.com with ESMTPSA id j42sm45002597eep.21.2014.01.27.09.51.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 27 Jan 2014 09:51:54 -0800 (PST) Date: Mon, 27 Jan 2014 18:51:52 +0100 From: Gary Jennejohn To: Martin Alt Subject: Re: Problems compiling and using isdn4bsd-kmod on FreeBSD 10.0-RELEASE Message-ID: <20140127185152.4b13632f@ernst.home> In-Reply-To: <20140126163918.GA35814@zeus.home.anwaltskanzlei-alt.de> References: <20140126163918.GA35814@zeus.home.anwaltskanzlei-alt.de> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.17; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-isdn@freebsd.org X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: gljennjohn@gmail.com List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 17:51:57 -0000 On Sun, 26 Jan 2014 17:39:18 +0100 Martin Alt wrote: > I have been using the i4b kld module with FreeBSD9.1 and have now upgraded to > 10.0-RELEASE using freebsd-update. > > I have rebuilt the kernel module using the comms/isdn4bsd-kmod port (from > svn://svn.turbocat.net/i4b/trunk/ports/comms/isdn4bsd-kmod, rev 2974) and > installed them, but unfortunately I get the following error message when trying > to kldload i4b: > > kldload: can't load i4b: Exec format error > > Dmesg output is as follows: > > link_elf_obj: symbol ihfc_filter_info_start undefined > linker_load_file: Unsupported file type > This error is almost guaranteed to be caused by the kernel you're running having been generated from other (e.g. older) sources than the module. The remedy is to make usre that the sources are the same for both the kernel and the module. > When building the port, there are quite a few warnings, therefore, I have > included the output of 'make all' below. > > The card I am trying to use is an HFC based PCI card. > > Any ideas about what is going wrong would be very much appreciated. > [snip lots of build output] -- Gary Jennejohn From owner-freebsd-isdn@FreeBSD.ORG Mon Jan 27 18:42:37 2014 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3C9C4B8 for ; Mon, 27 Jan 2014 18:42:37 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 6E20D14B2 for ; Mon, 27 Jan 2014 18:42:37 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 87308100292; Mon, 27 Jan 2014 19:42:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id A8330160DF9; Mon, 27 Jan 2014 19:43:20 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yvCmuR1506Z1; Mon, 27 Jan 2014 19:43:19 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id CDD9A160DE8; Mon, 27 Jan 2014 19:43:19 +0100 (CET) Message-ID: <52E6A8D1.20503@bitfrost.no> Date: Mon, 27 Jan 2014 19:43:29 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: gljennjohn@gmail.com, Martin Alt Subject: Re: Problems compiling and using isdn4bsd-kmod on FreeBSD 10.0-RELEASE References: <20140126163918.GA35814@zeus.home.anwaltskanzlei-alt.de> <20140127185152.4b13632f@ernst.home> In-Reply-To: <20140127185152.4b13632f@ernst.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-isdn@freebsd.org X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 18:42:37 -0000 On 01/27/14 18:51, Gary Jennejohn wrote: > On Sun, 26 Jan 2014 17:39:18 +0100 > Martin Alt wrote: > >> I have been using the i4b kld module with FreeBSD9.1 and have now upgraded to >> 10.0-RELEASE using freebsd-update. >> >> I have rebuilt the kernel module using the comms/isdn4bsd-kmod port (from >> svn://svn.turbocat.net/i4b/trunk/ports/comms/isdn4bsd-kmod, rev 2974) and >> installed them, but unfortunately I get the following error message when trying >> to kldload i4b: >> >> kldload: can't load i4b: Exec format error >> >> Dmesg output is as follows: >> >> link_elf_obj: symbol ihfc_filter_info_start undefined >> linker_load_file: Unsupported file type >> > > This error is almost guaranteed to be caused by the kernel you're > running having been generated from other (e.g. older) sources > than the module. The remedy is to make usre that the sources > are the same for both the kernel and the module. Hi, It turns out I should use "sys/linker_set.h" instead of my own hand-rolled linker sets. I've updated the port and it should now load on FreeBSD-10 and FreeBSD-11. Thanks to everyone using and supporting ISDN4BSD. --HPS