Re: python-cryptography vs. stainless steel ports

2024-03-11 Thread Jérémy Lal
Le lun. 11 mars 2024 à 21:53, Thorsten Glaser a écrit : > Jérémy Lal dixit: > > >While I'm very much concerned about architectures and compatibility, > >it seems that for python-cryptography, it's a sinking boat: > >The end of a very discussion dates from febr

Re: python-cryptography vs. stainless steel ports

2024-03-11 Thread Jérémy Lal
Le lun. 11 mars 2024 à 20:17, Thorsten Glaser a écrit : > Hi, > > we have still the situation that the current python-cryptography, > having rather heavy rust ecosystem dependencies, cannot be built > on some debian-ports architectures. > > This situation is not likely to go away: > > • some port

building nodejs 4 / v8 4.5 on kfreebsd-amd64

2015-09-17 Thread Jérémy Lal
Hi, i'm trying to figure why nodejs 4 fails on kfreebsd (it's actually the embedded v8 that is failing) it boils down to pthread_mutex_t not being defined does it ring any bell ? Missing -lpthread ? The build log https://buildd.debian.org/status/fetch.php?pkg=nodejs&arch=kfreebsd-amd64&ver=4.0.0

Bug#724747: libbsd-dev modifies libelf-dev's /usr/include/nlist.h

2013-11-13 Thread Jérémy Lal
There is surely a better way to provide /usr/include/nlist.h ? It seems it doesn't prevent what it's supposed to, see: http://bugs.debian.org/729536 Jérémy. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.

Bug#729536: libkvm-dev: kvm.h fatal error nlist.h No such file or directory

2013-11-13 Thread Jérémy Lal
Package: libkvm-dev Version: 9.2+ds1-6 Severity: important This happens on buildd: https://buildd.debian.org/status/fetch.php?pkg=nodejs&arch=kfreebsd-amd64&ver=0.10.22~dfsg1-1&stamp=1384383076&file=log It didn't happen some weeks ago. Regards, Jérémy. -- To UNSUBSCRIBE, email to debian-bsd-r

Bug#724747: libbsd-dev modifies libelf-dev's /usr/include/nlist.h

2013-11-13 Thread Jérémy Lal
severity 724747 serious thanks Because this is a file conflict. Jérémy. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52841762.6000...@melix.org

Re: This platform lacks a functioning sem_open implementation

2013-05-02 Thread Jérémy Lal
On 02/05/2013 15:00, Steven Chamberlain wrote: > Hi, > > On 02/05/13 08:55, Jérémy Lal wrote: >> ImportError: This platform lacks a functioning >> sem_open implementation, therefore, the required >> synchronization primitives needed will not function, >>

This platform lacks a functioning sem_open implementation

2013-05-02 Thread Jérémy Lal
Hi, i'm looking at libv8-3.14 experimental build logs at [0], and i wonder if there is a known workaround for this exception : ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770. S

Re: Bug#671550: [Pkg-javascript-devel] Bug#671550: nodejs: building on kfreebsd-*

2012-06-16 Thread Jérémy Lal
On 16/06/2012 15:03, Steven Chamberlain wrote: > Hi, > > On 15/06/12 21:55, Jérémy Lal wrote: >> Did you rebuild libv8 after i applied your patches (i modified them) ? >> All tests passed ? > > I've pulled the latest libv8 git and rebuilt it; all tests passed. > Here is a log of that: > > htt