bug#53547: Error sending email with OpenSMTPD, fatal: time_to_text: bsnprintf

2022-01-25 Thread Timmy Douglas via Bug reports for GNU Guix
I recently installed opensmtpd and have been trying to send email. It appears there is an error with the bsnprintf function: $ ./sendmail -t To: timmy From: me Subject: hi aoeueou (press ^D) sendmail: time_to_text: bsnprintf I reported this issue here: https://github.com/OpenSMTPD/OpenSMTPD/i

bug#53547: Error sending email with OpenSMTPD, fatal: time_to_text: bsnprintf

2023-11-20 Thread Timmy Douglas via Bug reports for GNU Guix
Tobias, I noticed you recently updated opensmtpd to 7.4.0 with commit 5e7f27d6ca7be84453e6d4de3d860b700ba3aef7. I was curious if you or anyone else has seen this issue, and if I should try submitting a patch to guix for it. Timmy Douglas writes: > I recently installed opensmtpd and have been

bug#53547: Error sending email with OpenSMTPD, fatal: time_to_text: bsnprintf

2023-11-22 Thread Nathan via Bug reports for GNU Guix
I don't have this problem on my server. I looked at your github issue page. Those macros are defined by the `configure' script. I can see that guix's `configure' output defines HAVE_STRUCT_TM_TM_GMTOFF in config.h. (if neither of the #if match, then the `tz' pointer is likely garbage and the pro

bug#53547: Error sending email with OpenSMTPD, fatal: time_to_text: bsnprintf

2023-11-22 Thread Timmy Douglas via Bug reports for GNU Guix
Nathan writes: > I don't have this problem on my server. > > I looked at your github issue page. > Those macros are defined by the `configure' script. > I can see that guix's `configure' output defines HAVE_STRUCT_TM_TM_GMTOFF in > config.h. > (if neither of the #if match, then the `tz' pointer

bug#53547: Error sending email with OpenSMTPD, fatal: time_to_text: bsnprintf

2023-12-01 Thread Timmy Douglas via Bug reports for GNU Guix
Tobias Geerinckx-Rice writes: > [snip] > I'm running opensmtpd@7.4.0p1. Have you tried that yet? > > Guix would certainly accept a patch to fix a bug, but I'm also > paranoid and would prefer to first see some response from upstream > that this is the correct diagnosis. So I found a workarou