GithubHelp home page GithubHelp logo

control+c kills "screen" about smartos-live HOT 3 CLOSED

jcea avatar jcea commented on June 26, 2024
control+c kills "screen"

from smartos-live.

Comments (3)

bahamat avatar bahamat commented on June 26, 2024 1

Filed internally as OS-8364.

from smartos-live.

jcea avatar jcea commented on June 26, 2024

It affects 20220224. My previous platform, 20190829, it worked fine. I have not tried to locate the exact platform where this bug was introduced.

from smartos-live.

danmcd avatar danmcd commented on June 26, 2024

This issue technically belongs in joyent/illumos-extra . Having said that, this fix works in a simple test case:

commit 95f08100857a910874d3d16713089235a14f74e7 (HEAD -> master)
Author: Dan McDonald <[email protected]>
Date:   Thu Mar 17 10:02:23 2022 -0400

    OS-xxxx screen broken since illumos#12306

diff --git a/screen/Makefile b/screen/Makefile
index 9a09f6d..9f4a51f 100644
--- a/screen/Makefile
+++ b/screen/Makefile
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2021 Joyent, Inc.
+# Copyright 2022 Joyent, Inc.
 #
 
 VER =  screen-4.8.0
@@ -38,7 +38,7 @@ PATCHES =     Patches/*
 # while running configure (OS-8171).
 #
 AUTOCONF_ENV += \
-       CFLAGS="-std=c99 -D_XOPEN_SOURCE=700" \
+       CFLAGS="-std=c99 -D_XOPEN_SOURCE=700 -D__EXTENSIONS__=1" \
        LD_LIBRARY_PATH=$(DESTDIR)/usr/lib
 
 #

from smartos-live.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.