From owner-freebsd-current@FreeBSD.ORG Thu Sep 19 23:29:37 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 33F7ABF8 for ; Thu, 19 Sep 2013 23:29:37 +0000 (UTC) (envelope-from dave@dogwood.com) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E48FE2028 for ; Thu, 19 Sep 2013 23:29:36 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id gd11so7087586vcb.33 for ; Thu, 19 Sep 2013 16:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dogwood.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=nQlrI9e9ZjFmc1XfUFb7GpG7+JcdsU48YGtXv30HDuU=; b=C45xWLnS/Km/CrnMFvaPEK3VBLX5ULYi3mUm8tNKDjnHY0X+aMGl6R1qZkuHy0Rk+Z ohv3YNuSunK475/LGjB0yQdBfAXXaw6OAXIqixZni7y6KyH/DLZtlfWFqbXbvWzIZM3+ XRPIPL6kd9PPBy2XqdaUqN1tmAH/fGTrSlUoA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=nQlrI9e9ZjFmc1XfUFb7GpG7+JcdsU48YGtXv30HDuU=; b=fFg92lxPoOtEaSkK49DsU+YXk9YqRgDTXb442fzKfe2qTchfqJy6B0Co5njmV/esPp dWUEMySlDjXbUagHPKcydTcxfiXuCLLdtgz24n9Gc5y4W+1/kNhVuhi7qYnoYlXQKEiM 77LTgOHd+0cw9ZFlpi/Yn248rIkKLvVlR5GZP0VrcVkODk0Q81Jnf7QUMksdaWopRjrc Q6xsWUP7Q/e+p7jqJ5coD1LXyZqIKy5/wMbvIPBBpQ4+/Z7WQzZrYYPUuSdF90nkuU21 CcHHPNAABA1IV/Scr11+agT7uk6CEVzvljIFD7FNw5+sxp3HEmsKY3GgoOMY3QSt0t2i eGbw== X-Gm-Message-State: ALoCoQnp1p8/Zmc0KZOFddf8bvQGSAUI+Y2Te7dQFIIO7KXZjMYnkot9oNT4Ua9CC4M0BiRnUHM8 MIME-Version: 1.0 X-Received: by 10.58.117.71 with SMTP id kc7mr3308856veb.16.1379633375882; Thu, 19 Sep 2013 16:29:35 -0700 (PDT) Received: by 10.52.37.202 with HTTP; Thu, 19 Sep 2013 16:29:35 -0700 (PDT) Date: Thu, 19 Sep 2013 13:29:35 -1000 Message-ID: Subject: spurious "Service Unavailable" From: David Cornejo To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 23:29:37 -0000 On CURRENT Revsion 255706 I am trying to rebuild a bunch of ports in screen and I'm getting the string "Service unavailable" in the output between the package creation and the cleaning phases for each port: ===> Generating temporary packing list install -o root -g wheel -m 555 dialog4ports /usr/local/bin/dialog4ports install -o root -g wheel -m 444 dialog4ports.1.gz /usr/local/man/man1 ===> Registering installation for dialog4ports-0.1.5_1 as automatic Installing dialog4ports-0.1.5_1... done ===> Building package for dialog4ports-0.1.5_1 Creating package for dialog4ports-0.1.5_1 Service unavailable===> Cleaning for dialog4ports-0.1.5_1 ---> Cleaning out obsolete shared libraries ---> Reinstalling 'm4-1.4.16_1,1' (devel/m4) ---> Building '/usr/ports/devel/m4' ===> Cleaning for m4-1.4.16_1,1 Is this dangerous? Anyone know what's making that happen? thanks, dave c