From owner-freebsd-ppc@FreeBSD.ORG Tue Apr 5 19:25:08 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 455751065673; Tue, 5 Apr 2011 19:25:08 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 69F4E8FC18; Tue, 5 Apr 2011 19:25:02 +0000 (UTC) Received: by vxc34 with SMTP id 34so664116vxc.13 for ; Tue, 05 Apr 2011 12:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=v9lsZVk7whTXf4Ge6QqP/C8KszrZKr/ihjUP96imnyQ=; b=AvMINhVeBaD81YKvV+Z1+lRaRNrGTXOR4bht7se4IYoQRXr/EBf6YdvKoFXYgWCpGV Dj6RhhRy6r/MgCylcHOODMmtyCruPumJb2u4GM2SkjJEZxx0P99QBFcMUn8ISew+td/k i/j1WwbUx0UnODMBoU1Unr19VruBLMfTXHvIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JST7JTzLI+PJdhsYPjLnM7pOcFerdM7SK139gF6VJ7Q9aziwozl3hXPtOKkX162vKL h68vVmPl7HdhwM1V+I1YTfymFoj+jvrsNHFJZczD3/mIimraVAc6grUZhrtFXZJoQLZh G9Loup7odsnpp+PmBcf500SwX7CFZdoRSWknw= MIME-Version: 1.0 Received: by 10.52.0.9 with SMTP id 9mr64489vda.278.1302031501471; Tue, 05 Apr 2011 12:25:01 -0700 (PDT) Received: by 10.220.186.138 with HTTP; Tue, 5 Apr 2011 12:25:01 -0700 (PDT) Date: Tue, 5 Apr 2011 15:25:01 -0400 Message-ID: From: Super Bisquit To: FreeBSD PowerPC ML , Garrett Cooper , Justin Hibbits , Justin Hibbits , Koop Mast , Nathan Whitehorn , freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: gnome3 build help for sparc64 and ppc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2011 19:25:08 -0000 Building gnome-terminal3 on powerpc. Cd to work and use ./configure --disable-schemas-install --with-gtk=3.0 sparc64: gnome panel needs libwnck. Cd to work/gnome-panel* Run ./configure --enable-introspection --disable-schemas-compile --disable-deprecation-flags --disable-schemas-install --disable_gtk_doc --disable_gtk_doc_html --disable_gtk_doc_pdf --with_help_dir=no --with_omf_dir=no --with_in_process_applets=none There is a problem with xml2po. Gnome-desktop3 must be built before gnome-panel3 You can apply these options to both architectures mentiond here. gnome-session3 on powerpc needs the path to gconf-sanity-check-2. The configure file must be edited to use gconf-sanity-check-1. sparc64: build the dependencies listed in makefile for gnome-panel3 first. gnome-desktop3: Go to work/gnome-desktop. Vi configure. Place a #sign before: enable_deprecation_flags, enable_desktop_docs, with_help_dir, with_omf_dir, with_help_formats, with_html_dir, enable_gtk_doc, enable_gtk_doc_html, enable_gtk_doc_pdf, with_pnp_ids_path rerun ./configure --disable-desktop-docs after saving the changes run gmake cd /usr/ports/x11/gnome-desktop3 run make install run make clean return to /usr/ports/x11/gnome-panel3 you need libwnck3 to build cd /usr/ports/x11/gnome-panel3/work/*panel* ./configure gmake It breaks here with xml2po . This should help you get started. Those working with gnome will know how to test out what arguments are exactly needed. Everything else for this can be referenced at the freebsd gnome mailing list. if you get xml2po to work correctly, let me know what you did. Please forgive the bad grammar.