GNU bug report logs - #63250
package dante : socksify: error: dante client not built with preloading support

Previous Next

Package: guix;

Reported by: "Benjamin" <benjamin <at> uvy.fr>

Date: Wed, 3 May 2023 18:37:02 UTC

Severity: normal

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63250: closed (package dante : socksify: error: dante client
 not built with preloading support)
Date: Mon, 19 Feb 2024 20:44:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 Feb 2024 17:33:28 +0100
with message-id <87zfvw4dnr.fsf <at> gmail.com>
and subject line Re: bug#63250: package dante : socksify: error: dante client not built with preloading support
has caused the debbugs.gnu.org bug report #63250,
regarding package dante : socksify: error: dante client not built with preloading support
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63250: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63250
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Benjamin" <benjamin <at> uvy.fr>
To: <bug-guix <at> gnu.org>
Subject: package dante : socksify: error: dante client not built with
 preloading support
Date: Wed, 03 May 2023 15:55:36 +0200
Hello,

Dante package is not compiled with preloading support but it
could be

To reproduce : 

guix shell dante w3m
echo "<hmtl><h1> Hello </h1> <p> World ! </p> </html>" | (
	export SOCKS_SERVER="127.0.0.1:1"
	exec socksify w3m -T text/html -dump
)

Following error is returned
error: dante client not built with preloading support.

Here is the result without socksify
```
echo "<hmtl><h1> Hello </h1> <p> World ! </p> </html>" | (w3m -T text/html -dump)
```

For additional information, I faced the problem when using the "html"
filter of aerc

cat /gnu/store/...aerc.../share/aerc/filters/html
```
#!/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/sh
# aerc filter which runs w3m using socksify (from the dante package) to prevent
# any phoning home by rendered emails
export SOCKS_SERVER="127.0.0.1:1"
exec socksify w3m \
	-I UTF-8 \
	-T text/html \
	-cols $(tput cols) \
	-dump \
	-o display_image�lse \
	-o display_link_number=true
```

It seems that there was also these problem on the side of nixos : 
https://github.com/NixOS/nixpkgs/issues/73697


[Message part 3 (message/rfc822, inline)]
From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Nguyễn Gia Phong <mcsinyx <at> disroot.org>,
 63250-done <at> debbugs.gnu.org
Cc: Benjamin <benjamin <at> uvy.fr>
Subject: Re: bug#63250: package dante : socksify: error: dante client not
 built with preloading support
Date: Mon, 19 Feb 2024 17:33:28 +0100
Hi,

On dim., 18 févr. 2024 at 17:33, Nguyễn Gia Phong via Bug reports for GNU Guix <bug-guix <at> gnu.org> wrote:
> On 2024-02-15 at 17:18+01:00, Simon Tournier wrote:
>> On mer., 20 déc. 2023 at 16:18, Nguyễn Gia Phong wrote:
>> > Could you take a look at https://issues.guix.gnu.org/67675
>> > if it fixes it for you?
>>
>> Since patch#67675 is merged, is it fixed now?
>
> FWIW it is fixed for me d-;

So closing.

Benjamin, if I am missing something, let me know.

Cheers,
simon



This bug report was last modified 1 year and 144 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.