From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 5 04: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 7EC7B1065672 for ; Thu, 5 Feb 2009 04: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 5B4A68FC12 for ; Thu, 5 Feb 2009 04: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 n154o0GX086088 for ; Thu, 5 Feb 2009 04:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n154o0dj086087; Thu, 5 Feb 2009 04:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 5 Feb 2009 04:50:00 GMT Resent-Message-Id: <200902050450.n154o0dj086087@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, Tommy Scheunemann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB235106566C for ; Thu, 5 Feb 2009 04:46:55 +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 9A1B78FC1A for ; Thu, 5 Feb 2009 04:46:55 +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 n154ksGD018841 for ; Thu, 5 Feb 2009 04:46:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n154ksqk018840; Thu, 5 Feb 2009 04:46:54 GMT (envelope-from nobody) Message-Id: <200902050446.n154ksqk018840@www.freebsd.org> Date: Thu, 5 Feb 2009 04:46:54 GMT From: Tommy Scheunemann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131405: misc/mc - Port won't compile 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: Thu, 05 Feb 2009 04:50:01 -0000 >Number: 131405 >Category: ports >Synopsis: misc/mc - Port won't compile >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: Thu Feb 05 04:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tommy Scheunemann >Release: 7.1 >Organization: >Environment: FreeBSD apollon.arrishq.local 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Fri Jan 16 06:38:29 CET 2009 root@apollon.arrishq.net:/usr/obj/usr/src/sys/APOLLON i386 >Description: Configuring the Port with the following Options: WITHOUT_UTF8=true WITHOUT_SLANG=true WITH_ICONV=true WITH_NLS=true WITH_EDIT=true WITHOUT_X11=true WITH_SUBSHELL=true WITHOUT_SAMBA=true Results during the make run in: if cc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT fish.o -MD -MP -MF ".deps/fish.Tpo" -c -o fish.o fish.c; \ then mv -f ".deps/fish.Tpo" ".deps/fish.Po"; else rm -f ".deps/fish.Tpo"; exit 1; fi In file included from ../mhl/escape.h:9, from fish.c:55: ./mhl/types.h:12: error: expected identifier before numeric constant ./mhl/types.h:14: error: two or more data types in declaration specifiers ./mhl/types.h:14: warning: useless storage class specifier in empty declaration gmake[3]: *** [fish.o] Error 1 gmake[3]: Leaving directory `/usr/ports/misc/mc/work/mc-4.6.2/vfs' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.6.2/vfs' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.6.2' gmake: *** [all] Error 2 *** Error code 2 >How-To-Repeat: Given the Port exactly the same configuration under FreeBSD 7.1 on another machine reproduces the error. Also FreeBSD 7.1 running on amd64 gives the same problem. >Fix: >Release-Note: >Audit-Trail: >Unformatted: