From owner-freebsd-ports@FreeBSD.ORG Sun Jun 5 12:59:30 2005 Return-Path: X-Original-To: freebsd-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 43CB916A41C for ; Sun, 5 Jun 2005 12:59:30 +0000 (GMT) (envelope-from avinash@piare.org) Received: from redqueen.elvandar.org (redqueen.evilcoder-services.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAC643D49 for ; Sun, 5 Jun 2005 12:59:29 +0000 (GMT) (envelope-from avinash@piare.org) Received: from localhost (localhost [127.0.0.1]) by redqueen.elvandar.org (Postfix) with ESMTP id 9EF58295405 for ; Sun, 5 Jun 2005 14:59:28 +0200 (CEST) Received: from redqueen.elvandar.org ([127.0.0.1]) by localhost (redqueen.evilcoder-services.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49611-09 for ; Sun, 5 Jun 2005 14:59:28 +0200 (CEST) Received: from hightower (van-bruss3l.demon.nl [82.161.143.15]) by redqueen.elvandar.org (Postfix) with ESMTP id C803D295403 for ; Sun, 5 Jun 2005 14:59:27 +0200 (CEST) From: "Avinash Piare" To: Date: Sun, 5 Jun 2005 14:59:45 +0200 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcVpznG9qd7XywitS9mHMmF3RCusMQ== Message-Id: <20050605125927.C803D295403@redqueen.elvandar.org> X-Virus-Scanned: by the evilcoder-services.org maildomain Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: mysql4x-server marked as broken ? 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: Sun, 05 Jun 2005 12:59:30 -0000 Hi all, For the last 2 days if been trying to install mysql40-server and (apart form mysql40) mysql41-server. I've updated my ports and src and there mysql40/mysql41-server isn't broken, see below. (more after output below) ============================================================================ ===================== find . -exec grep BROKEN {} \; -print BROKEN= "Does not compile on !i386" ./clip/Makefile BROKEN= "Does not build on FreeBSD-4.x" ./firebird-devel/Makefile BROKEN= "Not compatible with latest GHC yet" ./hs-hsql/Makefile BROKEN= "Does not compile on FreeBSD 4.x" ./libmemcache/Makefile BROKEN= "Does not compile on FreeBSD >=5.x on !i386" ./myodbc/Makefile BROKEN_WITH_MYSQL= 323 40 BROKEN= Does not build on 4.x ./mysql-administrator/Makefile - CFLAGS="$CFLAGS -DHAVE_BROKEN_REALPATH" - CXXFLAGS="$CXXFLAGS -DMYSQLD_NET_RETRY_COUNT=1000000 -DHAVE_BROKEN_REALPATH" + CFLAGS="$CFLAGS -DHAVE_BROKEN_REALPATH" + CXXFLAGS="$CXXFLAGS -DMYSQLD_NET_RETRY_COUNT=1000000 -DHAVE_BROKEN_REALPATH" ./mysql323-server/files/patch-configure BROKEN_WITH_MYSQL=323 ./mysqlcc/Makefile BROKEN= "Incomplete pkg-plist" ./p5-DBD-LDAP/Makefile BROKEN= "Should only select one of ODBC and IODBC" ./p5-DBD-ODBC/Makefile BROKEN= "Does not compile" ./p5-GDBM/Makefile BROKEN= "Does not build" ./p5-sqlrelay/Makefile BROKEN= "Coredump during build on alpha 4.x" ./postgresql-devel/Makefile BROKEN= "Coredump during build on alpha 4.x" ./postgresql80-server/Makefile BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42" ./py-bsddb/Makefile BROKEN= This port requires python 2.2 or later ./pydbdesigner/Makefile BROKEN= "Does not build on amd64 (needs to link against shared libraries)" ./ruby-cdb/Makefile BROKEN= "Fails self-test during build" ./ruby-criteria/Makefile ============================================================================ ================== The error i get installing mysql4x-server is: cd /usr/ports/databases/mysql41-server && make install ===> mysql-server-4.1.11_1 is marked as broken: The port wants mysql41-client and you try to install mysql4-client.. The client installs whithout problems. Then when i try to install the -server again, i keep getting the same error. Here is a snippit of my pkgtools.conf 'databases/mysql40-client' => [ 'DB_DIR=/usr/mysql', 'BUILD_OPTIMZED=yes', 'BUILD_STATIC=yes', 'OVERWRITE_DB=no', 'WITHOUT_INNODB=yes' ], 'databases/mysql40-server' => [ 'DB_DIR=/usr/mysql', 'BUILD_OPTIMZED=yes', 'BUILD_STATIC=yes', 'OVERWRITE_DB=no', 'WITHOUT_INNODB=yes' ], Is there someting i'm overlooking ? I hope u can help me Regards, Avinash Piare