From owner-freebsd-questions@FreeBSD.ORG Sun Jan 8 19:45:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A853016A41F for ; Sun, 8 Jan 2006 19:45:59 +0000 (GMT) (envelope-from apixkernel@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4EA43D45 for ; Sun, 8 Jan 2006 19:45:58 +0000 (GMT) (envelope-from apixkernel@gmail.com) Received: by nproxy.gmail.com with SMTP id c29so1495284nfb for ; Sun, 08 Jan 2006 11:45:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sO4Ox4dZwte7g8bQtHAvGqiC/P8KDof8zynmY52VyR+JY933Co+/uYMe6NFwotnc9tCpcGERHCFo6dfMXddQm/a6kv9KY2vADH7zAAMXQFZmUv9QJhdc+FiNJCcwM1W30R9ODqzAh+w3PA2zQMLi0WTDledvZG4ODS0xLw4FbaA= Received: by 10.49.5.11 with SMTP id h11mr860470nfi; Sun, 08 Jan 2006 11:45:24 -0800 (PST) Received: by 10.48.217.5 with HTTP; Sun, 8 Jan 2006 11:45:24 -0800 (PST) Message-ID: <8db45f8c0601081145j190d46a4le576079b3e9c9539@mail.gmail.com> Date: Sun, 8 Jan 2006 21:45:24 +0200 From: apix Sender: apixkernel@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problem installing gmake X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 19:45:59 -0000 Hello. While installing qmake ( dependancy for gcc-3.4 ) the make exited with an error while compiling the file glob.c in the make /usr/ports/devel/gmake/work/make-3.80/glob derectory. The output form the make, including the error is: if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -O2 -pipe -finline-functions -fmove-all-movables -frename-registers -fomit-frame-pointer -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline=20 -Wmissing-prototypes -Wnested-externs -Wpointer-arith=20 -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -march=3Dpentium4 -MT glob.o -MD -MP -MF ".deps/glob.Tpo" -c -o glob.o `test -f 'glob.c' || echo './'`glob.c; then mv ".deps/glob.Tpo" ".deps/glob.Po"; else rm -f ".deps/glob.Tpo"; exit 1; fi glob.c:195: warning: function declaration isn't a prototype glob.c:287: warning: redundant redeclaration of 'getlogin' /usr/include/unistd.h:342: warning: previous declaration of 'getlogin' was = here glob.c:294: error: syntax error before "const" glob.c:315: error: syntax error before "const" glob.c: In function `glob': glob.c:395: warning: ISO C90 forbids variable-size array `onealt' glob.c:500: warning: comparison between signed and unsigned glob.c:853: warning: implicit declaration of function `__glob_pattern_p' glob.c:853: warning: nested extern declaration of `__glob_pattern_p' glob.c:871: warning: comparison between signed and unsigned glob.c:922: warning: comparison between signed and unsigned glob.c:949: warning: comparison between signed and unsigned glob.c:1011: warning: comparison between signed and unsigned glob.c:1029: warning: comparison between signed and unsigned glob.c:1052: warning: comparison between signed and unsigned glob.c: In function `globfree': glob.c:1072: warning: comparison between signed and unsigned glob.c: At top level: glob.c:1173: warning: function declaration isn't a prototype glob.c: In function `glob_in_dir': glob.c:1412: warning: declaration of 'save' shadows a previous local glob.c:1231: warning: shadowed declaration is here *** Error code 1 I have updated my port tree with the latest snapshot. Any ideas ??? -- Ack and you shall receive.