~alpine/users

4 3

[alpine-user] alpine 3.6 /usr/bin/wish

Details
Message ID
<c61565a2-8a1c-828a-9ea5-a3c750570caa@owasp.org>
Sender timestamp
1500298722
DKIM signature
missing
Download raw message
Hi,

I'm using alpine:3.6 and installed Tcl/TK with
  apk add tcl tk

tcl works, wish starts fine showing the default empty window.
But adding any graphical object causes a seg. dump:

	# echo 'pack [label .b -text fail]'|wish
	Segmentation fault (core dumped)
	#

(has nothing to do with STDIN or alike, same problem if started from a file).

Any help would be appreciated.
Achim


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Details
Message ID
<20170724181854.GA6925@alpine>
In-Reply-To
<c61565a2-8a1c-828a-9ea5-a3c750570caa@owasp.org> (view parent)
Sender timestamp
1500920335
DKIM signature
missing
Download raw message
Achim wrote:

> Hi,
> But adding any graphical object causes a seg. dump:

Hi,

Sorry for the late reply. Have you solved your problem yet? If not,
please send the backtrace.

I am using edge now, and the command works here.

-- 
caóc



---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Details
Message ID
<b55b63b0-56a0-5d47-3e49-87a355b6b9e3@owasp.org>
In-Reply-To
<20170724181854.GA6925@alpine> (view parent)
Sender timestamp
1500926512
DKIM signature
missing
Download raw message
On 24.07.2017 20:18, Cág wrote:
> Achim wrote:
> 
>> Hi,
>> But adding any graphical object causes a seg. dump:
> 
> Hi,
> 
> Sorry for the late reply. Have you solved your problem yet? If not,
> please send the backtrace.
> 
> I am using edge now, and the command works here.

Hi,

same problem with edge.
I guess that the missing X11 libraries are the reason. I did not install
any.
If so, I can live with that, as I found a way to call the wish script on
the host talking to the tools in the docker image. Not really what I want
but better than instaling huge X11 in the image.
Thanks.
--
Achim



---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Jean-Louis Fuchs <ganwell@fangorn.ch>
Details
Message ID
<20170724215044.GC18090@vimes.1042.ch>
In-Reply-To
<b55b63b0-56a0-5d47-3e49-87a355b6b9e3@owasp.org> (view parent)
Sender timestamp
1500933044
DKIM signature
missing
Download raw message
Hi

> If so, I can live with that, as I found a way to call the wish script on
> the host talking to the tools in the docker image. Not really what I want
> but better than instaling huge X11 in the image.

There is xvfb, which is "headless" X11, used in tools like VNC. It
should be much smaller than X11.

Best,
    Jean-Louis
Details
Message ID
<013a2005-b8cb-3f39-c7b3-e7bea8cfad8a@owasp.org>
In-Reply-To
<20170724215044.GC18090@vimes.1042.ch> (view parent)
Sender timestamp
1500936122
DKIM signature
missing
Download raw message
On 24.07.2017 23:50, Jean-Louis Fuchs wrote:
> Hi
> 
>> If so, I can live with that, as I found a way to call the wish script on
>> the host talking to the tools in the docker image. Not really what I want
>> but better than instaling huge X11 in the image.
> 
> There is xvfb, which is "headless" X11, used in tools like VNC. It
> should be much smaller than X11.
> 
> Best,
>     Jean-Louis

works with xvfb, both 3.6 and edge.
It nearly doubles my image in size, but if someone wants that, here we go;-)

Thanks
Achim


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)