From jimd_NOSPAM@siu.edu  Wed Jun  4 18:52:04 2003
Return-Path: <jimd_NOSPAM@siu.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8664C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2003 18:52:04 -0700 (PDT)
Received: from 234-249.ip.ll.net (255-207.ip.ll.net [209.131.255.207])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 47A2443F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2003 18:52:03 -0700 (PDT)
	(envelope-from jimd_NOSPAM@siu.edu)
Received: from freebsd2.localnet10 (localhost [127.0.0.1])
	by freebsd2.localnet10 (8.12.9/8.12.9) with ESMTP id h551o296034925
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Jun 2003 20:50:02 -0500 (CDT)
	(envelope-from jimd@freebsd2.localnet10)
Received: (from root@localhost)
	by freebsd2.localnet10 (8.12.9/8.12.9/Submit) id h551mh7f034907;
	Wed, 4 Jun 2003 20:48:43 -0500 (CDT)
Message-Id: <200306050148.h551mh7f034907@freebsd2.localnet10>
Date: Wed, 4 Jun 2003 20:48:43 -0500 (CDT)
From: none <noone@siu.edu>
Reply-To: jimd@siu.edu
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: extace-1.7.8 compile fails: "asm/errno.h: No such file ..."
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52958
>Category:       ports
>Synopsis:       extace-1.7.8 compile fails: "asm/errno.h: No such file ..."
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 19:00:21 PDT 2003
>Closed-Date:    Thu Jun 05 17:23:23 PDT 2003
>Last-Modified:  Thu Jun 05 17:23:23 PDT 2003
>Originator:     none
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD freebsd2.localnet10 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Jun 3 21:18:04 CDT 2003 x@freebsd2.localnet10:/usr/src/sys/i386/compile/5.1-BETA2 i386


	
>Description:
	extace-1.7.8 compile fails: "asm/errno.h: No such file ..."

	cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -DGTK_DISABLE_COMPAT_H  -D_MAJOR_=1 -D_MINOR_=7 -D_MICRO_=8  -I/usr/local/include -DHAVE_LIBFFTW  -O -pipe -march=pentiumpro -mcpu=pentiumpro  -Wall -c dir.c
	cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -DGTK_DISABLE_COMPAT_H  -D_MAJOR_=1 -D_MINOR_=7 -D_MICRO_=8  -I/usr/local/include -DHAVE_LIBFFTW  -O -pipe -march=pentiumpro -mcpu=pentiumpro  -Wall -c audio_processing.c
	audio_processing.c:23:23: asm/errno.h: No such file or directory
	*** Error code 1
	 
	 Stop in /usr/ports/audio/extace/work/extace-1.7.8/src.
	 *** Error code 1
	  
	  Stop in /usr/ports/audio/extace/work/extace-1.7.8.
	  *** Error code 1
	   
	   Stop in /usr/ports/audio/extace/work/extace-1.7.8.
	   *** Error code 1
	    
	    Stop in /usr/ports/audio/extace
	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:

From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: jimd@siu.edu, adamw@FreeBSD.org
Subject: Re: ports/52958: extace-1.7.8 compile fails: "asm/errno.h: No such
 file ..."
Date: Fri, 6 Jun 2003 08:59:12 +0900

 On Wed, 4 Jun 2003 20:48:43 -0500 (CDT)
 none <noone@siu.edu> wrote:
 
 > >Description:
 > 	extace-1.7.8 compile fails: "asm/errno.h: No such file ..."
 
 It seems committer of PR ports/52661 has forgotten to
 add a new patch.
 
 The error would be fixed by applying following patch
 to the ports tree.
 
 diff -urN /usr/ports/audio/extace/files/patch-src::audio_processing.c audio/extace/files/patch-src::audio_processing.c
 --- /usr/ports/audio/extace/files/patch-src::audio_processing.c	Thu Jan  1 09:00:00 1970
 +++ audio/extace/files/patch-src::audio_processing.c	Fri May 23 18:12:07 2003
 @@ -0,0 +1,12 @@
 +--- src/audio_processing.c.orig	Mon Mar 17 04:45:48 2003
 ++++ src/audio_processing.c	Fri May 23 18:11:12 2003
 +@@ -20,7 +20,9 @@
 + #include <protos.h>
 + #include <math.h>
 + #include <gtk/gtk.h>
 ++#ifndef __FreeBSD__
 + #include <asm/errno.h>
 ++#endif
 + #include "convolve.h"
 + #ifdef HAVE_LIBRFFTW
 + #include <rfftw.h>
State-Changed-From-To: open->closed 
State-Changed-By: adamw 
State-Changed-When: Thu Jun 5 17:22:58 PDT 2003 
State-Changed-Why:  
Patch added. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52958 
>Unformatted:
