* [Buildroot] How to fix buildroot Errors?
@ 2015-08-16 11:28 Hmidi Slim
2015-08-16 12:04 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Hmidi Slim @ 2015-08-16 11:28 UTC (permalink / raw)
To: buildroot
After make configurations on buildroot,I run Make the I got these message
errors:
File
"/home/slim/T?l?chargements/buildroot-2015.05/output/host/usr/lib/python2.7/json/__init__.py",
line 338, in loads
return _default_decoder.decode(s)
File
"/home/slim/T?l?chargements/buildroot-2015.05/output/host/usr/lib/python2.7/json/decoder.py",
line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File
"/home/slim/T?l?chargements/buildroot-2015.05/output/host/usr/lib/python2.7/json/decoder.py",
line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Invalid \escape: line 10 column 46 (char 416)
make[1]: *** [install] Error 1
make[1]: Leaving directory
`/home/slim/T?l?chargements/buildroot-2015.05/output/build/host-nodejs-0.10.38'
make: ***
[/home/slim/T?l?chargements/buildroot-2015.05/output/build/host-nodejs-0.10.38/.stamp_host_installed]
Error 2
My .config:http://code.bulix.org/kxny84-88785.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150816/1c4f50fd/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] How to fix buildroot Errors?
2015-08-16 11:28 [Buildroot] How to fix buildroot Errors? Hmidi Slim
@ 2015-08-16 12:04 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2015-08-16 12:04 UTC (permalink / raw)
To: buildroot
Hmidi, All,
On 2015-08-16 13:28 +0200, Hmidi Slim spake thusly:
> After make configurations on buildroot,I run Make the I got these message
> errors:
> File
> "/home/slim/T?l?chargements/buildroot-2015.05/output/host/usr/lib/python2.7/json/__init__.py",
> line 338, in loads
> return _default_decoder.decode(s)
> File
> "/home/slim/T?l?chargements/buildroot-2015.05/output/host/usr/lib/python2.7/json/decoder.py",
> line 366, in decode
> obj, end = self.raw_decode(s, idx=_w(s, 0).end())
> File
> "/home/slim/T?l?chargements/buildroot-2015.05/output/host/usr/lib/python2.7/json/decoder.py",
> line 382, in raw_decode
> obj, end = self.scan_once(s, idx)
> ValueError: Invalid \escape: line 10 column 46 (char 416)
> make[1]: *** [install] Error 1
> make[1]: Leaving directory
> `/home/slim/T?l?chargements/buildroot-2015.05/output/build/host-nodejs-0.10.38'
> make: ***
> [/home/slim/T?l?chargements/buildroot-2015.05/output/build/host-nodejs-0.10.38/.stamp_host_installed]
> Error 2
As discussed on IRC, and for future reference: the problem is caused by
the accentuation in "T?l?chargements" (french for "Downloads").
The problem still occurs on master, but is not related to Buildroot.
It's nodjs' JSON decoder that does not know how to deal with
accentuation... :-(
Hmidi, maybe you could file a bug report in nodejs' own tracker, along
the lines of:
"If a path contains frenc accentuation, like "T?l?chargements", the
build fails with:"
(and quote the error message above)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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] 2+ messages in thread
end of thread, other threads:[~2015-08-16 12:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-16 11:28 [Buildroot] How to fix buildroot Errors? Hmidi Slim
2015-08-16 12:04 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox