Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Bad shebang in xpra startup script
@ 2025-05-04 15:54 karlioi
  2025-05-04 16:23 ` classabbyamp
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: karlioi @ 2025-05-04 15:54 UTC (permalink / raw)
  To: ml

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

New issue by karlioi on void-packages repository

https://github.com/void-linux/void-packages/issues/55243

Description:
### Is this a new report?

Yes

### System Info

Void 6.12.25_1 x86_64-musl GenuineIntel uptodate rF

### Package(s) Affected

xpra-6.2.5_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Run 'xpra' to start GUI, and 'xpra --version' in to print version to stdout.

### Actual behaviour

Running 'xpra' in a tty doesn't start xpra. Running 'xpra --version' in a tty has no output. Connection from client fails for reasons that have long scrolled away.

### Steps to reproduce

1. Run 'xpra' in a tty - doesn't start GUI
2. Run 'xpra --version' in tty prints nothing to stdout
3. Change /usr/bin/xpra shebang from '#!python' to '#!/user/bin/env python3' and it runs on the host and client without error.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
@ 2025-05-04 16:23 ` classabbyamp
  2025-05-04 16:36 ` classabbyamp
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2025-05-04 16:23 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849299799

Comment:
similar: https://github.com/void-linux/void-packages/issues/54912

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
  2025-05-04 16:23 ` classabbyamp
@ 2025-05-04 16:36 ` classabbyamp
  2025-05-04 19:58 ` oreo639
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2025-05-04 16:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849305223

Comment:
fix might be : https://github.com/pypa/setuptools/commit/87633dd06511eda9bf9d7bfc4acff1fbc401c39b

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
  2025-05-04 16:23 ` classabbyamp
  2025-05-04 16:36 ` classabbyamp
@ 2025-05-04 19:58 ` oreo639
  2025-05-04 19:59 ` oreo639
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 19:58 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was already fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (I just didn't reply to the Reddit post since the builders were stuck at that time): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (2 preceding siblings ...)
  2025-05-04 19:58 ` oreo639
@ 2025-05-04 19:59 ` oreo639
  2025-05-04 20:00 ` oreo639
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 19:59 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was already fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (I didn't reply to the Reddit post since the builders were stuck at that time): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (3 preceding siblings ...)
  2025-05-04 19:59 ` oreo639
@ 2025-05-04 20:00 ` oreo639
  2025-05-04 20:02 ` oreo639
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:00 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was already fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (and fix the shebangs): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

I didn't reply to the Reddit post since the builders were stuck at that time.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (4 preceding siblings ...)
  2025-05-04 20:00 ` oreo639
@ 2025-05-04 20:02 ` oreo639
  2025-05-04 20:04 ` oreo639
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:02 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was already fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

I didn't reply to the Reddit post since the builders were stuck at that time.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (5 preceding siblings ...)
  2025-05-04 20:02 ` oreo639
@ 2025-05-04 20:04 ` oreo639
  2025-05-04 20:06 ` oreo639
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:04 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

I didn't reply to the Reddit post since the builders were stuck at that time.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (6 preceding siblings ...)
  2025-05-04 20:04 ` oreo639
@ 2025-05-04 20:06 ` oreo639
  2025-05-04 20:07 ` oreo639
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:06 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

I didn't reply to the Reddit post since the builders were stuck at that time.

Although, yeah, it does seem like setuptools decided to revert the `#!python` change.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (7 preceding siblings ...)
  2025-05-04 20:06 ` oreo639
@ 2025-05-04 20:07 ` oreo639
  2025-05-04 20:08 ` oreo639
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:07 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

I didn't reply to the Reddit post then since the builders were stuck at that time.

And, yeah, it does seem like setuptools decided to revert the `#!python` change upstream.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (8 preceding siblings ...)
  2025-05-04 20:07 ` oreo639
@ 2025-05-04 20:08 ` oreo639
  2025-05-04 20:14 ` oreo639
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:08 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

I didn't reply to the Reddit post then since the builders were stuck at that time.


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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (9 preceding siblings ...)
  2025-05-04 20:08 ` oreo639
@ 2025-05-04 20:14 ` oreo639
  2025-05-04 20:18 ` oreo639
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:14 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c


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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (10 preceding siblings ...)
  2025-05-04 20:14 ` oreo639
@ 2025-05-04 20:18 ` oreo639
  2025-05-04 20:19 ` oreo639
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:18 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

> fix might be : [pypa/setuptools@87633dd](https://github.com/pypa/setuptools/commit/87633dd06511eda9bf9d7bfc4acff1fbc401c39b)

Afaict, that commit fixes the ability to specify `--executable`, whereas the default is still `#!python`.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (11 preceding siblings ...)
  2025-05-04 20:18 ` oreo639
@ 2025-05-04 20:19 ` oreo639
  2025-05-04 20:21 ` oreo639
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:19 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

> fix might be : [pypa/setuptools@87633dd](https://github.com/pypa/setuptools/commit/87633dd06511eda9bf9d7bfc4acff1fbc401c39b)

Afaict, that commit fixes the ability to specify `--executable` to change the shebang, whereas the default is still `#!python`.

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (12 preceding siblings ...)
  2025-05-04 20:19 ` oreo639
@ 2025-05-04 20:21 ` oreo639
  2025-05-05 12:49 ` classabbyamp
  2025-05-05 12:49 ` [ISSUE] [CLOSED] " classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: oreo639 @ 2025-05-04 20:21 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2849390338

Comment:
The shebang issue was fixed here: https://github.com/void-linux/void-packages/commit/59d2b25087fb0eaa1a8d86b226055d17e8401b09
And I pushed a commit to rebuild xpra (which fixes the shebangs in this case): https://github.com/void-linux/void-packages/commit/4bc0058966271d21463a3d3c7daaaa041b59c74c

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

* Re: Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (13 preceding siblings ...)
  2025-05-04 20:21 ` oreo639
@ 2025-05-05 12:49 ` classabbyamp
  2025-05-05 12:49 ` [ISSUE] [CLOSED] " classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2025-05-05 12:49 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/55243#issuecomment-2850891391

Comment:
I grepped the repo for other instances of this, and found
```
hg-evolve
pex
python3-milc
radare2
rizin
salt
```
which have now been pushed for rebuild

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

* Re: [ISSUE] [CLOSED] Bad shebang in xpra startup script
  2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
                   ` (14 preceding siblings ...)
  2025-05-05 12:49 ` classabbyamp
@ 2025-05-05 12:49 ` classabbyamp
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2025-05-05 12:49 UTC (permalink / raw)
  To: ml

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

Closed issue by karlioi on void-packages repository

https://github.com/void-linux/void-packages/issues/55243

Description:
### Is this a new report?

Yes

### System Info

Void 6.12.25_1 x86_64-musl GenuineIntel uptodate rF

### Package(s) Affected

xpra-6.2.5_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Run 'xpra' in a tty to start GUI, and 'xpra --version' in a tty to print version to stdout.

### Actual behaviour

Running 'xpra' in a tty doesn't start xpra. Running 'xpra --version' in a tty has no output. Connection from client fails for reasons that have long scrolled away.

### Steps to reproduce

1. Run 'xpra' in a tty - doesn't start GUI
2. Run 'xpra --version' in tty prints nothing to stdout
3. Change /usr/bin/xpra shebang from '#!python' to '#!/user/bin/env python3' and it runs on the host and client without error.

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

end of thread, other threads:[~2025-05-05 12:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-04 15:54 [ISSUE] Bad shebang in xpra startup script karlioi
2025-05-04 16:23 ` classabbyamp
2025-05-04 16:36 ` classabbyamp
2025-05-04 19:58 ` oreo639
2025-05-04 19:59 ` oreo639
2025-05-04 20:00 ` oreo639
2025-05-04 20:02 ` oreo639
2025-05-04 20:04 ` oreo639
2025-05-04 20:06 ` oreo639
2025-05-04 20:07 ` oreo639
2025-05-04 20:08 ` oreo639
2025-05-04 20:14 ` oreo639
2025-05-04 20:18 ` oreo639
2025-05-04 20:19 ` oreo639
2025-05-04 20:21 ` oreo639
2025-05-05 12:49 ` classabbyamp
2025-05-05 12:49 ` [ISSUE] [CLOSED] " classabbyamp

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 NNTP newsgroup(s).