[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#337479: yaird: should use /usr/bin/perl, not /usr/local/bin/perl



On Fri, Nov 04, 2005 at 09:41:15PM +0100, Jonas Smedegaard wrote:
> tags 337479 unreproducible
> thanks
> 
> On Fri, 04 Nov 2005 15:48:20 +0100
> "Laurent Bonnaud" <bonnaud@lis.inpg.fr> wrote:
> 
> > I have rebuilt yaird from the Debian source package on a system where
> > /usr/local/bin/perl is a symlink to /usr/bin/perl.  In the resulting
> > binary package,  /usr/sbin/yaird begins with:

and you probably have /usr/local/bin before /usr/bin in your path
eg:
$ ln -s /usr/bin/perl ~/bin/perl
$ PATH=~/bin:${PATH} which perl
/home/mattia/bin/perl

this is used to create the yaird perl executable:
$ PATH=~/bin:${PATH} ./configure && make
...
Making all in perl
make[1]: Entering directory
`/home/mattia/devel/debian/kernel/yaird/perl'
sed -e 's!@PERL\@!/home/mattia/bin/perl!' ...  < main.pl > yaird

[...]
> I cannot reproduce. Please describe in detail how you rebuild the
> package.
> 
> I suspect this to either be bad packaging routines on your end or bugs
> in the packaging tools you use.

I'd say this is a problem in the submitter's build host. I's like
configuring a package with silly ./configure options and pretending it
works everywhere. :)

-- 
mattia
:wq!

Attachment: signature.asc
Description: Digital signature


Reply to: