https://bugs.linaro.org/show_bug.cgi?id=2704

            Bug ID: 2704
           Summary: Builds  TAR have no .scmversion
           Product: OpenDataPlane - linux- generic reference
           Version: v1.11.0.0
          Hardware: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: ---
         Component: Build system
          Assignee: maxim.uva...@linaro.org
          Reporter: mike.hol...@linaro.org
                CC: lng-odp@lists.linaro.org
  Target Milestone: ---

check out monarch lts branch:

git archive monarch_lts  -o odptest.tar
cd /tmp/test
tar -xf ~/PATH/odptest.tar
./bootstrap
./configure
make

Making all in platform/linux-generic
make[1]: Entering directory '/tmp/mike/platform/linux-generic'
  CC       odp_atomic.lo
cat: ../../.scmversion: No such file or directory
  CC       odp_barrier.lo
cat: ../../.scmversion: No such file or directory
  CC       odp_buffer.lo


The tests will all pass, but the version number in the docs etc will be
incorrect, even configure shows the issue

./configure
...
config.status: executing depfiles commands
config.status: executing libtool commands

        opendataplane File ROOTDIR/.scmversion not found

        ODP Library version:    111:0:0
        Helper Library version: 110:0:1

        implementation_name:    odp-linux
        ARCH_DIR                x86
....

This is fixed in master becasue we correctly set this up in the configure.ac
file.
I am not sure it is fixable in Monarch. I also dont think it is terribly
important to fix, since you have to have tried to build from a tarball rather
than using a package or regular git check out.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to