Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] TurboVNC is missing a jar file
@ 2020-04-17  8:24 Ypnose
  2021-06-01  4:27 ` masato9000
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ypnose @ 2020-04-17  8:24 UTC (permalink / raw)
  To: ml

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

New issue by Ypnose on void-packages repository

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

Description:
### System

* xuname:  
`Void 5.4.24_1 x86_64 GenuineIntel notuptodate rDF`
* package:
```
$ xbps-query turbovnc
architecture: x86_64
conf_files:
	/etc/turbovncserver-security.conf
	/etc/turbovncserver.conf
conflicts:
	tigervnc>=0
filename-sha256: ad87962defd010aee7b92f01722fc2fd0b1e424600cce4e7cde06a507411bcd7
filename-size: 2252KB
homepage: http://virtualgl.org
install-date: 2020-04-17 10:17 CEST
installed_size: 5383KB
license: GPL-2.0-or-later
maintainer: Orphaned <orphan@voidlinux.org>
metafile-sha256: bf59a0f05313474f03d4cb49afeb941a0f2091799991308e4b92334637763d84
pkgname: turbovnc
pkgver: turbovnc-2.2.4_1
repository: https://alpha.de.repo.voidlinux.org/current
run_depends:
	perl>=0
	libX11>=1.2_1
	glibc>=2.29_1
	freetype>=2.3.9_1
	libjpeg-turbo>=1.3.0_2
	zlib>=1.2.3_1
	bzip2>=1.0.5_1
	pam-libs>=1.1.6_3
	libXext>=1.0.5_1
shlib-requires:
	libX11.so.6
	libc.so.6
	libfreetype.so.6
	libturbojpeg.so.0
	libz.so.1
	libbz2.so.1
	libm.so.6
	libpthread.so.0
	libpam.so.0
	libXext.so.6
	libdl.so.2
short_desc: Optimized version of TightVNC VNC client
source-revisions: turbovnc:7500e76ad4
state: installed
```

### Expected behavior

`vncviewer` shows remote desktop.

### Actual behavior

```
$ vncviewer 127.0.0.1:0:
libjawt.so path: /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64
Error: Unable to access jarfile /VncViewer.jar
$ ls /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64
jli/           libawt_headless.so*  libfreetype.so.6*  libj2pcsc.so*     libjava_crw_demo.so*  libjsdt.so*        liblcms.so*        libnio.so*     libsplashscreen.so*  libzip.so*
jvm.cfg        libawt_xawt.so*      libhprof.so*       libj2pkcs11.so*   libjawt.so*           libjsig.so*        libmanagement.so*  libnpt.so*     libsunec.so*         server/
libattach.so*  libdt_socket.so*     libinstrument.so*  libjaas_unix.so*  libjdwp.so*           libjsound.so*      libmlib_image.so*  libsaproc.so*  libunpack.so*
libawt.so*     libfontmanager.so*   libj2gss.so*       libjava.so*       libjpeg.so*           libjsoundalsa.so*  libnet.so*         libsctp.so*    libverify.so*
```

### Steps to reproduce the behavior

Run `vncviewer 127.0.0.1:0:`


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

* Re: TurboVNC is missing a jar file
  2020-04-17  8:24 [ISSUE] TurboVNC is missing a jar file Ypnose
@ 2021-06-01  4:27 ` masato9000
  2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: masato9000 @ 2021-06-01  4:27 UTC (permalink / raw)
  To: ml

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

New comment by masato9000 on void-packages repository

https://github.com/void-linux/void-packages/issues/21066#issuecomment-851795230

Comment:
Issue +1year at the time of comment but...
For anyone wondering what the deal is...

It's more than a .jar file missing, it's all of them. And it's because they're not getting built.  Attempting to do so will fail at present.

Getting them built would require _at least_ libjpeg-turbo to also be rebuilt as it needs to have the Java wrapper built to be used by this project. Note, that package is also a dep for several other packages, so touching it may not only affect this one.

If anyone decides to adopt the packages and tackle that, it'll _probably_ take care of the issue. Until someone decides its worth their while to do so, you can always use the 

I like this particular viewer (don't care about the server, I usually use X11VNC) but for me, it's simple enough to snag the prebuilts from Sourceforge and run it from my homedir than worry about a void-native build.


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

* Re: TurboVNC is missing a jar file
  2020-04-17  8:24 [ISSUE] TurboVNC is missing a jar file Ypnose
  2021-06-01  4:27 ` masato9000
@ 2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-04-16  2:02 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/21066#issuecomment-1100506588

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] TurboVNC is missing a jar file
  2020-04-17  8:24 [ISSUE] TurboVNC is missing a jar file Ypnose
  2021-06-01  4:27 ` masato9000
  2022-04-16  2:02 ` github-actions
@ 2022-04-30  2:13 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-04-30  2:13 UTC (permalink / raw)
  To: ml

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

Closed issue by Ypnose on void-packages repository

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

Description:
### System

* xuname:  
`Void 5.4.24_1 x86_64 GenuineIntel notuptodate rDF`
* package:
```
$ xbps-query turbovnc
architecture: x86_64
conf_files:
	/etc/turbovncserver-security.conf
	/etc/turbovncserver.conf
conflicts:
	tigervnc>=0
filename-sha256: ad87962defd010aee7b92f01722fc2fd0b1e424600cce4e7cde06a507411bcd7
filename-size: 2252KB
homepage: http://virtualgl.org
install-date: 2020-04-17 10:17 CEST
installed_size: 5383KB
license: GPL-2.0-or-later
maintainer: Orphaned <orphan@voidlinux.org>
metafile-sha256: bf59a0f05313474f03d4cb49afeb941a0f2091799991308e4b92334637763d84
pkgname: turbovnc
pkgver: turbovnc-2.2.4_1
repository: https://alpha.de.repo.voidlinux.org/current
run_depends:
	perl>=0
	libX11>=1.2_1
	glibc>=2.29_1
	freetype>=2.3.9_1
	libjpeg-turbo>=1.3.0_2
	zlib>=1.2.3_1
	bzip2>=1.0.5_1
	pam-libs>=1.1.6_3
	libXext>=1.0.5_1
shlib-requires:
	libX11.so.6
	libc.so.6
	libfreetype.so.6
	libturbojpeg.so.0
	libz.so.1
	libbz2.so.1
	libm.so.6
	libpthread.so.0
	libpam.so.0
	libXext.so.6
	libdl.so.2
short_desc: Optimized version of TightVNC VNC client
source-revisions: turbovnc:7500e76ad4
state: installed
```

### Expected behavior

`vncviewer` shows remote desktop.

### Actual behavior

```
$ vncviewer 127.0.0.1:0:
libjawt.so path: /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64
Error: Unable to access jarfile /VncViewer.jar
$ ls /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64
jli/           libawt_headless.so*  libfreetype.so.6*  libj2pcsc.so*     libjava_crw_demo.so*  libjsdt.so*        liblcms.so*        libnio.so*     libsplashscreen.so*  libzip.so*
jvm.cfg        libawt_xawt.so*      libhprof.so*       libj2pkcs11.so*   libjawt.so*           libjsig.so*        libmanagement.so*  libnpt.so*     libsunec.so*         server/
libattach.so*  libdt_socket.so*     libinstrument.so*  libjaas_unix.so*  libjdwp.so*           libjsound.so*      libmlib_image.so*  libsaproc.so*  libunpack.so*
libawt.so*     libfontmanager.so*   libj2gss.so*       libjava.so*       libjpeg.so*           libjsoundalsa.so*  libnet.so*         libsctp.so*    libverify.so*
```

### Steps to reproduce the behavior

Run `vncviewer 127.0.0.1:0:`


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

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17  8:24 [ISSUE] TurboVNC is missing a jar file Ypnose
2021-06-01  4:27 ` masato9000
2022-04-16  2:02 ` github-actions
2022-04-30  2:13 ` [ISSUE] [CLOSED] " github-actions

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).