Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 04/14] lua-msgpack-native: fix github tarball to use commit id
Date: Thu, 6 Jun 2013 19:42:45 +0200	[thread overview]
Message-ID: <20130606174245.GA3461@free.fr> (raw)
In-Reply-To: <1370537249-15682-4-git-send-email-spenser@gillilanding.com>

Spenser, All,

On 2013-06-06 11:47 -0500, Spenser Gilliland spake thusly:
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
> ---
>  package/lua-msgpack-native/lua-msgpack-native.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/lua-msgpack-native/lua-msgpack-native.mk b/package/lua-msgpack-native/lua-msgpack-native.mk
> index 97ce83c..b9ef21c 100644
> --- a/package/lua-msgpack-native/lua-msgpack-native.mk
> +++ b/package/lua-msgpack-native/lua-msgpack-native.mk
> @@ -4,7 +4,7 @@
>  #
>  #############################################################
>  LUA_MSGPACK_NATIVE_VERSION = g41cce91
> -LUA_MSGPACK_NATIVE_SITE = http://github.com/kengonakajima/lua-msgpack-native/tarball/master
> +LUA_MSGPACK_NATIVE_SITE = http://github.com/kengonakajima/lua-msgpack-native/tarball/${LUA_MSGPACK_NATIVE_VERSION)

$ make
package/lua-msgpack-native/lua-msgpack-native.mk:8: *** unterminated
variable reference.  Stop.
make: *** [all] Error 2

That's because you are using an opening curly-brace, but a closing
parenthesis in: ${LUA_MSGPACK_NATIVE_VERSION)

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

  reply	other threads:[~2013-06-06 17:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-06  1:40 [Buildroot] [Bug 6302] New: Versions of packages retrieved from github.com are wrong bugzilla at busybox.net
2013-06-06 16:47 ` [Buildroot] [PATCH 01/14] jsmin: fix github tarball to use commit id Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 02/14] libcofi: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 03/14] linenoise: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 04/14] lua-msgpack-native: " Spenser Gilliland
2013-06-06 17:42     ` Yann E. MORIN [this message]
2013-06-06 18:12       ` Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 05/14] mtdev2tuio: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 06/14] ne10: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 07/14] omap-u-boot-utils: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 08/14] rpi-firmware: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 09/14] rpi-userland: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 10/14] socketcand: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 11/14] sunxi-boards: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 12/14] sunxi-tools: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 13/14] ti-utils: " Spenser Gilliland
2013-06-06 16:47   ` [Buildroot] [PATCH 14/14] tslib: " Spenser Gilliland
2013-06-06 18:56   ` [Buildroot] [PATCH 01/14] jsmin: " Samuel Martin
2013-06-06 21:09   ` Peter Korsgaard
2013-06-06 16:51 ` [Buildroot] [Bug 6302] New: Versions of packages retrieved from github.com are wrong Spenser Gilliland
2013-06-06 21:14 ` [Buildroot] [Bug 6302] " bugzilla at busybox.net
2013-06-06 23:44 ` bugzilla at busybox.net
2013-06-07  0:03   ` [Buildroot] [PATCH 1/1] manual: correct error in github tarball information Spenser Gilliland
2013-06-07  8:25     ` Samuel Martin
2013-06-07  8:50       ` Peter Korsgaard
2013-06-07  8:50     ` Peter Korsgaard
2013-06-07  8:54 ` [Buildroot] [Bug 6302] Versions of packages retrieved from github.com are wrong bugzilla at busybox.net
2013-06-07 10:58 ` bugzilla at busybox.net
2013-06-10  3:46 ` bugzilla at busybox.net

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=20130606174245.GA3461@free.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox