From owner-freebsd-current@FreeBSD.ORG Fri Sep 20 19:31:37 2013 Return-Path: Delivered-To: freebsd-current@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 B8445C66 for ; Fri, 20 Sep 2013 19:31:37 +0000 (UTC) (envelope-from dave@dogwood.com) Received: from mail-vb0-x233.google.com (mail-vb0-x233.google.com [IPv6:2607:f8b0:400c:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 726D52C8B for ; Fri, 20 Sep 2013 19:31:37 +0000 (UTC) Received: by mail-vb0-f51.google.com with SMTP id x16so654869vbf.10 for ; Fri, 20 Sep 2013 12:31:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dogwood.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OQ8itLdEUHh6Nmkq++jo9OLoeh+5OQDtUxr22w+5wlE=; b=A2ZYTsqKaC98H1fnUZbDAYeqRujwG2vqZXOBVw5XQeH0Lmsdnxt+2Y4ALQHOPzpUmU A7ILrkweiem+jvdv/Z5WHezHZNSqP0Yg9T2Cj3IwlwytuWGFrBNNwozqaVsg9LbruRgW MhY2BTWBU/mFdBUHzQ+MuxGMKYnH7b7mWCmoE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=OQ8itLdEUHh6Nmkq++jo9OLoeh+5OQDtUxr22w+5wlE=; b=L56/ZsxJpWh75Gglpd73d6zIRsEouPeO5wlzrUTgXSbQp61LUdgNElX0sbEWE3Nn31 S0NAOT6r/GtEio2HtHxOo0eal4fhe1DjIveYdCOjyUBMLOT9l5ggHZKSKKRjXe+bM2wK QG0MYY7YIlyRKnYVG8f7u34dAM+aUv6Fao1DYcPdO8/C79tCDTbfZpMbIjDcuNCewUsK wl4b6/YxqGcfRCHh7OEWODJUWAdp62RCnelG9Yz5IKtxuTveP9VSdG7p68mbZ1UMNXjc VFJ1VVdyEGQtzewIYcFzDpN2NNRvkRr3PBVRbqRTAV6YBfKF+NChHxpKS8RkuGIZvnXD +iPQ== X-Gm-Message-State: ALoCoQnfWrXKIreFqSr9igEl0NFbbDZMV4BuSbFkoN7ggie3UKv0HF7t+OuhAgMGqT6QT6b3IDcX MIME-Version: 1.0 X-Received: by 10.220.164.70 with SMTP id d6mr7766150vcy.19.1379705496340; Fri, 20 Sep 2013 12:31:36 -0700 (PDT) Received: by 10.52.37.202 with HTTP; Fri, 20 Sep 2013 12:31:36 -0700 (PDT) In-Reply-To: <6ABA7660-46F3-4AF7-8106-1037A0072758@FreeBSD.org> References: <20130919233939.GE2302@glenbarber.us> <6ABA7660-46F3-4AF7-8106-1037A0072758@FreeBSD.org> Date: Fri, 20 Sep 2013 09:31:36 -1000 Message-ID: Subject: Re: spurious "Service Unavailable" From: David Cornejo To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Glen Barber , FreeBSD Current 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: Fri, 20 Sep 2013 19:31:37 -0000 Thanks for the replies dave c On Fri, Sep 20, 2013 at 2:11 AM, Dimitry Andric wrote: > On Sep 20, 2013, at 01:39, Glen Barber wrote: > > > On Thu, Sep 19, 2013 at 01:29:35PM -1000, David Cornejo wrote: > >> 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? > >> > > > > These are, as far as I can tell, harmless messages. It is due to > > libarchive and statically linked binaries (pig-static). > > See this recent thread: > http://lists.freebsd.org/pipermail/freebsd-current/2013-August/043824.html > > It is a problem in our iconv implementation in libc, which should really > be fixed before 10.0-RELEASE. > > -Dimitry > >