All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] make menuconfig problem in latest snapshot
@ 2017-01-18  1:55 scsijon
  2017-01-18  6:53 ` Thomas Petazzoni
  0 siblings, 1 reply; 8+ messages in thread
From: scsijon @ 2017-01-18  1:55 UTC (permalink / raw)
  To: buildroot

Found this error in todays snapshot
--------------------------
# make menuconfig
support/scripts/br2-external: line 111: syntax error near unexpected 
token `"${br2_name}"'
Makefile:197: 
/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk: 
No such file or directory
make: Failed to remake makefile 
`/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk'.
support/scripts/br2-external: line 111: syntax error near unexpected 
token `"${br2_name}"'
make: *** 
[/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/build/.br2-external.in] 
Error 2
#
----------------------------

regards
scsijon

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18  1:55 [Buildroot] make menuconfig problem in latest snapshot scsijon
@ 2017-01-18  6:53 ` Thomas Petazzoni
  2017-01-18  9:40   ` scsijon
  2017-01-21  9:01   ` Yann E. MORIN
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2017-01-18  6:53 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 18 Jan 2017 12:55:49 +1100, scsijon wrote:
> Found this error in todays snapshot
> --------------------------
> # make menuconfig
> support/scripts/br2-external: line 111: syntax error near unexpected 
> token `"${br2_name}"'
> Makefile:197: 
> /initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk: 
> No such file or directory
> make: Failed to remake makefile 
> `/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk'.
> support/scripts/br2-external: line 111: syntax error near unexpected 
> token `"${br2_name}"'
> make: *** 
> [/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/build/.br2-external.in] 
> Error 2
> #
> ----------------------------

Thanks for the report! Can you try reverting commit
05576fca13b129da8c7186ee2307981135d3391f ? I believe it's the one that
introduced the problem.

Yann, are you sure that the nested double quotes are OK?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18  6:53 ` Thomas Petazzoni
@ 2017-01-18  9:40   ` scsijon
  2017-01-18 10:23     ` Baruch Siach
  2017-01-18 10:33     ` Peter Korsgaard
  2017-01-21  9:01   ` Yann E. MORIN
  1 sibling, 2 replies; 8+ messages in thread
From: scsijon @ 2017-01-18  9:40 UTC (permalink / raw)
  To: buildroot

sorry folks, i'm just starting to play with buildroot. It was just that 
there was a snapshot that I d/l and tried to run that found the problem 
so i'm not up to the stage of an actual build (running make) yet. I'm 
just working my way through the manual and docs.

regards
scsijon

On 01/18/2017 05:53 PM, Thomas Petazzoni wrote:
> Hello,
>
> On Wed, 18 Jan 2017 12:55:49 +1100, scsijon wrote:
>> Found this error in todays snapshot
>> --------------------------
>> # make menuconfig
>> support/scripts/br2-external: line 111: syntax error near unexpected
>> token `"${br2_name}"'
>> Makefile:197:
>> /initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk:
>> No such file or directory
>> make: Failed to remake makefile
>> `/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk'.
>> support/scripts/br2-external: line 111: syntax error near unexpected
>> token `"${br2_name}"'
>> make: ***
>> [/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/build/.br2-external.in]
>> Error 2
>> #
>> ----------------------------
>
> Thanks for the report! Can you try reverting commit
> 05576fca13b129da8c7186ee2307981135d3391f ? I believe it's the one that
> introduced the problem.
>
> Yann, are you sure that the nested double quotes are OK?
>
> Thanks,
>
> Thomas
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18  9:40   ` scsijon
@ 2017-01-18 10:23     ` Baruch Siach
  2017-01-18 10:33     ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Baruch Siach @ 2017-01-18 10:23 UTC (permalink / raw)
  To: buildroot

Hi scsijon,

On Wed, Jan 18, 2017 at 08:40:17PM +1100, scsijon wrote:
> sorry folks, i'm just starting to play with buildroot. It was just that
> there was a snapshot that I d/l and tried to run that found the problem so
> i'm not up to the stage of an actual build (running make) yet. I'm just
> working my way through the manual and docs.

Thomas asked you to revert git commit 05576fca13b12, and see if it fixes your 
problem. No need to build anything for that.

If you can't revert the git commit you can make an equivalent change by 
commenting out the line

  br2_ext="$( cd "${br2_ext}"; pwd )"

in support/scripts/br2-external.

baruch

> On 01/18/2017 05:53 PM, Thomas Petazzoni wrote:
> > On Wed, 18 Jan 2017 12:55:49 +1100, scsijon wrote:
> > > Found this error in todays snapshot
> > > --------------------------
> > > # make menuconfig
> > > support/scripts/br2-external: line 111: syntax error near unexpected
> > > token `"${br2_name}"'
> > > Makefile:197:
> > > /initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk:
> > > No such file or directory
> > > make: Failed to remake makefile
> > > `/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk'.
> > > support/scripts/br2-external: line 111: syntax error near unexpected
> > > token `"${br2_name}"'
> > > make: ***
> > > [/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/build/.br2-external.in]
> > > Error 2
> > > #
> > > ----------------------------
> > 
> > Thanks for the report! Can you try reverting commit
> > 05576fca13b129da8c7186ee2307981135d3391f ? I believe it's the one that
> > introduced the problem.
> > 
> > Yann, are you sure that the nested double quotes are OK?
> > 
> > Thanks,
> > 
> > Thomas

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18  9:40   ` scsijon
  2017-01-18 10:23     ` Baruch Siach
@ 2017-01-18 10:33     ` Peter Korsgaard
  2017-01-18 23:48       ` scsijon
  1 sibling, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2017-01-18 10:33 UTC (permalink / raw)
  To: buildroot

>>>>> "scsijon" == scsijon  <scsijon@lamiaworks.com.au> writes:

 > sorry folks, i'm just starting to play with buildroot. It was just
 > that there was a snapshot that I d/l and tried to run that found the
 > problem so i'm not up to the stage of an actual build (running make)
 > yet. I'm just working my way through the manual and docs.

Ok, then please use the latest release (2016.11.1):

https://buildroot.org/download.html

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18 10:33     ` Peter Korsgaard
@ 2017-01-18 23:48       ` scsijon
  2017-01-20 14:03         ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: scsijon @ 2017-01-18 23:48 UTC (permalink / raw)
  To: buildroot

Thanks, I have already d/l that but I will need linux 4.10.x for this>

http://shop.lenovo.com/us/en/tablets/lenovo/yoga-book/yoga-book-windows/?menu-id=yoga_book_windows

and 4.9.4 was the latest you had via the snapshot.

Think of an ordinary Touchscreen Pen Tablet (like the samsung S2 pen) 
with a Wacom Cintiq 13 instead of just a keyboard/touchpad attached.

4.10 series will apparently have the extra settings to keep the two sets 
of screens, touch pen positions and sensativity levels separate so you 
can use the pen on both (multiple) screens. It's just only one has the 
ability to work multiple pressure levels at present(in 4.9.x) with 
multiple touchscreens.

I've ordered the android version for now to play with, as the windows 
version is currently unavailable in Australia where I live, but rather 
than just rootkit'ing it and going from there, I want to eventually 
build a complete standalone and portable linux system for our 
CAD'ers/artists/comic creators/mangaka/etc in linux rather than them 
being stuck with windows $packages as is at present.

A friend who's involved with CAD and Drawing Software is working on a 
version to work with these extra functions. I just have to get 'my bit' 
up and running, else there will only be a windows version released.

Anyway i'll play with 2016.11.1 for now, learn from that too see if it's 
useable for what we need, and see what happens when you go to 4.10.x.

regards
scsijon

On 01/18/2017 09:33 PM, Peter Korsgaard wrote:
>>>>>> "scsijon" == scsijon  <scsijon@lamiaworks.com.au> writes:
>
>  > sorry folks, i'm just starting to play with buildroot. It was just
>  > that there was a snapshot that I d/l and tried to run that found the
>  > problem so i'm not up to the stage of an actual build (running make)
>  > yet. I'm just working my way through the manual and docs.
>
> Ok, then please use the latest release (2016.11.1):
>
> https://buildroot.org/download.html
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18 23:48       ` scsijon
@ 2017-01-20 14:03         ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-01-20 14:03 UTC (permalink / raw)
  To: buildroot

>>>>> "scsijon" == scsijon  <scsijon@lamiaworks.com.au> writes:

 > Thanks, I have already d/l that but I will need linux 4.10.x for this>
 > http://shop.lenovo.com/us/en/tablets/lenovo/yoga-book/yoga-book-windows/?menu-id=yoga_book_windows

Ok, but 4.10 isn't released yet, so also not available in git head. You
can still use the 2016.11.1 release and configure a toolchain with
E.G. 4.9 headers and then build linux from upstream git
(E.G. ~4.10-rc4).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] make menuconfig problem in latest snapshot
  2017-01-18  6:53 ` Thomas Petazzoni
  2017-01-18  9:40   ` scsijon
@ 2017-01-21  9:01   ` Yann E. MORIN
  1 sibling, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2017-01-21  9:01 UTC (permalink / raw)
  To: buildroot

Thomas, scsijon, All,

On 2017-01-18 17:53 +1100, Thomas Petazzoni spake thusly:
> On Wed, 18 Jan 2017 12:55:49 +1100, scsijon wrote:
> > Found this error in todays snapshot
> > --------------------------
> > # make menuconfig
> > support/scripts/br2-external: line 111: syntax error near unexpected 
> > token `"${br2_name}"'
> > Makefile:197: 
> > /initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk: 
> > No such file or directory
> > make: Failed to remake makefile 
> > `/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/.br-external.mk'.
> > support/scripts/br2-external: line 111: syntax error near unexpected 
> > token `"${br2_name}"'
> > make: *** 
> > [/initrd/mnt/dev_save/firefox_downloads/buildroot-11/buildroot-20140118-snap/output/build/.br2-external.in] 
> > Error 2
> > #
> > ----------------------------
> 
> Thanks for the report! Can you try reverting commit
> 05576fca13b129da8c7186ee2307981135d3391f ? I believe it's the one that
> introduced the problem.
> 
> Yann, are you sure that the nested double quotes are OK?

Yes, they are OK. Besides, line 111 is not the one that was changed in
that commit. Line 111 is:

    BR2_EXT_NAMES+=( "${br2_name}" )

Regards,
Yann E. MORIN.

> Thanks,
> 
> Thomas
> -- 
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-01-21  9:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18  1:55 [Buildroot] make menuconfig problem in latest snapshot scsijon
2017-01-18  6:53 ` Thomas Petazzoni
2017-01-18  9:40   ` scsijon
2017-01-18 10:23     ` Baruch Siach
2017-01-18 10:33     ` Peter Korsgaard
2017-01-18 23:48       ` scsijon
2017-01-20 14:03         ` Peter Korsgaard
2017-01-21  9:01   ` Yann E. MORIN

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.