From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hartwig Newsgroups: gmane.lisp.guile.devel Subject: Re: Debian package build problems with 2.0.9 (from git) Date: Sun, 16 Jun 2013 08:22:57 +0800 Message-ID: References: <87ip1fuu30.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371342187 21196 80.91.229.3 (16 Jun 2013 00:23:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2013 00:23:07 +0000 (UTC) Cc: guile-devel@gnu.org To: Rob Browning Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 16 02:23:08 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uo0kK-00079D-Ut for guile-devel@m.gmane.org; Sun, 16 Jun 2013 02:23:05 +0200 Original-Received: from localhost ([::1]:32934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uo0kK-0005If-HY for guile-devel@m.gmane.org; Sat, 15 Jun 2013 20:23:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uo0kF-0005ID-Uv for guile-devel@gnu.org; Sat, 15 Jun 2013 20:23:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uo0kE-0002b5-Fn for guile-devel@gnu.org; Sat, 15 Jun 2013 20:22:59 -0400 Original-Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:39082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uo0kE-0002at-B0 for guile-devel@gnu.org; Sat, 15 Jun 2013 20:22:58 -0400 Original-Received: by mail-ie0-f177.google.com with SMTP id aq17so3832100iec.8 for ; Sat, 15 Jun 2013 17:22:57 -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=KZh7t+xNPOWRaMthHCJ79ORaXOnzs4AjdbkhCBcuWMw=; b=tCPf+Shep1uuACDjXyufWkAA3R8Kgp4kzxTTaUCBQuH9QmtznRmjNkmxf3opcTtvzs +v0zWMDXvNjqfhMM4oljVd8g8zrF+qrHyhYBu35K7aOMD2NxCM8AWHr7zsMl532Y7C9f ioOpTlgoB3tjAxBWbwC7MmtcWtpUSwVphweizr++1x9LzjSAOX0E36c307JKBRCSwhYx iqEK3+T1HhJI7f+hL2q4jXNVIppKVUKfzTTQWWCemgS7nXoje7CAQBbd3hAf7E2yqASV ChYu356jdT9AA9cEJT+VcfSLraEEbkK6GtdZtD1SrFIhHi+1IhEsD0TPAJVHihqfdbE6 xZpQ== X-Received: by 10.50.20.133 with SMTP id n5mr1923773ige.65.1371342177425; Sat, 15 Jun 2013 17:22:57 -0700 (PDT) Original-Received: by 10.64.238.6 with HTTP; Sat, 15 Jun 2013 17:22:57 -0700 (PDT) In-Reply-To: <87ip1fuu30.fsf@trouble.defaultvalue.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::231 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16488 Archived-At: On 16 June 2013 02:06, Rob Browning wrote: > > It looks like the newer libgc is headed for unstable, and I'm working on > the Debian packages for 2.0.9, where I've run into a couple of problems. > > The first might be a problem caused by my packaging, but in case not, > the build from git fails because doc/ref/effective-version.texi doesn't > exist when it tries to build guile.info. Here's how I fixed that for > now in doc/ref/Makefile.am: Hi Rob Not really related to your build failure, but now that the docs do not need to be separated I really think you should use the upstream tarball for packaging.