Date: Sat, 21 Feb 2009 03:46:34 GMT From: Tom Mende <tmende@optusnet.com.au> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131925: Broken Port audio/aureal-kmod Message-ID: <200902210346.n1L3kYiR002413@www.freebsd.org> Resent-Message-ID: <200902210350.n1L3o1SD021315@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <dev/sound/pcm/sound.h> - #include <dev/sound/pci/au88x0.h> - #include <pci/pcireg.h> - #include <pci/pcivar.h> #include <sys/queue.h> 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 <dev/sound/pcm/sound.h> + #include "au88x0.h" + #include <sys/systm.h> + #include <dev/pci/pcireg.h> + #include <dev/pci/pcivar.h> #include <sys/queue.h> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902210346.n1L3kYiR002413>