From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 06:54:12 2006 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 BFBD916B4F2 for ; Tue, 6 Jun 2006 06:45:49 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3FA43D45 for ; Tue, 6 Jun 2006 06:45:48 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 0853D4C677; Tue, 6 Jun 2006 08:38:42 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 672B95285B; Tue, 6 Jun 2006 08:36:42 +0200 (CEST) Message-ID: <448522E0.6010305@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 08:38:24 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> In-Reply-To: <4484B0B5.8070703@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build 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: Tue, 06 Jun 2006 06:54:12 -0000 [LoN]Kamikaze schrieb: > The mysql50-server port suddenly switches the compiler while building. I've got no idea what might cause this and how to solve it apart from deinstalling gcc41 - which would break everything built with it. > > This is the end of the output. > --------------------------------------------------------------------------------------- > make all-recursive > Making all in share > if /usr/local/bin/libtool --preserve-dup-deps --tag=CXX --mode=compile c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF ".deps/udf_example.Tpo" -c -o udf_example.lo udf_example.cc; then mv -f ".deps/udf_example.Tpo" ".deps/udf_example.Plo"; else rm -f ".deps/udf_example.Tpo"; exit 1; fi > c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF .deps/udf_example.Tpo -c udf_example.cc -fPIC -DPIC -o .libs/udf_example.o > c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF .deps/udf_example.Tpo -c udf_example.cc -o udf_example.o >/dev/null 2>&1 > /usr/local/bin/libtool --preserve-dup-deps --tag=CXX --mode=link c++ -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -o udf_example.la -module -rpath /usr/local/lib/mysql udf_example.lo -pthread -lcrypt -lm -pthread > g++41 -shared -nostdlib /usr/lib/crti.o /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtbeginS.o .libs/udf_example.o -pthread -lcrypt -lm -pthread -L/usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1 -L/usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/../../.. -lstdc++ -lm -lgcc_s -lgcc_s /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtendS.o /usr/lib/crtn.o -march=pentium-m -march=pentium-m -pthread -pthread -pthread -pthread -pthread -pthread -Wl,-soname -Wl,udf_example.so.0 -o .libs/udf_example.so.0 > g++41: /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtbeginS.o: No such file or directory > g++41: /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtendS.o: No such file or directory > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22. > *** Error code 1 > > Stop in /mnt/vault/ports/databases/mysql50-server. Did you set CC and CXX in /etc/make.conf? Björn