Bug#736398: gap-dev: multi-architecture support

2015-06-05 Thread Bill Allombert
On Sat, Jul 05, 2014 at 01:43:10PM +0200, Bill Allombert wrote: > > AC_FIND_GAP is used by some GAP package, so the issue does not concern only > > GAP-IO. > > Even if I am agree to say that the implemented location of gmp.h is weak, > > it seems > > nevertheless that an external include hierarch

Bug#736398: gap-dev: multi-architecture support

2015-05-18 Thread Bill Allombert
On Sun, Jun 29, 2014 at 11:08:34PM +0200, Bill Allombert wrote: > On Sat, Feb 08, 2014 at 07:57:29PM +0100, Jerome BENOIT wrote: > > But > > > > /usr/share/gap/pkg//bin -> ../../../../lib/gap/pkg//bin > > /usr/lib/gap/pkg//bin/ -> ../../../ > triplet>/gap/pkg/ > > > > sounds a good compromise. >

Bug#736398: gap-dev: multi-architecture support

2014-10-22 Thread Bill Allombert
On Wed, Oct 22, 2014 at 05:00:15AM +0200, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > Given that we can grab the BUILD GAP architecture as follows, in d/rules: Hello Jérome, > CGAP = /usr/bin/gap > DEB_BUILD_GAP_INFO_ARCH ?= $(shell echo 'Print(GAPInfo.

Bug#736398: gap-dev: multi-architecture support

2014-10-21 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Given that we can grab the BUILD GAP architecture as follows, in d/rules: CGAP = /usr/bin/gap DEB_BUILD_GAP_INFO_ARCH ?= $(shell echo 'Print(GAPInfo.Architecture);' | $(CGAP) -A -q -T) I have a naive question: is there a simple way to get th

Bug#736398: gap-dev: multi-architecture support

2014-07-05 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Again, On 05/07/14 13:43, Bill Allombert wrote: > On Sat, Jul 05, 2014 at 12:45:51PM +0200, Jerome BENOIT wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello Bill, >> >> On 05/07/14 12:29, Bill Allombert wrote: >>> On Sat, Jul

Bug#736398: gap-dev: multi-architecture support

2014-07-05 Thread Bill Allombert
On Sat, Jul 05, 2014 at 12:45:51PM +0200, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Bill, > > On 05/07/14 12:29, Bill Allombert wrote: > > On Sat, Jul 05, 2014 at 11:24:37AM +0200, Jerome BENOIT wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1

Bug#736398: gap-dev: multi-architecture support

2014-07-05 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Bill, On 05/07/14 12:29, Bill Allombert wrote: > On Sat, Jul 05, 2014 at 11:24:37AM +0200, Jerome BENOIT wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello Bill, >> >> thanks for your prompt reply. >> >> gives, as concerned G

Bug#736398: gap-dev: multi-architecture support

2014-07-05 Thread Bill Allombert
On Sat, Jul 05, 2014 at 11:24:37AM +0200, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Bill, > > thanks for your prompt reply. > > gives, as concerned GAP: > > > checking for GAP root directory... /usr/lib/gap > checking for GAP architecture... x86_64-pc-lin

Bug#736398: gap-dev: multi-architecture support

2014-07-05 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Bill, thanks for your prompt reply. On 05/07/14 10:26, Bill Allombert wrote: > On Fri, Jul 04, 2014 at 11:44:26PM +0200, Jerome BENOIT wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello Bill, >> >> On 29/06/14 23:08, Bill Al

Bug#736398: gap-dev: multi-architecture support

2014-07-05 Thread Bill Allombert
On Fri, Jul 04, 2014 at 11:44:26PM +0200, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Bill, > > On 29/06/14 23:08, Bill Allombert wrote: > > To start with GAP itself, I plan to add a symlink in GAP 4r7p5, > > > > /usr/lib/gap/bin/$(GAParch) -> /usr/lib/$(mult

Bug#736398: gap-dev: multi-architecture support

2014-07-04 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Bill, On 29/06/14 23:08, Bill Allombert wrote: > To start with GAP itself, I plan to add a symlink in GAP 4r7p5, > > /usr/lib/gap/bin/$(GAParch) -> /usr/lib/$(multiarch triplet)/gap/bin > and make sure packages like IO can be compiled without p

Bug#736398: gap-dev: multi-architecture support

2014-06-30 Thread Bill Allombert
On Mon, Jun 30, 2014 at 08:30:29AM +0200, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Bill, > > On 29/06/14 23:08, Bill Allombert wrote: > > On Sat, Feb 08, 2014 at 07:57:29PM +0100, Jerome BENOIT wrote: > >> But > >> > >> /usr/share/gap/pkg//bin -> ../../../.

Bug#736398: gap-dev: multi-architecture support

2014-06-29 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Bill, On 29/06/14 23:08, Bill Allombert wrote: > On Sat, Feb 08, 2014 at 07:57:29PM +0100, Jerome BENOIT wrote: >> But >> >> /usr/share/gap/pkg//bin -> ../../../../lib/gap/pkg//bin >> /usr/lib/gap/pkg//bin/ -> ../../../> triplet>/gap/pkg/ >> >>

Bug#736398: gap-dev: multi-architecture support

2014-06-29 Thread Bill Allombert
On Sat, Feb 08, 2014 at 07:57:29PM +0100, Jerome BENOIT wrote: > But > > /usr/share/gap/pkg//bin -> ../../../../lib/gap/pkg//bin > /usr/lib/gap/pkg//bin/ -> ../../../ triplet>/gap/pkg/ > > sounds a good compromise. To start with GAP itself, I plan to add a symlink in GAP 4r7p5, /usr/lib/gap/bin

Bug#736398: gap-dev: multi-architecture support

2014-02-08 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, > > I realized creating a symlink from /usr/share/... to > /usr/lib//... is a bad suggestion since > this make /usr/share/... architecture dependent. But /usr/share/gap/pkg//bin -> ../../../../lib/gap/pkg//bin /usr/lib/gap/pkg//bin/ -> ../../

Bug#736398: gap-dev: multi-architecture support

2014-02-08 Thread Bill Allombert
On Wed, Jan 29, 2014 at 05:34:47PM +0100, Bill Allombert wrote: > On Thu, Jan 23, 2014 at 09:46:45AM +0100, Jerome Benoit wrote: > > Package: gap-dev > > Version: 4r6p5-3.1 > > Severity: wishlist > > > > Dear Maintainer, > > > > please provide multiarch support for gap-dev: > > the distri

Bug#736398: gap-dev: multi-architecture support

2014-02-08 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 08/02/14 16:42, Bill Allombert wrote: > On Sat, Feb 08, 2014 at 06:31:08AM +0100, Jerome BENOIT wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello Again: >> >>> This is too fragile to be used by Debian. I am working with ups

Bug#736398: gap-dev: multi-architecture support

2014-02-08 Thread Bill Allombert
On Fri, Feb 07, 2014 at 07:54:37AM +0100, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I am working with upstream > > to improve this (in particular: not include the compiler name in the ABI). > > In the mean time, my plan is to use /usr/share/gap/pkg//bin instead. >

Bug#736398: gap-dev: multi-architecture support

2014-02-08 Thread Bill Allombert
On Sat, Feb 08, 2014 at 06:31:08AM +0100, Jerome BENOIT wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Again: > > > This is too fragile to be used by Debian. I am working with upstream > > to improve this (in particular: not include the compiler name in the ABI). > > In the me

Bug#736398: gap-dev: multi-architecture support

2014-02-07 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Again: > This is too fragile to be used by Debian. I am working with upstream > to improve this (in particular: not include the compiler name in the ABI). > In the mean time, my plan is to use /usr/share/gap/pkg//bin instead. > This can be a sym

Bug#736398: gap-dev: multi-architecture support

2014-02-06 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On 29/01/14 17:34, Bill Allombert wrote: > On Thu, Jan 23, 2014 at 09:46:45AM +0100, Jerome Benoit wrote: >> Package: gap-dev >> Version: 4r6p5-3.1 >> Severity: wishlist >> >> Dear Maintainer, >> >> please provide multiarch support for gap

Bug#736398: gap-dev: multi-architecture support

2014-01-29 Thread Bill Allombert
On Thu, Jan 23, 2014 at 09:46:45AM +0100, Jerome Benoit wrote: > Package: gap-dev > Version: 4r6p5-3.1 > Severity: wishlist > > Dear Maintainer, > > please provide multiarch support for gap-dev: > the distributed object files in /usr/lib/gap/bin/ > should be placed into an archi

Bug#736398: gap-dev: multi-architecture support

2014-01-23 Thread Jerome Benoit
Package: gap-dev Version: 4r6p5-3.1 Severity: wishlist Dear Maintainer, please provide multiarch support for gap-dev: the distributed object files in /usr/lib/gap/bin/ should be placed into an architecture dependent subfolder as /usr/lib/gap/bin// , while the GAP e