Re: Dependencies across architectures

2018-01-07 Thread Jens Reyer
I forgot: the arch specific package needs a Depends on the arch:all package, which has the wrappers.

Re: Dependencies across architectures

2018-01-07 Thread Jens Reyer
On 01/07/2018 05:39 PM, Wookey wrote: > On 2018-01-07 19:23 +0800, Paul Wise wrote: >> On Sun, Jan 7, 2018 at 5:59 PM, Ole Streicher wrote: >> >>> If we take Multi-Arch serious, this shouldn't be the case, right? >> >> I guess the release team might accept patches to britney for this but >> I've

Re: Dependencies across architectures

2018-01-07 Thread Wookey
On 2018-01-07 19:23 +0800, Paul Wise wrote: > On Sun, Jan 7, 2018 at 5:59 PM, Ole Streicher wrote: > > > If we take Multi-Arch serious, this shouldn't be the case, right? > > I guess the release team might accept patches to britney for this but > I've also a vague memory that they prefer arches

Re: Dependencies across architectures

2018-01-07 Thread Paul Wise
On Sun, Jan 7, 2018 at 5:59 PM, Ole Streicher wrote: > Unfortunately, this is impossible: the assembler code creates a kind of > sigsetjmp() (with its own calling interface) for Fortran 77. This cannot > be simply remodelled in C. In principle, one could re-implement this > with the libunwind

Re: Dependencies across architectures

2018-01-07 Thread Ole Streicher
Hi Paul, Paul Wise writes: > On Sat, Jan 6, 2018 at 5:43 PM, Ole Streicher wrote: >> "iraf" exists only on selected architectures due to some required >> assembler code for each arch and problems with big endian. > There could be a fallback in C for arches with no assembler yet

Re: Dependencies across architectures

2018-01-06 Thread Paul Wise
On Sat, Jan 6, 2018 at 5:43 PM, Ole Streicher wrote: > "iraf" exists only on selected architectures due to some required > assembler code for each arch and problems with big endian. There could be a fallback in C for arches with no assembler yet and any non-baseline instructions should be