[MacPorts] #41078: screen reinstall issue
#41078: screen reinstall issue ----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: ----------------------------------+-------------------------------- Deinstalled everything as advertised and try now to bring back my favorites. (port selfupdate and port upgrade outdated were both done) Besides ghc, screen seems to report a very similar issue (to me) # should I use another compiler? {{{ sudo port select gcc Available versions for gcc: gcc42 llvm-gcc42 mp-gcc47 (active) mp-gcc48 mp-llvm-gcc42 none }}} attached my error log thanks very much for saving my life, I NEED 'screen'! -- Ticket URL: <https://trac.macports.org/ticket/41078> MacPorts <http://www.macports.org/> Ports system for OS X
#41078: screen reinstall issue -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: | -----------------------------------+-------------------------------- Comment (by stephane.plaisance@…): forgot to add that I try this on '''Maverick''' (sorry) -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41078: screen @4.0.3_3+vertical_split: cannot find "sys/stropts.h" -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: screen | -----------------------------------+-------------------------------- Changes (by larryv@…): * cc: kacper.rowinski@… (added) * keywords: => mavericks * version: 2.2.0 => 2.2.1 * port: => screen Comment: Has duplicate #41079. Using another compiler will not help. The value of `port select gcc` has no bearing on which compiler is used for port compilation. Did you follow the [[Migration]] instructions? Specifically, have you run `xcode-select --install`? -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41078: screen @4.0.3_3+vertical_split: cannot find "sys/stropts.h" -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: screen | -----------------------------------+-------------------------------- Comment (by stephane.plaisance@…): I installed the command line tools as advised and also as update from Apple on teh basis of posts I read about this and followed all migration steps. My Xcode is the latest freshly installed My macport is the latest Still about 20-25% of my former ports refuse to reinstall including screen and ghc which I seriously depend on. I hope that he macport gurus will find a way to fix this soon as I am paralysed. Thanks for your great support, I cross my fingers -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41078: screen @4.0.3_3+vertical_split: cannot find "sys/stropts.h" -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: screen | -----------------------------------+-------------------------------- Comment (by luc.dandoy@…): Hello, Regarding the screen issue, I think you can fix it in the Portfile (mine was at the following path: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/screen/Portfile). line 78 you will find this: {{{ if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 12} { }}} Maverick is version 13, so what I did was to replace this line with the following: {{{ if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 13} { }}} And it's working I'm not sure if it's a correct solution but at least screen is running -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41078: screen @4.0.3_3+vertical_split: cannot find "sys/stropts.h" -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: screen | -----------------------------------+-------------------------------- Comment (by stephane.plaisance@…): Thanks Luc, you made my day, IT WORKS Now another 30 ports to fix to come back to previous state. I hope some problems are very basic and will fix many ports at once. ;-) S -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41078: screen @4.0.3_3+vertical_split: cannot find "sys/stropts.h" -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: mavericks Port: screen | -----------------------------------+-------------------------------- Changes (by raimue@…): * status: new => closed * resolution: => fixed Comment: I applied this fix in r112775. The screen version distributed by Apple was not changed, so just applying the same patches should be enough to get screen working. -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts