Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Tigervnc 1.12
@ 2021-11-09 21:02 bern-coder
  2021-11-24  2:48 ` dotnetfox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bern-coder @ 2021-11-09 21:02 UTC (permalink / raw)
  To: ml

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

New issue by bern-coder on void-packages repository

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

Description:
https://github.com/TigerVNC/tigervnc/releases/tag/v1.12.0

https://github.com/TigerVNC/tigervnc/archive/v1.12.0.tar.gz


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

* Re: Tigervnc 1.12
  2021-11-09 21:02 [ISSUE] Tigervnc 1.12 bern-coder
@ 2021-11-24  2:48 ` dotnetfox
  2022-06-11  2:13 ` github-actions
  2022-06-25  2:15 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: dotnetfox @ 2021-11-24  2:48 UTC (permalink / raw)
  To: ml

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

New comment by dotnetfox on void-packages repository

https://github.com/void-linux/void-packages/issues/34001#issuecomment-977450466

Comment:
For those who are planning to update the package to this version, be aware of the following:
- pam-devel has to be added to makedepends.
- CMake throws deprecation warnings at you.
- CMake cannot find pam-devel while other packages with the same building style, in fact, are able to find and build with it (maybe implementation of checks is different?). The check is implemented this way:
```
# Check for PAM library
if(UNIX AND NOT APPLE)
  check_include_files(security/pam_appl.h HAVE_PAM_H)
  set(CMAKE_REQUIRED_LIBRARIES -lpam)
  check_function_exists(pam_start HAVE_PAM_START)
  set(CMAKE_REQUIRED_LIBRARIES)
  if(HAVE_PAM_H AND HAVE_PAM_START)
    set(PAM_LIBS pam)
  else()
    message(FATAL_ERROR "Could not find PAM development files")
  endif()
endif()
```

If someone is able to solve this "issue" with CMake (more like insanity) and finds this information helpful in some way, then you have my thanks.

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

* Re: Tigervnc 1.12
  2021-11-09 21:02 [ISSUE] Tigervnc 1.12 bern-coder
  2021-11-24  2:48 ` dotnetfox
@ 2022-06-11  2:13 ` github-actions
  2022-06-25  2:15 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-11  2:13 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/34001#issuecomment-1152835747

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] Tigervnc 1.12
  2021-11-09 21:02 [ISSUE] Tigervnc 1.12 bern-coder
  2021-11-24  2:48 ` dotnetfox
  2022-06-11  2:13 ` github-actions
@ 2022-06-25  2:15 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-25  2:15 UTC (permalink / raw)
  To: ml

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

Closed issue by bern-coder on void-packages repository

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

Description:
https://github.com/TigerVNC/tigervnc/releases/tag/v1.12.0

https://github.com/TigerVNC/tigervnc/archive/v1.12.0.tar.gz


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

end of thread, other threads:[~2022-06-25  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 21:02 [ISSUE] Tigervnc 1.12 bern-coder
2021-11-24  2:48 ` dotnetfox
2022-06-11  2:13 ` github-actions
2022-06-25  2:15 ` [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).