From owner-freebsd-isdn@FreeBSD.ORG Mon Jun 12 01:52:14 2006 Return-Path: X-Original-To: freebsd-isdn@freebsd.org Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7399616A46F for ; Mon, 12 Jun 2006 01:52:14 +0000 (UTC) (envelope-from frank.versteurs@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B8143D49 for ; Mon, 12 Jun 2006 01:52:13 +0000 (GMT) (envelope-from frank.versteurs@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1908436uge for ; Sun, 11 Jun 2006 18:52:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=IocHSWpzf+z7Kg3znzCOkCi10Xst50X1LaQibnf9bh/lOnOfKciwpO/0WVoQhGv4UhJAwRJ3hGMClhK7sxGfbwKoVepdt0Jch1Ks4TqFkTYD7cgIFLGfPz4ym/nJ1L6NZXSGeh/gauW6EBkKpKm2FRatV/UMDlIYkhOn3AH5qnI= Received: by 10.78.17.1 with SMTP id 1mr293384huq; Sun, 11 Jun 2006 14:32:02 -0700 (PDT) Received: by 10.78.69.4 with HTTP; Sun, 11 Jun 2006 14:32:02 -0700 (PDT) Message-ID: <2a54c78a0606111432x148e1fd4g3e487fd61eb3bb32@mail.gmail.com> Date: Sun, 11 Jun 2006 23:32:02 +0200 From: "Frank Versteurs" To: freebsd-isdn@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: isdn4bsd current compilation error on FreeBSD 6.1 X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 01:52:14 -0000 Hi, I have no problems compiling the latest official release of the isdn4bsd package (v.1.6.0) into the kernel of FreeBSD 6.1 (RELENG_6_1_0_RELEASE) on an i386 system. But when trying to compile the svn current source (revision 272) I get the following compilation error: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/dev/usb2/_usb_cdev.c /usr/src/sys/dev/usb2/_usb_cdev.c: In function `usb_cdev_close': /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: implicit declaration of function `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: nested extern declaration of `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:558: warning: nested extern declaration of `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: redundant redeclaration of 'psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: previous implicit declaration of 'psignal' was here /usr/src/sys/dev/usb2/_usb_cdev.c: In function `usb_cdev_put_data': /usr/src/sys/dev/usb2/_usb_cdev.c:1187: warning: nested extern declaration of `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: redundant redeclaration of 'psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: previous implicit declaration of 'psignal' was here /usr/src/sys/dev/usb2/_usb_cdev.c: In function `usb_cdev_put_data_error': /usr/src/sys/dev/usb2/_usb_cdev.c:1220: warning: nested extern declaration of `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: redundant redeclaration of 'psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: previous implicit declaration of 'psignal' was here /usr/src/sys/dev/usb2/_usb_cdev.c: In function `usb_cdev_get_data': /usr/src/sys/dev/usb2/_usb_cdev.c:1284: warning: nested extern declaration of `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: redundant redeclaration of 'psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: previous implicit declaration of 'psignal' was here /usr/src/sys/dev/usb2/_usb_cdev.c: In function `usb_cdev_get_data_error': /usr/src/sys/dev/usb2/_usb_cdev.c:1338: warning: nested extern declaration of `psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: redundant redeclaration of 'psignal' /usr/src/sys/dev/usb2/_usb_cdev.c:473: warning: previous implicit declaration of 'psignal' was here *** Error code 1 Stop in /usr/obj/usr/src/sys/TEST. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Is this normal behaviour of the current source or am I doing something wrong? Regards, Frank From owner-freebsd-isdn@FreeBSD.ORG Mon Jun 12 05:35:39 2006 Return-Path: X-Original-To: freebsd-isdn@freebsd.org Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9EC316A418 for ; Mon, 12 Jun 2006 05:35:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from mail49.e.nsc.no (mail49.e.nsc.no [193.213.115.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F6343D49 for ; Mon, 12 Jun 2006 05:35:38 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from Unknown-00-c0-9f-49-78-d8.lan (ti131310a080-15519.bb.online.no [85.165.252.159]) by mail49.nsc.no (8.13.6/8.13.5) with ESMTP id k5C5ZbAb010572; Mon, 12 Jun 2006 07:35:37 +0200 (CEST) From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Mon, 12 Jun 2006 07:35:41 +0200 User-Agent: KMail/1.7 References: <2a54c78a0606111432x148e1fd4g3e487fd61eb3bb32@mail.gmail.com> In-Reply-To: <2a54c78a0606111432x148e1fd4g3e487fd61eb3bb32@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606120735.41803.hselasky@c2i.net> Cc: Subject: Re: isdn4bsd current compilation error on FreeBSD 6.1 X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 05:35:39 -0000 On Sunday 11 June 2006 23:32, Frank Versteurs wrote: > Hi, > > I have no problems compiling the latest official release of the isdn4bsd > package (v.1.6.0) into the kernel of FreeBSD 6.1 (RELENG_6_1_0_RELEASE) on > an i386 system. > > > Is this normal behaviour of the current source or am I doing something > wrong? > No. It seems like I forgot to include some file for the 6-branch. I have now updated SVN. Try "svn update" and make a new tarball, and try again. If you get more compilation issues, then make the kernel with the "-k" option so that you get all the errors. --HPS From owner-freebsd-isdn@FreeBSD.ORG Mon Jun 12 11:03:01 2006 Return-Path: X-Original-To: freebsd-isdn@freebsd.org Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F9616A418 for ; Mon, 12 Jun 2006 11:03:01 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FB443D45 for ; Mon, 12 Jun 2006 11:03:01 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5CB31Ee098904 for ; Mon, 12 Jun 2006 11:03:01 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5CB30jM098900 for freebsd-isdn@freebsd.org; Mon, 12 Jun 2006 11:03:00 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Jun 2006 11:03:00 GMT Message-Id: <200606121103.k5CB30jM098900@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-isdn@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 11:03:01 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2005/03/22] kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not at 1 problem total. From owner-freebsd-isdn@FreeBSD.ORG Fri Jun 16 19:12:21 2006 Return-Path: X-Original-To: isdn@freebsd.org Delivered-To: freebsd-isdn@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA85616A47B for ; Fri, 16 Jun 2006 19:12:21 +0000 (UTC) (envelope-from nobody@server3.c-4.us) Received: from server3.c-4.us (8a.b2.5d45.static.theplanet.com [69.93.178.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263AC43D66 for ; Fri, 16 Jun 2006 19:12:18 +0000 (GMT) (envelope-from nobody@server3.c-4.us) Received: from nobody by server3.c-4.us with local (Exim 4.52) id 1FrJju-00012U-2X for isdn@freebsd.org; Fri, 16 Jun 2006 15:12:18 -0400 To: isdn@freebsd.org From: PayPal Message-Id: <1130384585.13653@paypal.com> Content-Transfer-Encoding: 8bit Date: Fri, 16 Jun 2006 15:12:18 -0400 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server3.c-4.us X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - server3.c-4.us X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Account Review Necessity. X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 19:12:21 -0000 Protect Your Account Info Make sure you never provide your password to fraudulent websites. PayPal will never ask you to enter your password in an email. For more information on protecting yourself from fraud, please review our Security Tips at https://www.paypal.com/us/securitytips http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.h tmlpp.htm Notice Of Account Review Necessity _________________________________________________________________ It has come to our attention that your PayPal account has been accessed by a third party, meaning that an unauthorized person has logged into your account. We require that you log-in to your account and update your billing information and security questions, so that further third party access can be prevented. Failure to update your billing information and security questions before 25th of June may result in suspension of your account. To proceed in updating your billing information and security questions, please click on the following link: [1]https://www.paypal.com/us/cgi-bin/webscr?cmd=_login-update&login_ac cess=1142486462 Updating your billing information and security questions will prevent unauthorized third party access, and possibly unauthorized purchases. We thank you for your participation in updating your account. Sincerely, The PayPal Team _________________________________________________________________ Please do not reply to this email. This mailbox is not monitored and you will not receive a response. For assistance, [2]log in to your PayPal account and choose the Help link located in the top right corner of any PayPal page. PayPal Email-ID 034415 References Visible links 1. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.html 2. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.html Hidden links: 3. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/index.html 4. http://www.warp-heals.com/catalog/images/www.paypal.com-US/Pay/