[ELDK] Problems rebuilding ELDK-4.1 from scratch (RCS keyword expansion)

J.T. Conklin jt.conklin at xorp.net
Wed Mar 18 22:50:10 CET 2009


Hi,

On Wed, Mar 18, 2009 at 2:07 PM, Wolfgang Denk <wd at denx.de> wrote:
>> I just did it again, and all the $Id: ... $'s had been expanded as $Id$.
>
> Which strings are you talking about? I really cannot reproduce this
> here. In your previous posting you mentioned for example file
> "target_rpms/mtd_utils/SOURCES/mtd_utils-2.6.19.patch", but this does
> not exist in the top-of tree commit (ELDK_4_2_ARM-9-gbd6802d):

Note that I'm using the ELDK_4_1 branch, not top of tree.

> -> ls -l target_rpms/mtd-utils/SOURCES/
> total 24
> -rw-r--r-- 1 wd users 3072 Mar 18 21:53 mtd-utils-gcc4.patch
> -rw-r--r-- 1 wd users 3450 Mar 18 21:53 mtd-utils-jffs2updated-gcc4.patch
> -rw-r--r-- 1 wd users 6830 Mar 18 21:53 mtd-utils-jffs2updated.patch
> -rw-r--r-- 1 wd users  357 Mar 18 21:53 mtd-utils-kern26.patch
> -rw-r--r-- 1 wd users  542 Mar 18 21:53 mtd-utils.patch
>
> nor does it in ELDK_4_1:
>
> -> ls -l target_rpms/mtd-utils/SOURCES/
> ls: cannot access target_rpms/mtd-utils/SOURCES/: No such file or directory

I think with ELDK_4_1, it's "mtd_utils", not "mtd-utils".

With the workspace I checked out this morning (with git-clone, then
git-checkout ELDK_4_1), I get these instances where the RCS Id's are
not expanded:

$ find . -name '*.patch' | sort | xargs fgrep '$Id$'
./cross_rpms/crosstool/SOURCES/uclibc-0.9.27-update-math.patch:- * $Id$
./cross_rpms/crosstool/SOURCES/uclibc-0.9.27-update-math.patch:+ * $Id$
./cross_rpms/rpm/SOURCES/db-3.1.17-jbj.patch:+ * $Id$
./target_rpms/crosstool/SOURCES/uclibc-0.9.27-update-math.patch:- * $Id$
./target_rpms/crosstool/SOURCES/uclibc-0.9.27-update-math.patch:+ * $Id$
./target_rpms/mtd_utils/SOURCES/mtd_utils-2.6.19.patch: /* $Id$ */
./target_rpms/rsh/SOURCES/netkit-rsh-0.16-jbj2.patch:-  "$Id$";
./target_rpms/rsh/SOURCES/netkit-rsh-0.16-jbj2.patch:+  "$Id$";

> You must make something different / additional...
>
> Are you working on a Linux host? Which version of git (git --version)
> are you running?

Yes, I'm running on Ubuntu 8.10, with git 1.5.6.3 (as installed by apt-get).

> Note: I'm also hanging around in #denx at irc.freenode.org ...

I'll see if I can join in a bit...

Thanks again,

    --jtc


More information about the eldk mailing list