From owner-freebsd-questions@FreeBSD.ORG Thu Oct 3 18:28:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37CC1C5D for ; Thu, 3 Oct 2013 18:28:04 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7A6926D4 for ; Thu, 3 Oct 2013 18:28:03 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id es20so2271664lab.24 for ; Thu, 03 Oct 2013 11:28:01 -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=oDwMfOKlCRoMu5Mw8Ndk/GYvaDb+m1vvvlbjyror02Q=; b=PX0mKb42XkhdgACNdoRE6jiGqswfqHuAlc2+ya2YRqTNbbP76o4pxZ3Ky5pbwo3JDH SbfcNzmcKM0A9QpQ0JBVnaOCSnpSd7AZAFaZFjvEbZ6ZE/WbmAnvKyByZ5pNz/HHfrUR sEPmGgkkmcauJetTR3JSw4Ll7Fim/giIqZyTDkDOyC1148wD+F3sYLh/HQavfBg+D9rR Z54rKWm7pAqELy/AsyYl9U/UjCIu4ZKE92GciCoKNMBn2hFYVgk3lqKwhbVuW8nm1uYg DnNOiLpxnsz5nxMgHY8lEKIH9YpCQjnWBxn3kvqCIQXEyZumDU0sv7UJ2+WrerpnlEbx rzgA== MIME-Version: 1.0 X-Received: by 10.152.87.143 with SMTP id ay15mr8083285lab.2.1380824881694; Thu, 03 Oct 2013 11:28:01 -0700 (PDT) Received: by 10.112.157.129 with HTTP; Thu, 3 Oct 2013 11:28:01 -0700 (PDT) In-Reply-To: <444n9114v5.fsf@lowell-desk.lan> References: <44d2np1p5k.fsf@lowell-desk.lan> <444n9114v5.fsf@lowell-desk.lan> Date: Thu, 3 Oct 2013 13:28:01 -0500 Message-ID: Subject: Re: # portmaster -r pixman fails with !#/bin/sh list too long From: Antonio Olivares To: Lowell Gilbert Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions , =?ISO-8859-1?Q?Romain_Tarti=E8re?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 18:28:04 -0000 On Tue, Oct 1, 2013 at 8:46 AM, Lowell Gilbert wrote: > Antonio Olivares writes: > >> I tried your advice with the -R option, it worked, but for only pixman >> the other ports that depend on it don't get rebuilt :( >> >> I try to use -x 'texlive-*' but it does not work :( >> I get >> >> Could not execute shell >> "/usr/ports/Mk/bsd.port.mk", line 1192: warning "/usr/bin/awk >> '/^#define[[:blank:]]....FreeBSD_version/ {print $3} >> > /usr/local/sbin/portmaster: rm: Argument list too long >> >> and it justs sits there. Out of 3 machines only 1 is working because >> I overlooked the pixman update entry in /usr/src/UPDATING :( >> >> Please advice me as to how to get the desktop working again on these >> machines. I did not want to shoot myself in the foot but I did so :( > > Try the '-R' again; it may get a bit farther each time. > > You can always recover by removing some of the ports and reinstalling > them after the remaining ports are updated. You're going to have to > rebuild a huge number of ports anyway, so this is not very different > from using portmaster on everything. > > Good luck. Have tried that, but it rebuilds pixman, but then X bombs out blurting out messages that lib....pixman.so is missing :( I have tried to remove print/texlive-scheme-full; removed it, but then run portmaster -R pixman, and portmaster -r pixman and the running of it stops with message that !#/bin/sh .. argument too long and comes up with texlive-?????-?????-_1 or similar. Have not been successful in fixing this issue. I have 2 machines working and 2 not working because of this. I am running out of ideas. Is there another way to fix this issue manually, i.e, going to /usr/ports/x11/pixman and rebuilding it there or have to go one by one? Thanks for your advice and suggestions but I am not getting there :( Best Regards, Antonio