Re: Sbuild & lxc problems

2017-06-24 Thread Johannes Schauer
Hi Ross, sbuild maintainer here. :) Quoting Ross Gammon (2017-06-23 21:18:13) > I mainly use pbuilder/cowbuilder to build my packages, but I would > really like to try using the tool from pkg-ruby-extras, because I am > told it is very good for test building reverse dependencies and also > runs d

Bug#864912: RFS: emacs-ivy/0.9.1+dfsg-1 [ITP]

2017-06-24 Thread Sean Whitton
Hello Nicholas, On Fri, Jun 23, 2017 at 02:35:20PM -0400, Nicholas D Steeves wrote: > I wonder if we should generate printable keyboard shortcut pages in > PDF for all elpa modes that have an extensive set, and install those > to /usr/share/docs? If you can come up with a way to do it for every m

Re: C++ help needed with new version of phyml

2017-06-24 Thread Thomas Schmitt
Hi, Andreas Tille wrote: > there is a remaining issue: > lk.c: In function 'Update_PMat_At_Given_Edge': > lk.c:2263:31: error: invalid initializer >int p_matrices[1] = b_fcus->Pij_rr_idx; Try int p_matrices[1] = { b_fcus->Pij_rr_idx }; In lk.c there is void Update_P

Re: C++ help needed with new version of phyml

2017-06-24 Thread Andrey Rahmatullin
On Sat, Jun 24, 2017 at 04:40:06PM +0200, Andreas Tille wrote: > However, there is a remaining issue: You've missed the suggestion for that one. It basically says "do the same change". -- WBR, wRAR signature.asc Description: PGP signature

Re: C++ help needed with new version of phyml

2017-06-24 Thread Andreas Tille
Hi Thomas, On Sat, Jun 24, 2017 at 03:29:56PM +0200, Thomas Schmitt wrote: > i wrote: > > https://anonscm.debian.org/cgit/debian-med/phyml.git/tree/src/lk.c > > has > > ... > > double branch_lens[1] = { len }; > > Duh. That's already how i think it should be. > > The git code has in lin

Re: C++ help needed with new version of phyml

2017-06-24 Thread Thomas Schmitt
Hi, i wrote: > https://anonscm.debian.org/cgit/debian-med/phyml.git/tree/src/lk.c > has > ... > double branch_lens[1] = { len }; Duh. That's already how i think it should be. The git code has in line 2264 double branch_lens[1] = len; Have a nice day :) Thomas

Re: C++ help needed with new version of phyml

2017-06-24 Thread Thomas Schmitt
Hi. Andreas Tille wrote: > lk.c:2264:31: error: invalid initializer > double branch_lens[1] = len; I guess the compiler wants {}-brackets around the scalar value when it shall initialize a vector. https://anonscm.debian.org/cgit/debian-med/phyml.git/tree/src/lk.c has phydbl len;

C++ help needed with new version of phyml

2017-06-24 Thread Andreas Tille
Hi, I'd like to package the latest version of phyml[1]. Unfortunately I get ... gcc -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O2 -fomit-frame-pointer -funroll-loops -Wall -Winline -march=native -I/usr/include/libhmsbeagle-1 -lhmsbeagle -ldl -c -o lk.o lk.c utilities.c: In function