From owner-freebsd-ppc@freebsd.org Sat Jul 18 07:16:00 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 148499A446D for ; Sat, 18 Jul 2015 07:16:00 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-vn0-x229.google.com (mail-vn0-x229.google.com [IPv6:2607:f8b0:400c:c0f::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C824B1F34 for ; Sat, 18 Jul 2015 07:15:59 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by vnk197 with SMTP id 197so8035347vnk.3 for ; Sat, 18 Jul 2015 00:15:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=H0GQKA4grONil+iTzjoJVPeKL/2mBfMHwxyw9nf1wsg=; b=XNK7kRskGtP0uwvZJUe5e/yLQ4CCIVX/q+5tf7DP6z9wseF1UqrOZIBbzdpNTZvLn2 eMD9/3XkBjFiSLIBazob7BUQyjiJo/Vrqx1gNBYMC9KbZ95A6DvsiIUXQQ+LvzVme9KZ GTYaxSgQDfsljGssXEwNBey32+HkadRFghAqgW1cKrGJexVhoToxiKfJCMa8Lr+Falrd 7PExx25WetM1TcxBQIW/TBnampU5PPND1xXflfek+wqvQNHcb762dTuhA0iD0/4NCAAj loqXBbbvPWzSbU+Z8Z6EUzDeUWHpdhmdXYn37vFfTyUyDeFwJSAM5wa2BNsCnAv+5a76 xfYQ== MIME-Version: 1.0 X-Received: by 10.52.109.230 with SMTP id hv6mr22076312vdb.43.1437203758346; Sat, 18 Jul 2015 00:15:58 -0700 (PDT) Received: by 10.31.139.200 with HTTP; Sat, 18 Jul 2015 00:15:58 -0700 (PDT) Date: Sat, 18 Jul 2015 02:15:58 -0500 Message-ID: Subject: xorg dependency hell From: "Herminio Hernandez, Jr." To: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 07:16:00 -0000 In current I am trying to install xorg and I thought I was making progress however I feel I am stuck in dependancy hell. Right now my xorg install is failing here *===> nghttp2-1.0.5 depends on file: spdylay>=1.3.0 - not found* *===> Building for spdylay-1.3.2* */usr/bin/make all-recursive* *Making all in lib* *Making all in includes* *Making all in src* *depbase=`echo spdycat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; g++48 -DHAVE_CONFIG_H -I. -I.. -Wall -I./../lib/includes -I./../lib/includes -I -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -std=c++11 -MT spdycat.o -MD -MP -MF $depbase.Tpo -c -o spdycat.o spdycat.cc && mv -f $depbase.Tpo $depbase.Po* *In file included from spdycat.cc:58:0:* */usr/local/include/libxml2/libxml/HTMLparser.h:15:31: fatal error: libxml/xmlversion.h: No such file or directory* * #include * * ^* *compilation terminated.* **** [spdycat.o] Error code 1* *make[15]: stopped in /usr/ports/www/spdylay/work/spdylay-1.3.2/src* *1 error* *I*t is saying it cannot find *xmlversion.h *however I know I have that file: $ find /usr/local/include/ -name xmlversion.h -print /usr/local/include/libxml2/libxml/xmlversion.h I know there is something wrong in the code but my C skills are not that great. Can someone point me in the right direction?