From owner-freebsd-usb@FreeBSD.ORG Sat Apr 21 08:13:44 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE8F1065673 for ; Sat, 21 Apr 2012 08:13:44 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6908FC18 for ; Sat, 21 Apr 2012 08:13:44 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 267592157; Sat, 21 Apr 2012 10:13:37 +0200 From: Hans Petter Selasky To: Matthias Apitz Date: Sat, 21 Apr 2012 10:12:36 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120417100147.GA2557@tiny> <20120420141845.GA2713@tiny> <20120421054841.GA6344@tinyCurrent> In-Reply-To: <20120421054841.GA6344@tinyCurrent> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201204211012.36997.hselasky@c2i.net> Cc: Bruce Cran , freebsd-usb@freebsd.org Subject: Re: dfu-util 0.5 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2012 08:13:44 -0000 On Saturday 21 April 2012 07:48:41 Matthias Apitz wrote: > El d=EDa Friday, April 20, 2012 a las 04:18:46PM +0200, Matthias Apitz=20 escribi=F3: > > > Hi, > > >=20 > > > You need to patch the latest git: > > >=20 > > > git clone git://git.openezx.org/dfu-util.git > > >=20 > > > And build that. >=20 > Hello, >=20 > I have spent some hours reading stuff about autoconf but do not know how > to solve this: >=20 > $ git clone git://git.openezx.org/dfu-util.git > $ cd dfu-util > $ ./autogen.sh > /usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of > AM_PATH_SMPEG /usr/local/share/aclocal/smpeg.m4:13: run info > '(automake)Extending aclocal' /usr/local/share/aclocal/smpeg.m4:13: or > see http://sources.redhat.com/automake/automake.html#Extending-aclocal > configure.ac:7: required file `m4/install-sh' not found > configure.ac:7: `automake --add-missing' can install `install-sh' > configure.ac:7: required file `m4/missing' not found > configure.ac:7: `automake --add-missing' can install `missing' > src/Makefile.am: required file `m4/depcomp' not found > src/Makefile.am: `automake --add-missing' can install `depcomp' > autoreconf-2.68: automake failed with exit status: 1 > $ >=20 > This is here a system where ~1200 ports have been compiled, i.e. one > with a full dev env and not a naked one... >=20 > Any ideas? Thanks Maybe you can copy the patched files to the existing tarball? =2D-HPS