All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Khem Raj : gnu-config: Add recipe for git version.
       [not found] <E1OOdAL-0005Tc-Dn@melo.openembedded.org>
@ 2010-06-16  6:54 ` Dmitry Eremin-Solenikov
  2010-06-16 13:32   ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Eremin-Solenikov @ 2010-06-16  6:54 UTC (permalink / raw)
  To: openembedded-devel

git version control wrote:

> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 473cd5f616190739550abd8bf71629a87036730b URL:   
> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=473cd5f616190739550abd8bf71629a87036730b
> 
> Author: Khem Raj <raj.khem@gmail.com>
> Date:   Tue Jun 15 13:52:40 2010 -0700
> 
> gnu-config: Add recipe for git version.
> 
> * Rename gnu-config to files folder.
> 
> Signed-off-by: Khem Raj
> <raj.khem@gmail.com>

Unless I have git-native in ASSUME-PROVIDED, this breaks builds with:
ERROR: Unbuildable tasks were found.
These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks.


-- 
With best wishes
Dmitry





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

* Re: Khem Raj : gnu-config: Add recipe for git version.
  2010-06-16  6:54 ` Khem Raj : gnu-config: Add recipe for git version Dmitry Eremin-Solenikov
@ 2010-06-16 13:32   ` Koen Kooi
  2010-06-16 14:17     ` Khem Raj
  2010-06-16 20:39     ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Koen Kooi @ 2010-06-16 13:32 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 16-06-10 08:54, Dmitry Eremin-Solenikov wrote:
> git version control wrote:
> 
>> Module: openembedded.git
>> Branch: org.openembedded.dev
>> Commit: 473cd5f616190739550abd8bf71629a87036730b URL:   
>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=473cd5f616190739550abd8bf71629a87036730b
>>
>> Author: Khem Raj <raj.khem@gmail.com>
>> Date:   Tue Jun 15 13:52:40 2010 -0700
>>
>> gnu-config: Add recipe for git version.
>>
>> * Rename gnu-config to files folder.
>>
>> Signed-off-by: Khem Raj
>> <raj.khem@gmail.com>
> 
> Unless I have git-native in ASSUME-PROVIDED, this breaks builds with:
> ERROR: Unbuildable tasks were found.
> These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks.

I changed it to fetch a snapshot instead, dep loop gone. Hopefully Khem
will learn from this and not but tons of stuff in ASSUME_PROVIDED on his
machine anymore...

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMGNKKMkyGM64RGpERAhdpAKCZ168m2LEhxCKeztxTHfxJij4pqwCfRfnT
UXL1IuquynfLR31RcQ6i5t8=
=qmMV
-----END PGP SIGNATURE-----




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

* Re: Khem Raj : gnu-config: Add recipe for git version.
  2010-06-16 13:32   ` Koen Kooi
@ 2010-06-16 14:17     ` Khem Raj
  2010-06-16 20:39     ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2010-06-16 14:17 UTC (permalink / raw)
  To: openembedded-devel

On 6/16/10, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 16-06-10 08:54, Dmitry Eremin-Solenikov wrote:
>> git version control wrote:
>>
>>> Module: openembedded.git
>>> Branch: org.openembedded.dev
>>> Commit: 473cd5f616190739550abd8bf71629a87036730b URL:
>>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=473cd5f616190739550abd8bf71629a87036730b
>>>
>>> Author: Khem Raj <raj.khem@gmail.com>
>>> Date:   Tue Jun 15 13:52:40 2010 -0700
>>>
>>> gnu-config: Add recipe for git version.
>>>
>>> * Rename gnu-config to files folder.
>>>
>>> Signed-off-by: Khem Raj
>>> <raj.khem@gmail.com>
>>
>> Unless I have git-native in ASSUME-PROVIDED, this breaks builds with:
>> ERROR: Unbuildable tasks were found.
>> These are usually caused by circular dependencies and any circular
>> dependency chains found will be printed below. Increase the debug level to
>> see a list of unbuildable tasks.
>
> I changed it to fetch a snapshot instead, dep loop gone. Hopefully Khem
> will learn from this and not but tons of stuff in ASSUME_PROVIDED on his
> machine anymore...

yes you crystal ball saw it I have git in ASSUME_PROVIDED but I would
not have hit this
error even if it was not there untill I did a build from scratch.
hmm thanks for fixing. But now I am curious how did the cvs recipe
work. suppose I dont
have cvs installed on my build machine wont that also end up in same
circular dep loop
or it is implicit that cvs should be always installed on your build  box for OE

>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFMGNKKMkyGM64RGpERAhdpAKCZ168m2LEhxCKeztxTHfxJij4pqwCfRfnT
> UXL1IuquynfLR31RcQ6i5t8=
> =qmMV
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: Khem Raj : gnu-config: Add recipe for git version.
  2010-06-16 13:32   ` Koen Kooi
  2010-06-16 14:17     ` Khem Raj
@ 2010-06-16 20:39     ` Koen Kooi
  2010-06-16 20:53       ` Khem Raj
  1 sibling, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2010-06-16 20:39 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As a side note, if for some reason you didn't get hit by the dependency
bug and have managed to fetch it, remove the
git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz*
files from DL_DIR, they probably have different checksums.

If you look closely at
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=54ca80948f1e867c3623af754be97d3b96bc31ec
you'll notice checksums.

Adding a *second* set of checksums like
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=8fcab9f2a9952270f00d68003997208073168567
is doing, is wrong, so:
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=197acb9de5f0404049a1f4da97d3085ba27cb910

That makes it work again as intended. I would encourage security minded
people to download the snapshot and diff it against the git tree to
verify that it has no hidden backdoors added to it.

On 16-06-10 15:32, Koen Kooi wrote:
> On 16-06-10 08:54, Dmitry Eremin-Solenikov wrote:
>> git version control wrote:
> 
>>> Module: openembedded.git
>>> Branch: org.openembedded.dev
>>> Commit: 473cd5f616190739550abd8bf71629a87036730b URL:   
>>> http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=473cd5f616190739550abd8bf71629a87036730b
>>>
>>> Author: Khem Raj <raj.khem@gmail.com>
>>> Date:   Tue Jun 15 13:52:40 2010 -0700
>>>
>>> gnu-config: Add recipe for git version.
>>>
>>> * Rename gnu-config to files folder.
>>>
>>> Signed-off-by: Khem Raj
>>> <raj.khem@gmail.com>
> 
>> Unless I have git-native in ASSUME-PROVIDED, this breaks builds with:
>> ERROR: Unbuildable tasks were found.
>> These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks.
> 
> I changed it to fetch a snapshot instead, dep loop gone. Hopefully Khem
> will learn from this and not but tons of stuff in ASSUME_PROVIDED on his
> machine anymore...
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMGTaSMkyGM64RGpERAtSHAKC3pXlag5kqgYJbfiRejtHImk19BwCglQfI
RGIzMF+oAI34OeynpKZiPeY=
=c0JN
-----END PGP SIGNATURE-----




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

* Re: Khem Raj : gnu-config: Add recipe for git version.
  2010-06-16 20:39     ` Koen Kooi
@ 2010-06-16 20:53       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2010-06-16 20:53 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Jun 16, 2010 at 1:39 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> As a side note, if for some reason you didn't get hit by the dependency
> bug and have managed to fetch it, remove the
> git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz*
> files from DL_DIR, they probably have different checksums.
>
> If you look closely at
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=54ca80948f1e867c3623af754be97d3b96bc31ec
> you'll notice checksums.
>
> Adding a *second* set of checksums like
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=8fcab9f2a9952270f00d68003997208073168567
> is doing, is wrong, so:
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=197acb9de5f0404049a1f4da97d3085ba27cb910
>
> That makes it work again as intended. I would encourage security minded
> people to download the snapshot and diff it against the git tree to
> verify that it has no hidden backdoors added to it.

thanks for fixing this. yes I had problems with my own version of same
tar file and I put the new checksums and  merged them in.
But once I deleted it from downloads then it worked fine. Thanks for
clearing my mess for me.

-Khem



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

end of thread, other threads:[~2010-06-16 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1OOdAL-0005Tc-Dn@melo.openembedded.org>
2010-06-16  6:54 ` Khem Raj : gnu-config: Add recipe for git version Dmitry Eremin-Solenikov
2010-06-16 13:32   ` Koen Kooi
2010-06-16 14:17     ` Khem Raj
2010-06-16 20:39     ` Koen Kooi
2010-06-16 20:53       ` Khem Raj

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.