From owner-freebsd-ports@FreeBSD.ORG Sun Aug 10 06:21:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB4A1106567C for ; Sun, 10 Aug 2008 06:21:14 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 692D08FC08 for ; Sun, 10 Aug 2008 06:21:14 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so761326tid.3 for ; Sat, 09 Aug 2008 23:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=EguRMrFvucTVaGpznvz1qt7ED2w9z1RVYFcJFhL6tg4=; b=WcbeIh18rDlF07zmsgg7gyAokEGpUD1VqsBgqDvBzdgJKH8KHFzISSOnxQ+tVLjMiz hfnKJCsBG1Y0WlkF+1EDfPdmN+1S5tkeT7HUYDZi8e2PlQW6egcWTuhwJSfNerfmC79E RCEceurF9ez/C67AGVLgf54IJ9IvEnL6miKsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=mZ67oNsnTXIYsTivpxxoCh8eDKBIeEcsnrMUMcCe+Ya/dwm7hnyUr1nV/YGUW5ORTv /1FGJaNZEeTKPVb2J1DIvn9h69m2MPCphpiiJHtsXgB3cRSGI+37rBLhu82YFFzNulIX peU7l0v70QTUBNG5h4I8KcQiB+Tdy2LQ7wnug= Received: by 10.110.43.18 with SMTP id q18mr7897664tiq.57.1218349273166; Sat, 09 Aug 2008 23:21:13 -0700 (PDT) Received: by 10.110.21.16 with HTTP; Sat, 9 Aug 2008 23:21:13 -0700 (PDT) Message-ID: Date: Sun, 10 Aug 2008 11:51:13 +0530 From: "Masoom Shaikh" To: "Jan Henrik Sylvester" In-Reply-To: <489E5C02.4040902@janh.de> MIME-Version: 1.0 References: <489E5C02.4040902@janh.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Chuck Swiger , ports-list freebsd Subject: Re: redland build failure 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, 10 Aug 2008 06:21:15 -0000 I confirm this error, I encountered it too few days back while attempting same....I gave up due to lack of time... On Sun, Aug 10, 2008 at 8:39 AM, Jan Henrik Sylvester wrote: > Trying to build kde4, I got stuck at redland: > > mkdir .libs > cc -DLIBRDF_INTERNAL=1 -O2 -fno-strict-aliasing -pipe -DLIBRDF_INTERNAL=1 > -O2 -fno-strict-aliasing -pipe -rpath=/usr/local/lib -o > .libs/redland-db-upgrade db_upgrade.o -rpath=/usr/local/lib -L/usr/local/lib > ../librdf/.libs/librdf.so -L/usr/local/lib/mysql > /usr/ports/textproc/redland/work/redland-1.0.7/rasqal/src/.libs/librasqal.so > /usr/local/lib/libraptor.so /usr/local/lib/libcurl.so -lssl > /usr/local/lib/libxslt.so /usr/local/lib/libxml2.so > /usr/local/lib/libiconv.so /usr/local/lib/libmpfr.so > /usr/local/lib/libgmp.so -ldb-4.2 -lcrypto > /usr/local/lib/mysql/libmysqlclient.so -lz -lcrypt -lm > /usr/local/lib/libsqlite3.so -pthread -lpq -Wl,--rpath -Wl,/usr/local/lib > -Wl,--rpath -Wl,/usr/local/lib/mysql > ../librdf/.libs/librdf.so: undefined reference to `db_create' > ../librdf/.libs/librdf.so: undefined reference to `db_strerror' > gmake[1]: *** [redland-db-upgrade] Error 1 > gmake[1]: Leaving directory > `/usr/ports/textproc/redland/work/redland-1.0.7/utils' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > > I am on 7.0 with all ports up to date. I have no nonstandard OPTIONS for > any dependencies. > > It seems to have picked up mysql-client although I did not have WITH_MYSQL > on. > > Do I miss anything? > > Cheers, > Jan Henrik > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >