All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken
@ 2014-08-19 15:30 bugzilla at busybox.net
  2014-08-19 16:23 ` [Buildroot] [Bug 7328] " bugzilla at busybox.net
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 15:30 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

           Summary: Git dl of versions in x/y broken
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: vincent.stehle at freescale.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Latest buildroot (1) will not download git versions in x/y properly. Instead,
it will try to download x_y.

This was working fine with an old commit (2).

After bisecting, it seems that commit 54456cc6982598fa45e7c97609e83fabec7c1695
broke it.

Best regards,

V.

(1) latest commit f67e7ba06f5f00dc9153ad364932092692458704
(2) old commit 249464674485ed1fa18a2d0dd5500c84198490b9

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
@ 2014-08-19 16:23 ` bugzilla at busybox.net
  2014-08-19 16:27 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 16:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

--- Comment #1 from Thomas De Schampheleire <patrickdepinguin@gmail.com> 2014-08-19 16:23:53 UTC ---
Please be more specific: what do you mean with 'in x/y' ?
Please give an example and/or a reproduction scenario.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
  2014-08-19 16:23 ` [Buildroot] [Bug 7328] " bugzilla at busybox.net
@ 2014-08-19 16:27 ` bugzilla at busybox.net
  2014-08-19 16:38 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 16:27 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

--- Comment #2 from Vincent Stehl? <vincent.stehle@freescale.com> 2014-08-19 16:27:16 UTC ---
(In reply to comment #1)
> Please be more specific: what do you mean with 'in x/y' ?

In my case I set <PKG>_VERSION in a .mk to my development branch:

  FOO_VERSION = vincent/dev

> Please give an example and/or a reproduction scenario.

I'll try to devise a quick test case with a public git tree to demonstrate.

V.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
  2014-08-19 16:23 ` [Buildroot] [Bug 7328] " bugzilla at busybox.net
  2014-08-19 16:27 ` bugzilla at busybox.net
@ 2014-08-19 16:38 ` bugzilla at busybox.net
  2014-08-19 16:44 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 16:38 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

--- Comment #3 from Vincent Stehl? <vincent.stehle@freescale.com> 2014-08-19 16:38:34 UTC ---
(In reply to comment #2)
> Please give an example and/or a reproduction scenario.

Ok, here is a quick test case to demonstrate the issue:

In package/dtc/dtc.mk, change:

  DTC_VERSION = refs/tags/v1.4.0

Then do:

  make defconfig
  make dtc-source

This works on 249464674485ed1fa18a2d0dd5500c84198490b9, but not after
54456cc6982598fa45e7c97609e83fabec7c1695.

V.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2014-08-19 16:38 ` bugzilla at busybox.net
@ 2014-08-19 16:44 ` bugzilla at busybox.net
  2014-08-19 16:49 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 16:44 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |yann.morin.1998 at free.fr
         AssignedTo|unassigned at buildroot.uclibc |yann.morin.1998 at free.fr
                   |.org                        |

--- Comment #4 from Yann E. MORIN <yann.morin.1998@free.fr> 2014-08-19 16:44:46 UTC ---
Confirmed.

Here is a tentative patch to ifix the issue.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index fb4b849..d04fd36 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -318,14 +318,14 @@ $(2)_RAWNAME            =  $$(patsubst host-%,%,$(1))
 # version control system branch or tag, for example
remotes/origin/1_10_stable.
 ifndef $(2)_VERSION
  ifdef $(3)_VERSION
-  $(2)_DL_VERSION = $$($(3)_VERSION)
+  $(2)_DL_VERSION := $$($(3)_VERSION)
   $(2)_VERSION := $$(subst /,_,$$($(3)_VERSION))
  else
   $(2)_VERSION = undefined
   $(2)_DL_VERSION = undefined
  endif
 else
-  $(2)_DL_VERSION = $$($(2)_VERSION)
+  $(2)_DL_VERSION := $$($(2)_VERSION)
   $(2)_VERSION := $$(subst /,_,$$($(2)_VERSION))
 endif

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2014-08-19 16:44 ` bugzilla at busybox.net
@ 2014-08-19 16:49 ` bugzilla at busybox.net
  2014-08-19 16:57 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 16:49 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5                          |P1
   Target Milestone|---                         |2014.08
           Severity|minor                       |major

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2014-08-19 16:49 ` bugzilla at busybox.net
@ 2014-08-19 16:57 ` bugzilla at busybox.net
  2014-08-19 17:32 ` bugzilla at busybox.net
  2014-08-25 22:46 ` bugzilla at busybox.net
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 16:57 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

--- Comment #5 from Vincent Stehl? <vincent.stehle@freescale.com> 2014-08-19 16:57:22 UTC ---
(In reply to comment #4)
> Here is a tentative patch to ifix the issue.

This patch repairs my builds.

Thank you very much, Yann!

V

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2014-08-19 16:57 ` bugzilla at busybox.net
@ 2014-08-19 17:32 ` bugzilla at busybox.net
  2014-08-25 22:46 ` bugzilla at busybox.net
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-19 17:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

--- Comment #6 from Yann E. MORIN <yann.morin.1998@free.fr> 2014-08-19 17:32:41 UTC ---
Patch sent to the list:
    http://patchwork.ozlabs.org/patch/381411/

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 7328] Git dl of versions in x/y broken
  2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2014-08-19 17:32 ` bugzilla at busybox.net
@ 2014-08-25 22:46 ` bugzilla at busybox.net
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2014-08-25 22:46 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7328

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Peter Korsgaard <jacmet@uclibc.org> 2014-08-25 22:46:17 UTC ---
Fixed by Yann in 1939011ce6f5cf, thanks

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2014-08-25 22:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-19 15:30 [Buildroot] [Bug 7328] New: Git dl of versions in x/y broken bugzilla at busybox.net
2014-08-19 16:23 ` [Buildroot] [Bug 7328] " bugzilla at busybox.net
2014-08-19 16:27 ` bugzilla at busybox.net
2014-08-19 16:38 ` bugzilla at busybox.net
2014-08-19 16:44 ` bugzilla at busybox.net
2014-08-19 16:49 ` bugzilla at busybox.net
2014-08-19 16:57 ` bugzilla at busybox.net
2014-08-19 17:32 ` bugzilla at busybox.net
2014-08-25 22:46 ` bugzilla at busybox.net

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.