Bug#795344: [Debian-med-packaging] Bug#795344: libmems-1.6-1: not properly linked to its dependencies

2015-08-17 Thread Gert Wollny


all changes pushed.
The new boost.m4 solved my problem, but adding the libraries in the link 
dependencies was still needed.


The package builds and the boost libraries are also linked. BTW it was 
_LIBS not _LIB, so no AC_SUBST needed.


However, building a package I got another error

  devlibs error: There is no package matching [libGenome-1.3-0-dev] and 
noone provides it,   please report bug to d-shlibs maintainer
  devlibs error: There is no package matching [libMUSCLE-3.7-1-dev] and 
noone provides it, please report bug to d-shlibs maintainer


never seen this one before. t seems this d_shlibs expects the soversion 
in the dev-package name.


I left another patch in the git history that deals with a conflict 
between boost::make_tuple and std::make_tuple of c++11. I would have 
left it in the build, but somehow I didn't get the patch to have the 
right line endings. Since C++11 is not enabled by default, this is 
currently not a problem.


Best,
Gert



Bug#795344: [Debian-med-packaging] Bug#795344: libmems-1.6-1: not properly linked to its dependencies

2015-08-17 Thread Andreas Tille
On Mon, Aug 17, 2015 at 10:20:53AM +0200, Gert Wollny wrote:
> 
> 
> On 17.08.2015 09:14, Andreas Tille wrote:
> >I wonder whether there is some boost.m4 we could steal somewhere. Kind
> >regards Andreas.
> Well, there is upstream
> 
>https://github.com/tsuna/boost.m4
> 
> I will now try with this one.

Cool.

> Andreas, I you didn't push your changes,
> right?

I have not any helpful commit.  That's my last one:

commit c5973e8409a029a76cfbf65219b2ca83c1b66100
Author: Andreas Tille 
Date:   Wed Aug 12 16:47:46 2015 +0200

Try gcc-5 transition but can not build for the moment due to boost 
transition issue


All other stuff was non-helpful poking in the dark.

Kind regards

Andreas. 

-- 
http://fam-tille.de



Bug#795344: [Debian-med-packaging] Bug#795344: libmems-1.6-1: not properly linked to its dependencies

2015-08-17 Thread Gert Wollny



On 17.08.2015 09:14, Andreas Tille wrote:
I wonder whether there is some boost.m4 we could steal somewhere. Kind 
regards Andreas. 

Well, there is upstream

   https://github.com/tsuna/boost.m4

I will now try with this one. Andreas, I you didn't push your changes, 
right?