Date: Sun, 5 Jun 2005 14:59:45 +0200 From: "Avinash Piare" <avinash@piare.org> To: <FreeBSD-ports@freebsd.org> Subject: mysql4x-server marked as broken ? Message-ID: <20050605125927.C803D295403@redqueen.elvandar.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050605125927.C803D295403>