Opened 10 years ago

Closed 10 years ago

#41623 closed defect (worksforme)

ee @1.4.6: Neither termio.h or sgtty.h are on this system!

Reported by: swordfish1975@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc: ryandesign (Ryan Carsten Schmidt), kurthindenburg (Kurt Hindenburg)
Port: ee

Description (last modified by mf2k (Frank Schima))

problem arose when installing port ee :

version:1
:debug:main ee has no conflicts
:debug:main Executing org.macports.main (ee)
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 20
:debug:main euid changed to: 502
:debug:main Skipping completed org.macports.archivefetch (ee)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (ee)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (ee)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (ee)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (ee)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (ee)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Sun Dec  1 01:32:26 KRAT 2013
:notice:build --->  Building ee
:debug:build Executing org.macports.build (ee)
:debug:build port disallows a parallel build
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/work/easyedit-1.4.6" && /usr/bin/make -w all'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/work/easyedit-1.4.6" && /usr/bin/make -w all 
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/work/easyedit-1.4.6'
:info:build Neither termio.h or sgtty.h are on this system!  
:info:build Don't know where to find curses, you'll need to modify 
:info:build source code to be able to build!
:info:build 
:info:build Modify the file make.default and build ee by typing:
:info:build 
:info:build make -f make.default
:info:build 
:info:build make: *** [localmake] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/work/easyedit-1.4.6'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/work/easyedit-1.4.6" && /usr/bin/make -w all 
:info:build Exit code: 2
:error:build org.macports.build for port ee returned: command execution failed
:debug:build Error code: CHILDSTATUS 906 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for ee: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port ee for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_editors_ee/ee/main.log

Attachments (2)

bugs.rtf (3.9 KB) - added by swordfish1975@… 10 years ago.
main.log (6.6 KB) - added by swordfish1975@… 10 years ago.

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by swordfish1975@…

Attachment: bugs.rtf added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Port: ee added
Summary: bugs install eeee build error

In the future, please use WikiFormatting and fill in the Port field.

Attach the complete main.log file after cleaning the port and trying again.

Changed 10 years ago by swordfish1975@…

Attachment: main.log added

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Keywords: mavericks added
Summary: ee build erroree @1.4.6: Neither termio.h or sgtty.h are on this system!

It builds fine for me on Mavericks. Are you sure you installed the Xcode command line tools by running xcode-select --install? If not, please do.

comment:3 Changed 10 years ago by mwette

FYI. I had problems with some ports (e.g., gcc42) not building on mavericks, apparently due to headers not being found. My hack was:

mwette$ sudo  ln -s /Applications/Xcode.app/Contents/Developer /Developer

I don't know why it worked, but it did. Using "gcc -x" I found that builds were looking under /Developer for headers, in addition to other locations.

comment:4 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: worksforme
Status: newclosed

It builds here as well w/o issue - reopen if you still have issues

Note: See TracTickets for help on using tickets.