binary files are not merged from the fsf branches
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro GCC |
Fix Released
|
Medium
|
Matthew Gretton-Dann |
Bug Description
some are not present at all, some are not merged. I didn't check for files outside from libgo. Might be worth checking the libjava .class files. Because Linaro didn't change anything in libjava, these .class files should be the same on the FSF branches. Probably needs checking for all active branches.
$ find svn/gcc-
c405e9ec3c7566b
0e5c6061f34579a
a0dc0660d6847cf
d8df365fbb6fac4
abb58ce61c08e3f
384be2e5e01c261
635dafd33ae9055
0961cbf58a849bc
f1dcd13397f7e57
$ find bzr/4.7/libgo -name '*.zip' | xargs md5sum
c405e9ec3c7566b
1d22c4a605c1960
a0dc0660d6847cf
d8df365fbb6fac4
384be2e5e01c261
0961cbf58a849bc
f1dcd13397f7e57
Related branches
Changed in gcc-linaro: | |
milestone: | none → 4.7-2012.10 |
assignee: | nobody → Matthew Gretton-Dann (matthew-gretton-dann) |
status: | New → In Progress |
Changed in gcc-linaro: | |
status: | Fix Committed → Fix Released |
This is an artefact of manually merging lp:gcc/4.7 into lp:gcc-linaro/4.7. Using bzr diff doesn't produce diffs for binary files only for text files.
The solution is to manually update the binary files, and then update the merge process to take note of this for future reference.