From owner-freebsd-ports@FreeBSD.ORG Mon Dec 1 18:45:00 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5205C1065673 for ; Mon, 1 Dec 2008 18:45:00 +0000 (UTC) (envelope-from shild@sbcglobal.net) Received: from smtp119.sbc.mail.re3.yahoo.com (smtp119.sbc.mail.re3.yahoo.com [66.196.96.92]) by mx1.freebsd.org (Postfix) with SMTP id CDBBF8FC0A for ; Mon, 1 Dec 2008 18:44:59 +0000 (UTC) (envelope-from shild@sbcglobal.net) Received: (qmail 32554 invoked from network); 1 Dec 2008 18:18:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:Reply-To:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=YYuvVsC5Pet5tkVArWyFLrGPHZTULxosO613dNHT55zI1u9u+vbjv2MdMRUvvTkXhKQHNyp927Hbq6yhunQc3F/3II8ufpqYzbtdiO1LGI6VhmPXn5Kyi0/WKOkdkGQxDgqJpLYai2i0SrjKc3t2po2Js1cZ0pS122bQxHMaWdA= ; Received: from unknown (HELO ?192.168.1.1?) (shild@68.75.162.175 with login) by smtp119.sbc.mail.re3.yahoo.com with SMTP; 1 Dec 2008 18:18:18 -0000 X-YMail-OSG: 65QQptQVM1mh2AjeDz6VqFCawrff8eI1cd7sS2lX74CQmQhwyDwctztOJiqv5174NZa4A78q4IjvmckYViKKx7ha3RaWEy0ytlzYqN63T.fiENcARfI1jWoPMbB_A.CL2BTX11u7xGtFKAQyHCcVDxAII0Lx9yzvMUTnaPA- X-Yahoo-Newman-Property: ymail-3 From: "Scott T. Hildreth" To: FreeBSD Ports Content-Type: text/plain Date: Mon, 01 Dec 2008 12:16:23 -0600 Message-Id: <1228155383.52982.7.camel@fbsd1.dyndns.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Trying to build libcdio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shild@sbcglobal.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 18:45:00 -0000 I am trying to build libcdio, which vcdimager depends on, but I get this error, cd-info.c:37:28: error: libvcd/logging.h: No such file or directory cd-info.c:38:26: error: libvcd/files.h: No such file or directory cd-info.c:39:25: error: libvcd/info.h: No such file or directory libcdio doesn't depend on vcdimager, which installs these header files (I believe). Information for libcdio-0.78.2_2: Depends on: Dependency: pkg-config-0.23_1 Dependency: libiconv-1.11_1 Dependency: gettext-0.17_1 Dependency: popt-1.7_5 Dependency: libcddb-1.3.0 Dependency: cdparanoia-3.9.8_8 vcdimager depends on libcdio, but libcdio can't compile without the vcd header files. Information for vcdimager-0.7.23_5: Depends on: Dependency: pkg-config-0.23_1 Dependency: libiconv-1.11_1 Dependency: libxml2-2.6.32_2 Dependency: gettext-0.17_1 Dependency: popt-1.7_5 Dependency: libcddb-1.3.0 Dependency: cdparanoia-3.9.8_8 Dependency: libcdio-0.78.2_2 Any ideas? I am missing something here? Thanks, Scott