[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2018-02-23 Thread Jeremy Bicha
This build should work (give it a few hours):

https://launchpad.net/ubuntu/+source/guile-2.2/2.2.3+1-3

** Changed in: guile-2.2 (Ubuntu)
   Status: New => Fix Released

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-12-26 Thread Dan Kegel
Out of 51 tries, a little more than half fail:
 29 FAIL: test-out-of-memory
 22 PASS: test-out-of-memory

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-12-26 Thread Dan Kegel
Nevermind, it failed on the next try.

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-12-26 Thread Dan Kegel
Oddly, I can't reproduce this today.

$ gcc --version
gcc (Ubuntu 7.2.0-18ubuntu2) 7.2.0

https://launchpad.net/ubuntu/+source/gcc-7/7.2.0-18ubuntu2 landed on Dec 16 and 
has all
sorts of fixes that seem like they could have fixed some horrible low-level 
problem
that caused the failure.

Could somebody please bump the amd64 build and see if it succeeds now?

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-11-27 Thread Hans Joachim Desserud
** Tags added: bionic ftbfs

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-11-27 Thread Dan Kegel
Reproduced upstream, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29464

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-11-26 Thread Dan Kegel
Built ok on 17.04, where libgc-dev is also 1:7.4.2-8ubuntu1

Is difference gcc?
17.04: 4:6.3.0-2ubuntu1   17.10: 4:7.2.0-1ubuntu1

Yes!  On 17.10, I can build ok if I first do

  sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 6 --slave 
/usr/bin/g++ g++ /usr/bin/g++-6 
  sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 7 --slave 
/usr/bin/g++ g++ /usr/bin/g++-7 
  sudo update-alternatives --config gcc

and pick gcc-6 as the default.

Sooo... what's up with that?

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-11-26 Thread Dan Kegel
Fun fact: the xenial backport from

sudo add-apt-repository ppa:vidme/guix
sudo vi /etc/apt/sources.list.d/vidme-ubuntu-guix-xenial.list   # enable source 
repo
sudo apt update
apt source guile-2.2
tar -czvf guile-2.2-2.2.2.tar.gz guile-2.2-2.2.2

builds fine on ubuntu 16.04 -- although the GC Warnings occur, they do not 
result in a failure --
but if built on ubuntu 17.10, fails to build.

Something changed between ubuntu 16.04 and ubuntu 17.10 that triggers or
exposes this problem.

libgc version on Xenial: 1:7.4.2-7.3ubuntu0.1 and on Bionic:
1:7.4.2-8ubuntu1

I suppose next step is to try it on 16.10 and 17.04.

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-11-26 Thread Dan Kegel
Interestingly, building the backport in the guix ppa on xenial
also shows most of those GC warnings, but its output lacks the line 

Warning: Unwind-only `out-of-memory' exception; skipping pre-unwind
handler.

and is shown as passing the test.

Also, there may be some related discussion at
https://lists.gnu.org/archive/html/help-guix/2017-11/msg00016.html

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

Title:
  guile-2.2 FTBFS on bionic on x86_64?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs