[Bug 1460530] Re: ubuntu-snappy fails to build on *ARM*64 (fails during the tests)

Launchpad Bug Tracker 1460530 at bugs.launchpad.net
Wed Jun 3 22:01:04 UTC 2015


This bug was fixed in the package gcc-5 - 5.1.1-9ubuntu2

---------------
gcc-5 (5.1.1-9ubuntu2) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

gcc-5 (5.1.1-9) unstable; urgency=medium

  * Update to SVN 20150602 (r224029, 5.1.1) from the gcc-5-branch.
  * Remove byte-compiled libstdc++ pretty printer files on upgrade.
    Closes: #785939.
  * Fix dangling libgccjit.so symlink.
  * Fix base dependency for rtlibs stage builds.
  * Fix build failure of the hppa64 cross compiler, introduced by the
    gnat cross patches. Closes: #786692.
  * Update README.source (Michael Vogt).
  * libgo: syscall.Sendfile(): Apply proposed patch for PR go/66378.
    (Michael Vogt). LP: #1460530.
  * Set CC and CXX matching the same GCC version for the stage1 build.
  * Work around PR go/66368, build libgo with -fno-stack-protector.
    LP: #1454183.

 -- Matthias Klose <doko at ubuntu.com>  Wed, 03 Jun 2015 01:02:23 +0200

** Changed in: gcc-5 (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1460530

Title:
  ubuntu-snappy fails to build on *ARM*64 (fails during the tests)

Status in The GNU Compiler Collection:
  Unknown
Status in Snappy Ubuntu:
  Invalid
Status in gcc-5 package in Ubuntu:
  Fix Released

Bug description:
  Snappy fails to build on arm64 right now . This makes arm64 image
  builds fail because there is no ubuntu-snappy-cli to install.

  It fails because of: "*** Test killed with Quit: ran too long
  (10m0s)."

  Here is the build failure:
  """"
  === RUN Test
  Quit

  syscall.sendfile
  	/build/buildd/gcc-5-5.1.1/build/aarch64-linux-gnu/libgo/libcalls.go:3062
  syscall.Sendfile
  	../../../src/libgo/go/syscall/libcall_linux.go:334
  helpers.doCopyFile
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/snappy/helpers/cp_linux.go:42
  launchpad_net_snappy_helpers.CopyFile
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/snappy/helpers/cp.go:83
  launchpad_net_snappy_helpers.TestCpMulti.pN36_launchpad_net_snappy_helpers.cpSuite
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/snappy/helpers/cp_linux_test.go:33
  reflect.call
  	../../../src/libgo/runtime/go-reflect-call.c:219
  reflect.call.N13_reflect.Value
  	../../../src/libgo/go/reflect/value.go:443
  reflect.Call.N13_reflect.Value
  	../../../src/libgo/go/reflect/value.go:293
  launchpad_net_gocheck.Call.N32_launchpad_net_gocheck.methodType
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:43
  gocheck.$nested5
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:733
  gocheck.$nested3
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:628

  goroutine 16 [chan receive, 9 minutes]:
  testing.RunTests
  	../../../src/libgo/go/testing/testing.go:556
  testing.Run.pN9_testing.M
  	../../../src/libgo/go/testing/testing.go:485
  main.main
  	/tmp/go-build359736861/launchpad.net/snappy/helpers/_test/_testmain.go:52
  created by main
  	../../../src/libgo/runtime/go-main.c:48

  goroutine 18 [finalizer wait, 9 minutes]:
  created by runtime_createfing
  	../../../src/libgo/runtime/mgc0.c:2572

  goroutine 20 [chan receive, 9 minutes]:
  launchpad_net_gocheck.runTest.pN33_launchpad_net_gocheck.suiteRunner
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:771
  launchpad_net_gocheck.run.pN33_launchpad_net_gocheck.suiteRunner
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:584
  launchpad_net_gocheck.Run
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/run.go:76
  launchpad_net_gocheck.RunAll
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/run.go:68
  launchpad_net_gocheck.TestingT
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/run.go:56
  launchpad_net_snappy_helpers.Test
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/snappy/helpers/helpers_test.go:34
  testing.tRunner
  	../../../src/libgo/go/testing/testing.go:447
  created by testing.RunTests
  	../../../src/libgo/go/testing/testing.go:555

  goroutine 21 [select, 9 minutes]:
  launchpad_net_gocheck._loopRoutine.pN35_launchpad_net_gocheck.resultTracker
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:436
  created by launchpad_net_gocheck.start.pN35_launchpad_net_gocheck.resultTracker
  	/build/buildd/ubuntu-snappy-1.0.1/obj-aarch64-linux-gnu/src/launchpad.net/gocheck/gocheck.go:416
  *** Test killed with Quit: ran too long (10m0s).
  """

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1460530/+subscriptions



More information about the foundations-bugs mailing list