From mint-bounce@lists.fishpool.fi Thu Jul 8 12:12:41 2010 To: mint From: Peter Slegg Subject: Re: [MiNT] libtiff Reply-To: Peter Slegg X-Mailer: MyMAIL Rev:1.94.13761 (Atari/(STiK/STinG/GlueSTiK)) X-Hardware: Atari Milan MIME-Version: 1.0 Date: Thu, 8 Jul 2010 17:09:28 +0200 (GMT) Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <000ebf5b.01b43262f148@smtp.freeola.net> References: In-Reply-To: AANLkTilprqAOYhdgs6V6X5uKf1K4PN3eladGGOsNT8lr@mail.gmail.com X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: p.slegg@scubadivers.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o68GCeVT003232 On Fri, 9 Jul 2010 01:44:35 , Paul Wratt wrote: > On Mon, Jun 21, 2010 at 9:13 PM, Peter Slegg wr > ote: > > One of the sparemint patches for libtiff is this: > > > > --- tiff-v3.5.5/port/install.sh.in á á áThu May 18 18:40:04 2000 > > +++ tiff-v3.5.5/port/install.sh.in á á áThu May 18 18:40:26 2000 > > @@ -92,6 +92,7 @@ > > áVERBOSE=":" > > áSTRIP="@STRIP@" > > áCMP=cmp > > +ROOT=$RPM_BUILD_ROOT > > > > áTARGETS= > > áwhile [ x"$1" != x ] > > > > In the 3.9.4 there is no file called /port/install.sh.in > > > > I think it is there to fix the buildroot problem I am seeing. > > The lib is building but I am not sure where. It is not building > > in /var/tmp/usr... áas expected. > > > > The question is, which file should I patch to get the same result ? > > > > Makefile.in has the line STRIP = @STRIP@ > > > > > > Regards, > > Peter > > > did you solve this problem yet. > > (most) .in files are prefills for the ./configure process, which will > generate (in this case) install.sh, according to your systems specs > > Paul > > I haven't had time to look into it further. The build works but when running the rpm spec it is not going into the right place so it doesn't find anything to package up. Peter