All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] package/dvb-apps: fix build with some perl version
Date: Mon, 27 Nov 2017 12:51:46 +0100	[thread overview]
Message-ID: <20171127115146.GF2950@scaer> (raw)
In-Reply-To: <20171127113946.63vjfrc6p5iabz7k@sapphire.tkos.co.il>

Baruch, All,

On 2017-11-27 13:39 +0200, Baruch Siach spake thusly:
> On Mon, Nov 27, 2017 at 11:48:54AM +0100, Yann E. MORIN wrote:
> > perl can't find a module that is located in the current directory,
> > so help it locate it.
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > Cc: Francois Perrad <francois.perrad@gadz.org>
> > 
> > ---
> > Note: I have no idea why perl on my machine does not find that file,
> > while it does on all the autobuilders so far... I just assume that this
> > is a perl version issue, but I may very well be wrong. Fran?ois ?
> 
> This might have something to do with the removal of current directory from 
> @INC in Debian:
> 
>   https://lists.debian.org/debian-devel-announce/2016/08/msg00013.html

Wee! So I was not so insane after all! ;-)

Thanks! :-)

Regards,
Yann E. MORIN.

> baruch
> 
> > ---
> >  package/dvb-apps/dvb-apps.mk | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/package/dvb-apps/dvb-apps.mk b/package/dvb-apps/dvb-apps.mk
> > index 8ba1501d5c..8aa4a29307 100644
> > --- a/package/dvb-apps/dvb-apps.mk
> > +++ b/package/dvb-apps/dvb-apps.mk
> > @@ -15,6 +15,8 @@ DVB_APPS_DEPENDENCIES = libiconv
> >  DVB_APPS_LDLIBS += -liconv
> >  endif
> >  
> > +DVB_APPS_MAKE_OPTS = PERL5LIB=$(@D)/util/scan
> > +
> >  ifeq ($(BR2_STATIC_LIBS),y)
> >  DVB_APPS_MAKE_OPTS += enable_shared=no
> >  else ifeq ($(BR2_SHARED_LIBS),y)
> 
> -- 
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-11-27 11:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-27 10:48 [Buildroot] [PATCH 0/3] package/dvb-apps: misc fixes Yann E. MORIN
2017-11-27 10:48 ` [Buildroot] [PATCH 1/3] package/dvb-apps: fix build with some perl version Yann E. MORIN
2017-11-27 11:39   ` Baruch Siach
2017-11-27 11:51     ` Yann E. MORIN [this message]
2017-11-27 22:53   ` Peter Korsgaard
2017-11-27 10:48 ` [Buildroot] [PATCH 2/3] package/dvb-apps: is not parallel-safe Yann E. MORIN
2017-11-27 22:52   ` Peter Korsgaard
2017-11-28 19:09     ` Trent Piepho
2017-11-27 10:48 ` [Buildroot] [PATCH 3/3] package/dvb-apps: fix build with kernel headers >= 4.14 Yann E. MORIN
2017-11-27 20:33 ` [Buildroot] [PATCH 0/3] package/dvb-apps: misc fixes Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171127115146.GF2950@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.