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

2024-08-29 Thread Rudi Heitbaum
URL: Summary: Building in a subdirectory fails Group: GNU Screen Submitter: heitbaum Submitted: Thu 29 Aug 2024 10:06:47 AM UTC Category: Build/Install Severit

[screen-devel] [bug #66059] fatal error: 'shadow.h' file not found

2024-08-29 Thread Alexander Naumov
Update of bug #66059 (group screen): Open/Closed:Open => Closed Fixed Release:None => 5.0.0 ___ Reply to this item at:

[screen-devel] [bug #66059] fatal error: 'shadow.h' file not found

2024-08-29 Thread Alexander Naumov
Follow-up Comment #2, bug #66059 (group screen): ...applied to master. It's in 5.0.0 release. https://git.savannah.gnu.org/cgit/screen.git/commit/?id=47ae4771bbab098e7797648fa2c16d7e08a96653 ___ Reply to this item at:

[screen-devel] [bug #63634] GNU Screen should use wcwdith() in utf8_isdouble() instead of hard-coded tables

2024-08-29 Thread Alexander Naumov
Update of bug #63634 (group screen): Status: Ready For Test => Fixed Open/Closed:Open => Closed Fixed Release:None => 5.0.0

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

2024-08-29 Thread Alexander Naumov
Update of bug #66139 (group screen): Status:None => Need Info ___ Follow-up Comment #1: Thanks for reporting. What OS do you use? How exactly do you try to build/install it. Add commands

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

2024-08-29 Thread Rudi Heitbaum
Follow-up Comment #2, bug #66139 (group screen): Thanks for taking a look. The configure has been done in the subdirectory. Whilst the headers are in the srcdir (and an edit to the .h and .c file respectively added ../ to the lines does allow the compile to succeed. For some reason make is not h

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

2024-08-29 Thread Alexander Naumov
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-lin

[screen-devel] [bug #66141] Trouble with harstatus under 5.0.0

2024-08-29 Thread Cy Schubert
URL: Summary: Trouble with harstatus under 5.0.0 Group: GNU Screen Submitter: cyschubert Submitted: Thu 29 Aug 2024 10:13:13 AM PDT Category: User Interface Se

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread anonymous
URL: Summary: Buffer overflow when using "-X stuff" in previously-working script Group: GNU Screen Submitter: None Submitted: Thu 29 Aug 2024 05:22:47 PM UTC Category: Crash/F

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

2024-08-29 Thread Rudi Heitbaum
Follow-up Comment #4, bug #66139 (group screen): The build for me works fine in the source directory for me too. $ pwd /var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/build/screen-5.0.0 $ ./configure --host=x86_64-libreelec-linux-gnu --build=x86_64-linux-gnu --pref

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

2024-08-29 Thread Alexander Naumov
Update of bug #66139 (group screen): Status: Need Info => Works For Me ___ Follow-up Comment #5: Sorry, Rudi, I don't understand why your /var/media/... PATH is broken. But I think the problem is

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread Alexander Naumov
Update of bug #66142 (group screen): Status:None => Need Info ___ Follow-up Comment #1: Tested on Ubuntu; build from tarball. No crash: % ./screen -dmS dash % ./screen -ls There is a scr

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread Alexander Naumov
Follow-up Comment #2, bug #66142 (group screen): [comment #0 original submission:] > > This is on an up-to-date Arch linux system running the latest screen package from upstream 5.0.0. It's a good idea to report about it to the Arch bugtracking system first. Only after it will be clear that prob

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

2024-08-29 Thread Rudi Heitbaum
Follow-up Comment #6, bug #66139 (group screen): Can you try please building from the .abc sub directory? I’m pretty sure you will have the same issue. I have compared the Makefile.in between 4.9.1 and 5.0.0 and found the difference, -I. -I$(srcdir) has been removed from the .c.o target (so the

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

2024-08-29 Thread Alexander Naumov
Follow-up Comment #7, bug #66139 (group screen): [comment #6 comment #6:] > Can you try please building from the .abc sub directory? I’m pretty sure you will have the same issue. Ok, let's do it in this way: put the commands here and I will try to repeat it (reproduce it). If I will not be able

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

2024-08-29 Thread Rudi Heitbaum
Follow-up Comment #8, bug #66139 (group screen): Here is the patch that allows the build in the subdirectory. diff -Nu screen-5.0.0/display.c screen-5.0.0/display.c --- screen-5.0.0/display.c 2024-08-28 19:55:03.0 + +++ screen-5.0.0/display.c 2024-08-29 18:08:34.942979909 +0

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

2024-08-29 Thread Rudi Heitbaum
Follow-up Comment #9, bug #66139 (group screen): These commands should reproduce the error tar xvf screen-5.0.0.tar.gz cd screen-5.0.0 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=/u

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

2024-08-29 Thread Alexander Naumov
Update of bug #66139 (group screen): Priority: 5 - Normal => 1 - Later ___ Reply to this item at: ___ Message

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread anonymous
Follow-up Comment #3, bug #66142 (group screen): Thanks for quick response. I will go ahead and report it to the package maintainer on Arch's bug tracker, and see what happens. I can say for sure that downgrading to the prior package version fixes the issue, so I've done that for now: Screen ver

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread anonymous
Follow-up Comment #4, bug #66142 (group screen): Just a little additional info. The Arch package is simply a wrapper for the source at the upstream here, so I'm not sure why the behavior would be any different. See package details here: https://gitlab.archlinux.org/archlinux/packaging/packages/sc

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread anonymous
Follow-up Comment #5, bug #66142 (group screen): Sorry one more comment. The latest package changeset from 4.09.01 to 5.0.0 is simply a change in the version pointing to the upstream source: https://gitlab.archlinux.org/archlinux/packaging/packages/screen/-/commit/a7813693d86bf4a5bb3b478d6334fc4bc

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread Alexander Naumov
Follow-up Comment #6, bug #66142 (group screen): [comment #4 comment #4:] > See package details here: https://gitlab.archlinux.org/archlinux/packaging/packages/screen/-/blob/main/PKGBUILD?ref_type=heads > Thanks for the link, but I don't have so much time to check every system/distribution/etc..

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread Alexander Naumov
Update of bug #66142 (group screen): Status: Need Info => Works For Me ___ Reply to this item at: ___ Message

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread anonymous
Follow-up Comment #7, bug #66142 (group screen): I will try to reproduce using the official tarball, but have also opened a bug at the package maintainer's site: https://gitlab.archlinux.org/archlinux/packaging/packages/screen/-/issues/2 __

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread anonymous
Follow-up Comment #8, bug #66142 (group screen): I did a manual build from source and using the build commands from the Arch package build, and after testing with the output from that source, the problem is no longer present. I will continue with the downstream maintainer's bug for now.

[screen-devel] [bug #66145] Missing fixes in screen 5.0.0

2024-08-29 Thread Adam Sampson
URL: Summary: Missing fixes in screen 5.0.0 Group: GNU Screen Submitter: ats Submitted: Thu 29 Aug 2024 08:27:00 PM UTC Category: Documentation Severity: 3 - N

[screen-devel] [bug #66142] Buffer overflow when using "-X stuff" in previously-working script

2024-08-29 Thread Alexander Naumov
Update of bug #66142 (group screen): Open/Closed:Open => Closed ___ Follow-up Comment #9: Ok, no problem. Closed. ___ Reply to thi

[screen-devel] [bug #66145] Missing fixes in screen 5.0.0

2024-08-29 Thread Alexander Naumov
Follow-up Comment #1, bug #66145 (group screen): [comment #0 original submission:] > Diffing 4.9.1 against 5.0.0 in git, it looks like there are at least some documentation fixes that were in 4.9 but not 5.0 - e.g. c5d53d6 "[PATCH] fix typing errors" and 3fd3f965 "COPYNG: http => https update". >

[screen-devel] [bug #66055] maxwin does not work.

2024-08-29 Thread Alexander Naumov
Update of bug #66055 (group screen): Status:None => Wont Fix Open/Closed:Open => Closed ___ Follow-up Comment #1: The command "maxwin" w