Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746365 - net-misc/tigervnc-1.11.0-r1 build error when USE=-pam
Summary: net-misc/tigervnc-1.11.0-r1 build error when USE=-pam
Status: RESOLVED DUPLICATE of bug 746359
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-03 20:38 UTC by Preston Crow
Modified: 2021-12-07 23:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge -info (emerge-info.txt,6.89 KB, text/plain)
2020-10-03 20:43 UTC, Preston Crow
Details
build log (build.log,6.27 KB, text/x-log)
2020-10-03 20:43 UTC, Preston Crow
Details
environment (environment,168.50 KB, text/plain)
2020-10-03 20:44 UTC, Preston Crow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Preston Crow 2020-10-03 20:38:13 UTC
I don't run pam on my system, and have USE="-pam" which has worked in the past with tigervnc-1.9.0-r1, but with 1.11.0-r1, it fails to build with errors related to pam in the configuration phase:

-- Looking for include file security/pam_appl.h
-- Looking for include file security/pam_appl.h - not found
-- Looking for pam_start
-- Looking for pam_start - not found
CMake Error at CMakeLists.txt:275 (message):
  Could not find PAM development files


Reproducible: Always

Steps to Reproduce:
1.Configure a system without using or installing pam
2.Set "-pam" in the USE flags
3.emerge tigervnc
Comment 1 Preston Crow 2020-10-03 20:43:33 UTC
Created attachment 663685 [details]
emerge -info

This is the output from emerge -info.

The emerge -pqv output is:
[ebuild     U ] net-misc/tigervnc-1.11.0-r1 [1.9.0-r1] USE="drm opengl server xorgmodule -dri3 -gnutls -java -libressl -nls -pam -xinerama"
Comment 2 Preston Crow 2020-10-03 20:43:56 UTC
Created attachment 663688 [details]
build log
Comment 3 Preston Crow 2020-10-03 20:44:46 UTC
Created attachment 663691 [details]
environment
Comment 4 Roberto Castagnola 2020-12-04 01:35:04 UTC
Kind of duplicate of bug #746359
Comment 5 Larry the Git Cow gentoo-dev 2021-12-07 23:16:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc0ec55803692786e6538bca4a12b0102e775f3

commit 9dc0ec55803692786e6538bca4a12b0102e775f3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-07 23:16:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-07 23:16:42 +0000

    net-misc/tigervnc: add 1.12.0 (still masked)
    
    Note that this doesn't yet fix the xsession handling stuff, but
    am looking to see what we can do about it.
    
    Bug: https://bugs.gentoo.org/746227
    Closes: https://bugs.gentoo.org/746359
    Closes: https://bugs.gentoo.org/746365
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/tigervnc/Manifest               |   1 +
 net-misc/tigervnc/tigervnc-1.12.0.ebuild | 184 +++++++++++++++++++++++++++++++
 net-misc/tigervnc/tigervnc-9999.ebuild   |   9 +-
 3 files changed, 189 insertions(+), 5 deletions(-)
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-07 23:47:50 UTC
-pam support was removed upstream: https://github.com/TigerVNC/tigervnc/commit/d80817f101d1b3f1a9b1c5ec268f28fffa2d75f9
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-07 23:52:00 UTC

*** This bug has been marked as a duplicate of bug 746359 ***