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

            Bug ID: 2386
           Summary: M32 on 64 compile: recipe for target
                    'odp_schedule_ordered.lo' failed
           Product: OpenDataPlane - linux- generic reference
           Version: v1.10
          Hardware: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: ---
         Component: Scheduler
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
  Target Milestone: ---

Seen in CI
https://ci.linaro.org/job/odp-tool-check/GIT_BRANCH=master,build_type=m32_on_64,label=docker-utopic/483/console

16:42:56   CC       pktio/pktio_common.lo
16:42:56 Makefile:828: recipe for target 'odp_schedule_ordered.lo' failed
16:42:56 make[1]: *** [odp_schedule_ordered.lo] Error 1
16:42:56 make[1]: *** Waiting for unfinished jobs....
16:42:56   CC       pktio/loop.lo
16:42:56 make[1]: Leaving directory
'/home/buildslave/workspace/odp-tool-check/check-odp/build/odp/platform/linux-generic'
16:42:56 Makefile:463: recipe for target 'all-recursive' failed
16:42:56 make: *** [all-recursive] Error 1

To reproduce use check-odp on the 15.04 Docker instance (CI uses 14.04) so that
it builds OpenSSL for 32 bit
~/check-odp# M32_ON_64=1 ./build.sh

And this commit breaks the build

commit b17dd7547c508500d6caa94cf0318dfa745214aa
Author: Petri Savolainen <[email protected]>
Date:   Wed May 25 15:19:57 2016 +0300

    linux-generic: schedule: move local struct into internal header

    Share struct definition between schedule.c and schedule_order.c, so
    that queue_entry_t references may be removed from schedule.c.

    Signed-off-by: Petri Savolainen <[email protected]>
    Reviewed-and-tested-by: Bill Fischofer <[email protected]>
    Signed-off-by: Maxim Uvarov <[email protected]>


Very interestingly if you now move to 16.04, it will again work, so we
introduced a bug that was easy to miss if we were testing on the latest ubuntu,
however CI has been complaining for a month now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to