From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 16:16:43 2007 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 937CD16A418 for ; Mon, 3 Sep 2007 16:16:43 +0000 (UTC) (envelope-from cerejoster@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 6C00C13C48E for ; Mon, 3 Sep 2007 16:16:43 +0000 (UTC) (envelope-from cerejoster@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so902267rvb for ; Mon, 03 Sep 2007 09:16:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=uP/XhEeuf6yNRF2M1vs4YkyhutpimyAFmadIeivtPvdPhYp0hZQ89J5861wGFIQDIhUHrK5FkQjaCi5cyhzPiTlJpYazu61SiqUagfr7NR/uuSkluZdDwPJn8GEPVmu2Ziv5mq8iGAxLY4Eh4HE8aIPm+qGbZuM8sFdDRvU6pK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=XF3uXX3M3b6YiO/JgtAORl4aBjCCfIO0U0HQeOwJCb2B3c3b/+FLtSerWxNR7Pt+YNYIq+afTwz0gPEKYhUHiEKilVTCuYXO6lbTfPLku3ctGwlLfZVeVA4zG7Veukeg1zPV9fyCV4OYaAuOtU24NszWQ3P0aLMM8PIS2CpegtE= Received: by 10.141.137.8 with SMTP id p8mr2005757rvn.1188834585071; Mon, 03 Sep 2007 08:49:45 -0700 (PDT) Received: by 10.141.87.12 with HTTP; Mon, 3 Sep 2007 08:49:45 -0700 (PDT) Message-ID: Date: Mon, 3 Sep 2007 11:49:45 -0400 From: "Eduardo Cerejo" To: FreeBSD-questions@freebsd.org MIME-Version: 1.0 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: Subject: xmcd fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2007 16:16:43 -0000 I have been trying to compile xmcd on FreeBSD 6 stable and I'm getting this: : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xac2c): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xac35): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xac7e): In function `cdinfo_urlcddb': : undefined reference to `CddbControl_GetDiscInfo' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xacba): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xacdc): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xad22): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xad3e): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xadfa): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject' ../cddb_d/libcddbkey.a(cddbkey1.o)(.text+0x4a): In function `cddb_setkey': : undefined reference to `CddbControl_SetClientInfo' *** Error code 1 Stop in /usr/ports/audio/xmcd/work/xmcd-3.3.2/xmcd_d. *** Error code 1 Stop in /usr/ports/audio/xmcd/work/xmcd-3.3.2. *** Error code 1 Stop in /usr/ports/audio/xmcd. I have never had this problem compiling xmcd. Or if someone could tell me where I can download the latest xmcd package, I found a few but they are old versions of xmcd and it won't install. Another alternative would be another cd player similar to xmcd the ones I've tried are very basic with no cddb access. Thanks.