Re: Running the tests

2022-12-07 Thread Simon Josefsson via Discussion list for GNU Libtasn1
"Zaki, Ahmed" writes: > Hi, > > I am new to libtasn1 and I am trying to use it for a project I am working on. > > As part of that project I need to get accurate test coverage data for > libtasn1. Hi and welcome. > When trying to do so I have run into two questions: > > 1- What is the

Re: Build issue since version 4.18 using gcc-4.9

2022-11-28 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Thanks for confirming that this solved the problem! It seems explicit_bzero is patched in gnulib now, so this shouldn't be a problem going foward, so I'll think about adding a CI/CD build with -std=c99 to test regressions in this area. I wonder if -std=c89 works too... we have a CI/CD build

Re: Build issue since version 4.18 using gcc-4.9

2022-11-27 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Vincent Fortier writes: > While preparing a gnutls update I ended-up updating libtasn1 from > 4.16. Going to 4.17 works but anything after that fails with: Thanks for the report! I can reproduce this using: ./configure ac_cv_func_explicit_bzero=no CPPFLAGS="-std=c99" In other words, the

Re: Issue Tracker

2022-08-25 Thread Simon Josefsson via Discussion list for GNU Libtasn1
David Trabish writes: > Hi, > > I opened an issue in the gitlab repository several days ago (https: // > gitlab.com/gnutls/libtasn1/-/issues/32), > but didn't get a response yet. > Is this the right place to report issues for the *GNU libtasn1* project? Hi. Yes, that is right, and it should be

Re: libtasn1 ./configure gets capabilities mixed up of cc and ld

2022-08-25 Thread Simon Josefsson via Discussion list for GNU Libtasn1
John Scott writes: > Hello, > > I'm not able to build libtasn1 with the Tiny C Compiler > (git://repo.or.cz/tinycc.git), and I suspect the configure script is to blame. > > When just building libtasn1 normally with it, it recognizes tcc is not gcc > but > says > checking for non-GNU ld...

libtasn1-4.19.0 released [stable]

2022-08-23 Thread Simon Josefsson via Discussion list for GNU Libtasn1
This is GNU Libtasn1, a small ASN.1 library. Website: https://www.gnu.org/software/libtasn1/ Manual: https://www.gnu.org/software/libtasn1/manual/ Here are the compressed sources and a GPG detached signature: https://ftpmirror.gnu.org/libtasn1/libtasn1-4.19.0.tar.gz

Re: Couple of gtk-doc glitches

2022-08-23 Thread Simon Josefsson via Discussion list for GNU Libtasn1
I put in a workaround for this problem, so unpatched gtk-doc should now work. Untested so please let me know how 4.19.0 works. /Simon signature.asc Description: PGP signature

Re: Couple of gtk-doc glitches

2021-11-28 Thread Simon Josefsson via Discussion list for GNU Libtasn1
sön 2021-11-28 klockan 08:08 +0400 skrev Roman Bogorodskiy: >   Simon Josefsson wrote: > > > Just a quick reply, maybe this is related to the following? > > > > https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/37 > > https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/67 > > > > I'm using

Re: Couple of gtk-doc glitches

2021-11-27 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Just a quick reply, maybe this is related to the following? https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/37 https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/67 I'm using gtk-doc from debian stable without patches. /Simon signature.asc Description: This is a digitally signed message

Re: Couple of gtk-doc glitches

2021-11-23 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Roman Bogorodskiy writes: > Hi, > > I was updating a FreeBSD port of libtasn1 to 4.18.0 and noticed the > build fails with: Hi Roman. Thanks for the report! > 1. Force using GNU make instead of a BSD make BSD make should work, or it is a bug. I wouldn't blame you for going with the simple

libtasn1-4.18.0 released [stable]

2021-11-09 Thread Simon Josefsson via Discussion list for GNU Libtasn1
We are happy to announce the release 4.18.0 of libtasn1! This is GNU Libtasn1, a small ASN.1 library. Website: https://www.gnu.org/software/libtasn1/ Manual: https://www.gnu.org/software/libtasn1/manual/ Here are the compressed sources and a GPG detached signature[*]:

libtasn1-4.17.0 released [stable]

2021-05-13 Thread Simon Josefsson via Discussion list for GNU Libtasn1
We are happy to announce the release 4.17.0 of libtasn1! This is GNU Libtasn1, a small ASN.1 library. This release was made possible by the contributions of many people, including Andreas Metzler, Daiki Ueno, Dmitry Baryshkov, ihsinme, Nikos Mavrogiannopoulos, Simon Josefsson, Simo Sorce, Stefan

Re: Fwd: Missing c_isdigit with Asan and UBsan builds

2021-05-11 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Jeffrey Walton writes: > On Sat, May 8, 2021 at 1:59 AM Simon Josefsson wrote: >> >> ... >> I will try to find an account on a M1 machine and see if I can reproduce >> any problems. > > The GCC Compile Farm has a M1 machine. It is gcc304, at port 2409. Thanks -- I confirmed that latest CICD

towards a new libtasn1 release

2021-05-08 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Hi. I will help to get a new release out, and I'm tracking progress in this milestone: https://gitlab.com/gnutls/libtasn1/-/milestones/3 You can help by testing the following tarball as if it were the next release (the version number is confusing, I opened an issue [1] to improve this):

Re: warning: missed loop optimization

2021-05-08 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Jeffrey Walton writes: > Hi Everyone, > > I'm trying to track down the failures in libtasn1-4.16.0 on the Apple > M1. Testing on an ODROID armv7l with Linux, this caught my eye: > > ASN1.c: In function '_asn1_yyparse': > ASN1.c:2582:10: warning: missed loop optimization, the loop counter > may

Re: libtasn1-4.16.0 and Apple M1

2021-05-08 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Jeffrey Walton writes: > Hi Everyone, > > I'm trying to build GnuTLS for an Apple M1. libtasn1-4.16.0 is having > some troubles during 'make check': Thank you -- do you still get these with the a recent snapshot? https://gitlab.com/gnutls/libtasn1/-/jobs/1246834459/artifacts/browse I don't

Re: Fwd: Missing c_isdigit with Asan and UBsan builds

2021-05-07 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Jeffrey Walton writes: > The Gnulib folks suggested this should go to libtasn1 developers. > > I can also duplicate this problem on an older Intel Mac-mini, so it is > not limited to M1 hardware. > > Maybe it is time to build a new release tarball with the latest Gnulib. Thanks for the report

Re: Git clone and gitlab.com: Permission denied

2021-03-25 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Jeffrey Walton writes: > On Wed, Mar 24, 2021 at 7:34 AM Andreas Schneider wrote: >> >> On Wednesday, 24 March 2021 04:05:34 CET Jeffrey Walton wrote: >> >> > I can't seem to checkout libtasn1 sources: >> > >> > ~$ git clone g...@gitlab.com:gnutls/libtasn1.git >> > Cloning into 'libtasn1'... >>