From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 03:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4FE11065670 for ; Sat, 21 Feb 2009 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B00608FC19 for ; Sat, 21 Feb 2009 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1L3o1ZL021316 for ; Sat, 21 Feb 2009 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1L3o1SD021315; Sat, 21 Feb 2009 03:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Feb 2009 03:50:01 GMT Resent-Message-Id: <200902210350.n1L3o1SD021315@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tom Mende Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A923106566B for ; Sat, 21 Feb 2009 03:46:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 191708FC1C for ; Sat, 21 Feb 2009 03:46:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1L3kYsp002414 for ; Sat, 21 Feb 2009 03:46:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1L3kYiR002413; Sat, 21 Feb 2009 03:46:34 GMT (envelope-from nobody) Message-Id: <200902210346.n1L3kYiR002413@www.freebsd.org> Date: Sat, 21 Feb 2009 03:46:34 GMT From: Tom Mende To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131925: Broken Port audio/aureal-kmod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 03:50:02 -0000 >Number: 131925 >Category: ports >Synopsis: Broken Port audio/aureal-kmod >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 03:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tom Mende >Release: 7.3-RELEASE-p3 >Organization: >Environment: FreeBSD dell.mende.net.au 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #5: Sat Feb 21 12:03:50 EST 2009 tom@dell.mende.net.au:/usr/obj/usr/src/sys/DELL i386 >Description: port appears to be broken - last worked for me on FreeBSD 6.2 - used a clean install from CDs to go the FreeBSD 7.0 - been using freebsd-update since. #/usr/ports/audio/aureal-kmod>make install clean => au88x0-1.5_4.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.matey.org/au88x0/. au88x0-1.5_4.tar.gz 100% of 212 kB 136 kBps ===> Extracting for aureal-kmod-1.5_6 => MD5 Checksum OK for au88x0-1.5_4.tar.gz. => SHA256 Checksum OK for au88x0-1.5_4.tar.gz. ===> Patching for aureal-kmod-1.5_6 ===> Applying FreeBSD patches for aureal-kmod-1.5_6 1 out of 6 hunks failed--saving rejects to au88x0.c.rej => Patch patch-au88x0.c failed to apply cleanly. => Patch(es) patch-10_Makefile patch-20_Makefile patch-30_Makefile patch-Makefile patch-Makefile.inc applied cleanly. *** Error code 1 Stop in /usr/ports/audio/aureal-kmod. #/usr/ports/audio/aureal-kmod> ..contents of au88x0.c.rej *************** *** 29,46 **** */ #include - #include - #include - #include #include SND_DECLARE_FILE("$FreeBSD: ports/audio/aureal-kmod/files/patch-au88x0.c,v 1.9 2009/01/07 01:38:11 rafan Exp $"); - #if __FreeBSD_version < 500033 - #error Cannot be compiled on older 5.0-CURRENT and 4.x systems - #endif - #include "mixer_if.h" MALLOC_DEFINE(M_PCMAUCORE, "PCMaucore", "Aureal Vortex 88x0 core"); --- 29,43 ---- */ #include + #include "au88x0.h" + #include + #include + #include #include SND_DECLARE_FILE("$FreeBSD: ports/audio/aureal-kmod/files/patch-au88x0.c,v 1.9 2009/01/07 01:38:11 rafan Exp $"); #include "mixer_if.h" MALLOC_DEFINE(M_PCMAUCORE, "PCMaucore", "Aureal Vortex 88x0 core"); ***Portsnap fetch update done this morning, freebsd-update fetch && install done this morning, GENERIC kernel (with unused devices commented out) rebuilt and reinstalled this morning. >How-To-Repeat: #/usr/ports/audio/aureal-kmod>make or make install or make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: