screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #66139] Building in a subdirectory fails


From: Alexander Naumov
Subject: [screen-devel] [bug #66139] Building in a subdirectory fails
Date: Thu, 29 Aug 2024 07:36:46 -0400 (EDT)

Follow-up Comment #3, bug #66139 (group screen):

[comment #2 comment #2:]
> The build is on Ubuntu 24.04 - these steps should be able to reproduce the
errors.
> 
> mkdir .x86_64-libreelec-linux-gnu
> cd .x86_64-libreelec-linux-gnu
> ../configure --host=x86_64-libreelec-linux-gnu --build=x86_64-linux-gnu
--prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var
ac_cv_header_utempter_h=no --disable-pam --disable-telnet
--disable-socket-dir
> make
> 

% ./configure --host=x86_64-libreelec-linux-gnu --build=x86_64-linux-gnu
--prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var
ac_cv_header_utempter_h=no --disable-pam --disable-telnet
--disable-socket-dir
checking for x86_64-libreelec-linux-gnu-gcc... no
checking for gcc... gcc
configure: WARNING: using cross tools not prefixed with host triplet
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for x86_64-libreelec-linux-gnu-gcc... gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for execvpe... yes
checking for seteuid... yes
checking for setegid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for library containing tgetent... -lcurses
checking for library containing crypt... -lcrypt
checking for pty.h... yes
checking for util.h... no
checking for libutil.h... no
checking for library containing openpty... none required
checking for library containing socket... none required
checking for langinfo.h... yes
checking for dirent.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h

Configuration:

 PAM support: .............................. no
 telnet support: ........................... no
 utmp support: ............................. no
 global socket directory: .................. no

 system screenrc location: ................. /etc/screenrc
 pty mode: ................................. 0622
 pty group: ................................ 5
 pty on read only file system: ............. no

!!! WARNING !!!
YOU ARE DISABLING PAM SUPPORT!
FOR screen TO WORK IT WILL NEED TO RUN AS SUID root BINARY
THIS CONFIGURATION IS _HIGHLY_ NOT RECOMMENDED!
!!! WARNING !!!

% make
...


% echo $?
0

% ls -la screen
-rwxrwxr-x 1 alex alex 1707048 Aug 29 13:30 screen


I have to take a close look, but right now it looks everything fine. I tested
tarball, not the git version.
Can you try to build it without/outside docker? 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66139>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]