Re: [Pkg-postgresql-public] Bug#892807: postgresl-10: please disable spinlocks on riscv64

2018-03-13 Thread Christoph Berg
Re: Adrian Bunk 2018-03-13 <20180313125337.GK20833@localhost>
> On Tue, Mar 13, 2018 at 02:37:27PM +0200, Adrian Bunk wrote:
> > reassign src:postgresl-10 10.3-1
> > thanks
> > 
> > There is no postgresl-10 binary package, moving to the source package.
> >...
> 
> There actually is (my blindness), actual problem was a missing "q"
> in postgres*q*l.

It's more of a source package fix anyway. Thanks! :)

Christoph

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


Re: [Pkg-postgresql-public] Bug#892807: postgresl-10: please disable spinlocks on riscv64

2018-03-13 Thread Adrian Bunk
On Tue, Mar 13, 2018 at 02:37:27PM +0200, Adrian Bunk wrote:
> reassign src:postgresl-10 10.3-1
> thanks
> 
> There is no postgresl-10 binary package, moving to the source package.
>...

There actually is (my blindness), actual problem was a missing "q"
in postgres*q*l.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed


___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


Re: [Pkg-postgresql-public] Bug#892807: postgresl-10: please disable spinlocks on riscv64

2018-03-13 Thread Adrian Bunk
reassign src:postgresl-10 10.3-1
thanks

There is no postgresl-10 binary package, moving to the source package.

On Tue, Mar 13, 2018 at 09:04:15AM +0100, Aurelien Jarno wrote:
> Package: postgresl-10
> Version: 10.3-1
> Severity: wishlist
> Tags: patch
> User: debian-ri...@lists.debian.org   
>   
> 
> Usertags: riscv64   
> 
> Hello,
> 
> We are in the process of bootstrapping a Debian port for the
> riscv64 architecture (https://wiki.debian.org/RISC-V). It happens that
> native spinlocks are not yet supported on RISC-V. Would it be possible
> to pass --disable-spinlocks to the configure script like already done
> on alpha? This is a first step which allows postgresql to be compiled
> and pass the testsuite on riscv64.
> 
> Thanks,
> Aurelien
> 
> 
> diff -Nru postgresql-10-10.3/debian/rules postgresql-10-10.3/debian/rules
> --- postgresql-10-10.3/debian/rules   2018-01-20 10:49:03.0 +0100
> +++ postgresql-10-10.3/debian/rules   2018-03-12 23:24:03.0 +0100
> @@ -42,7 +42,7 @@
>  export DPKG_GENSYMBOLS_CHECK_LEVEL=4
>  
>  # PostgreSQL 9.5+ does not have native spinlock support on this platform
> -ifneq ($(findstring $(DEB_HOST_ARCH), alpha),)
> +ifneq ($(findstring $(DEB_HOST_ARCH), alpha riscv64),)
>  SPINLOCK_FLAGS = --disable-spinlocks
>  endif
>  


___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public