** Description changed:

- See for example https://launchpadlibrarian.net/213721303
- /buildlog_ubuntu-wily-
- amd64.libguestfs_1%3A1.28.12-1ubuntu2_BUILDING.txt.gz
+ All two of the packages that build depend on libgettext-ocaml now ftbfs:
  
- Guessing wildly, I'd say https://launchpad.net/ubuntu/+source/ocaml-
- gettext/0.3.5-1 is what broke it (the timing is about right, at least).
+ libguestfs: https://launchpadlibrarian.net/213721303/buildlog_ubuntu-
+ wily-amd64.libguestfs_1%3A1.28.12-1ubuntu2_BUILDING.txt.gz
+ 
+ virt-top: https://launchpadlibrarian.net/213754186/buildlog_ubuntu-wily-
+ amd64.virt-top_1.0.7-1_BUILDING.txt.gz
+ 
+ For the current wily package usr/lib/ocaml/stublibs/dllgettextStub.so
+ has
+ 
+ 15: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND ml2c_lc
+ 
+ in readdelf -s. The trusty package has
+ 
+ 36: 0000000000000ec0    32 FUNC    GLOBAL DEFAULT   11 ml2c_lc
+ 
+ which goes some way to explaining the failures.
+ 
+ Looking at the source, I see that ml2c_lc is declared 'inline'. A change
+ in gcc 5 affects what this meansper
+ https://gcc.gnu.org/gcc-5/porting_to.html (it seems it means ~static
+ inline now?).
+ 
+ So, fun.

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

Title:
  ml2c_lc now undefined in dllgettextStub.so due to gcc 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocaml-gettext/+bug/1481994/+subscriptions

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

Reply via email to