Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127041 - ruby-termios fails with ruby19
Summary: ruby-termios fails with ruby19
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 23:19 UTC by Antti Tuominen
Modified: 2006-03-21 04:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch from ruby-talk (ruby-termios-ruby19.patch,2.56 KB, patch)
2006-03-20 23:20 UTC, Antti Tuominen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Tuominen 2006-03-20 23:19:22 UTC
* Building for ruby19
checking for termios.h... yes
checking for unistd.h... yes
creating Makefile
i686-pc-linux-gnu-gcc -fPIC -O2 -march=i686 -mtune=athlon-tbird -pipe  -fPIC  -I. -I/usr/lib/ruby/1.9/i686-linux -I/usr/lib/ruby/1.9/i686-linux -I. -DHAVE_TERMIOS_H -DHAVE_UNISTD_H  -c termios.c
termios.c: In function `termios_tcgetattr':
termios.c:204: error: structure has no member named `f'
termios.c: In function `termios_tcsetattr':
termios.c:246: error: structure has no member named `f'
termios.c: In function `termios_tcsendbreak':
termios.c:271: error: structure has no member named `f'
termios.c: In function `termios_tcdrain':
termios.c:295: error: structure has no member named `f'
termios.c: In function `termios_tcflush':
termios.c:325: error: structure has no member named `f'
termios.c: In function `termios_tcflow':
termios.c:355: error: structure has no member named `f'
termios.c: In function `termios_tcgetpgrp':
termios.c:379: error: structure has no member named `f'
termios.c: In function `termios_tcsetpgrp':
termios.c:404: error: structure has no member named `f'
make: *** [termios.o] Error 1

!!! ERROR: dev-ruby/ruby-termios-0.9.4 failed.
Call stack:
  misc-functions.sh, line 468:   Called install_qa_check
  misc-functions.sh, line 21:   Called prepall
  ruby.eclass, line 209:   Called src_compile

!!! (no error message)
Comment 1 Antti Tuominen 2006-03-20 23:20:27 UTC
Created attachment 82738 [details, diff]
patch from ruby-talk

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/143781
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-03-21 04:52:39 UTC
added the patch to portage - thanks for the report.