unofficial mirror of bug-guix@gnu.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

* bug#63250: package dante : socksify: error: dante client not built with preloading support
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Nguyễn Gia Phong via Bug reports for GNU Guix @ 2023-12-20  7:18 UTC (permalink / raw)
  To: 63250

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]

Could you take a look at https://issues.guix.gnu.org/67675
if it fixes it for you?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 687 bytes --]

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

* bug#63250: package dante : socksify: error: dante client not built with preloading support
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Tournier @ 2024-02-15 16:18 UTC (permalink / raw)
  To: Nguyễn Gia Phong, 63250; +Cc: Benjamin

Hi,

On mer., 20 déc. 2023 at 16:18, Nguyễn Gia Phong via Bug reports for GNU Guix <bug-guix@gnu.org> 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?

Cheers,
simon




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

* bug#63250: package dante : socksify: error: dante client not built with preloading support
  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
  0 siblings, 2 replies; 6+ messages in thread
From: Nguyễn Gia Phong via Bug reports for GNU Guix @ 2024-02-18  8:33 UTC (permalink / raw)
  To: Simon Tournier, 63250; +Cc: Benjamin

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

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-;

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 687 bytes --]

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

* bug#63250: package dante : socksify: error: dante client not built with preloading support
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Tournier @ 2024-02-19 16:33 UTC (permalink / raw)
  To: Nguyễn Gia Phong, 63250-done; +Cc: Benjamin

Hi,

On dim., 18 févr. 2024 at 17:33, Nguyễn Gia Phong via Bug reports for GNU Guix <bug-guix@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





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

* bug#63250: package dante : socksify: error: dante client not built with preloading support
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Benjamin via Bug reports for GNU Guix @ 2024-02-19 20:44 UTC (permalink / raw)
  To: Nguyễn Gia Phong, Simon Tournier, 63250

Hello,

This is fixed on my side too.

This bug can be closed

On Sun Feb 18, 2024 at 9:33 AM CET, Nguyễn Gia Phong 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-;





^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).