From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 20:29:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05F5CFDD; Thu, 24 Apr 2014 20:29:50 +0000 (UTC) Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B32511A2A; Thu, 24 Apr 2014 20:29:49 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id j17so3226030oag.40 for ; Thu, 24 Apr 2014 13:29:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1Qv0fJQ81jXPBFPhghnvcI36GB1YUz0PBr7waOLhY2A=; b=Ji6sH+jmb78/O8g/q7RmPTqHbLiqSDnXN27iAMQXAJA1r7P8mIWs0aqRXQbdCU52Oa P4AK5pzpOIGk8+Ysxj8aEbjpnvjR507GHXD/cHmPXlEWbWhn+fvBZ8WREOQGEJFHXgTM 0PzpEgwiPY9QnOc4NO5IXCsXlrTXCvXh0yLGAW9kta0IYoBUIIMMzUwIbFNbDBaVoAjO wiTDDYKtkX49ForZ2NS+Vltx54JQGAvxflOshBG9uxpXkWYqEfUnRW5KJ9RmeAvWxHP6 cGr99QFP4aB+u5G6SP5uU5OLYUhi1vbRP/eLqT7uQ+LblsYp5WbsHxVb7vjPM9XjjzUF VRWA== MIME-Version: 1.0 X-Received: by 10.60.133.17 with SMTP id oy17mr3214585oeb.51.1398371389012; Thu, 24 Apr 2014 13:29:49 -0700 (PDT) Received: by 10.76.100.132 with HTTP; Thu, 24 Apr 2014 13:29:48 -0700 (PDT) In-Reply-To: <20140424200526.59b88ae2@kalimero.tijl.coosemans.org> References: <20140418175334.130c0602@kalimero.tijl.coosemans.org> <20140419171042.513d1be1@kalimero.tijl.coosemans.org> <20140424184938.023e4a13@kalimero.tijl.coosemans.org> <20140424192852.32dc7d23@kalimero.tijl.coosemans.org> <20140424200526.59b88ae2@kalimero.tijl.coosemans.org> Date: Thu, 24 Apr 2014 15:29:48 -0500 Message-ID: Subject: Re: portmaster ports update 20140416 From: Antonio Olivares To: Tijl Coosemans Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 20:29:50 -0000 On Thu, Apr 24, 2014 at 2:05 PM, Tijl Coosemans wrote: > On Thu, 24 Apr 2014 12:33:08 -0500 Antonio Olivares wrote: >> On Thu, Apr 24, 2014 at 12:28 PM, Tijl Coosemans wrote: >>> On Thu, 24 Apr 2014 12:05:06 -0500 Antonio Olivares wrote: >>>> On Thu, Apr 24, 2014 at 11:49 AM, Tijl Coosemans wrote: >>>>> On Thu, 24 Apr 2014 10:53:29 -0500 Antonio Olivares wrote: >>>>>> Dear all, >>>>>> >>>>>> on FreeBSD 9.2-RELEASE-p4, it has succeeded, but on 8.4-RELEASE-p8 it >>>>>> has failed and stops at colord. I have lost X and don't know what to >>>>>> do. I get error >>>>>> >>>>>> tar: share/glib-2.0/schemas/org.freedesktop.ColorHelper.gschema.xml: >>>>>> Cannot stat: No such file or directory >>>>>> when building coldord. I have no pkg or pkgng on that machine since >>>>>> 8.4-RELEASE may die soon? When will support for it end? I may have >>>>>> to install newer 10.0 on it? as soon as support fails. >>>>> >>>>> You can run pkg_libchk from the sysutils/bsdadminscripts port. It >>>>> should give you a list of ports that need to be rebuilt because of >>>>> library problems. >>>> >>>> IT gives me >>>> >>>> pkg_libchk: Command not found >>> >>> Have you installed the sysutils/bsdadminscripts port? It should be in >>> /usr/local/sbin then. >> >> It is in there, it returns all the ones that are needed/recommended in >> the 20140416 entry :( >> But it bombs out with colord. The file that it complains about is there :( >> >> share/glib-2.0/schemas/org.freedesktop.ColorHelper.gschema.xml >> >> I checked, but how do I tell it it is there? > > Can you send me a complete build log. > > # script make clean stage > > Then there should be a file named "typescript" in the directory. I have done this, and I get Script started on Thu Apr 24 15:26:52 2014 clean stage script: clean: No such file or directory Script done on Thu Apr 24 15:26:52 I want to see typescript file and I get # cat: typescript: No such file or directory Best Regards, Antonio