all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#63250: package dante : socksify: error: dante client not built with preloading support
@ 2023-05-03 13:55 Benjamin
  2023-12-20  7:18 ` Nguyễn Gia Phong via Bug reports for GNU Guix
  0 siblings, 1 reply; 6+ messages in thread
From: Benjamin @ 2023-05-03 13:55 UTC (permalink / raw)
  To: 63250

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1125 bytes --]

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-19 21:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 13:55 bug#63250: package dante : socksify: error: dante client not built with preloading support Benjamin
2023-12-20  7:18 ` Nguyễn Gia Phong via Bug reports for GNU Guix
2024-02-15 16:18   ` Simon Tournier
2024-02-18  8:33     ` Nguyễn Gia Phong via Bug reports for GNU Guix
2024-02-19 16:33       ` Simon Tournier
2024-02-19 20:44       ` Benjamin via Bug reports for GNU Guix

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.