From owner-freebsd-ports@FreeBSD.ORG Mon Sep 18 14:59:39 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E4C16A47E for ; Mon, 18 Sep 2006 14:59:39 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E8443D7B for ; Mon, 18 Sep 2006 14:59:38 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 91219-09 for ; Mon, 18 Sep 2006 16:59:48 +0200 (CEST) Received: from smtp.alpha-tierchen.de (port-212-202-42-252.dynamic.qsc.de [212.202.42.252]) by mail.liberty-hosting.de (Postfix) with ESMTP id DF4FF1601B6 for ; Mon, 18 Sep 2006 16:59:47 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by smtp.alpha-tierchen.de (Postfix) with ESMTP id 3AC4B5285B for ; Mon, 18 Sep 2006 16:59:34 +0200 (CEST) Message-ID: <450EB464.50200@cs.tu-berlin.de> Date: Mon, 18 Sep 2006 16:59:48 +0200 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: Subject: can't reproduce pointyhat's errors while compiling databases/mysqltcl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:59:39 -0000 Hello, I need some help to repair the broken port mysqltcl. It worked for a long time without problems but approximately one week ago something changed fundametally so that it doesn't compile anymore on pointyhat. I started to investigate the problem but I can't find the reason. Currently I use FreeBSD 6.2-PRERELEASE, mysql-client-5.0.24 and tcl-8.4.13_1,1. The port still compiles without problems for me using -DNO_IGNORE. I can't find any occurences of "ulong" in the whole source code of mysqltcl (see pointyhat's error messages below). Does anyone have a hint for me before I start spending more time? It would be nice if someone sends me a mysqltcl.c with 'ulong' in line 812. ===> mysqltcl-3.01 depends on shared library: tcl84 - found ===> mysqltcl-3.01 depends on shared library: mysqlclient.15 - found ===> Configuring for mysqltcl-3.01 ===> Building for mysqltcl-3.01 cc -fPIC -DPIC -O2 -fno-strict-aliasing -pipe -I/usr/local/include/tcl8.4/ -I/usr/local/include/mysql/ -Wall -DVERSION='"3.01"' -c /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c -o mysqltcl.So /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c: In function `Mysqltcl_Connect': /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: `ulong' undeclared (first use in this function) /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: (Each undeclared identifier is reported only once /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: for each function it appears in.) /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: syntax error before numeric constant /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:820:error: syntax error before numeric constant *** Error code 1 Stop in /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01. *** Error code 1 Regards Björn