Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64320 - pilot-link doesn't compile with readline due to missing sys/ioctl_compat.h
Summary: pilot-link doesn't compile with readline due to missing sys/ioctl_compat.h
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-16 15:16 UTC by Grégoire Favre
Modified: 2005-04-17 17:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grégoire Favre 2004-09-16 15:16:39 UTC
I got this at emerge:
checking for readline... not found
configure: error: Development headers for readline were not found. Please correct.

!!! ERROR: app-pda/pilot-link-0.11.8 failed.
!!! Function econf, Line 441, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

And looking at config.log:

configure:8410: checking for readline/readline.h
configure:8417: result: yes
configure:8293: checking for stdint.h
configure:8298: result: yes
configure:8293: checking for stdlib.h
configure:8298: result: yes
configure:8293: checking for string.h
configure:8298: result: yes
configure:8293: checking for strings.h
configure:8298: result: yes
configure:8302: checking sys/ioctl_compat.h usability
configure:8315: gcc -c -O2 -pipe -march=athlon64  conftest.c >&5
configure:8376:30: sys/ioctl_compat.h: No such file or directory
configure:8318: $? = 1
configure: failed program was:
| #line 8304 "configure"
| /* confdefs.h.  */

Without readline it compils :) Is there an easy way to compil with readline ?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51_rc1 (default-linux/amd64/gcc34-2004.2, gcc-3.4.1,
glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.8-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.7-r4
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -march=athlon64"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe -march=athlon64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/
http://www.gigaload.org/gentoo.org/ ftp://mirror.switch.ch/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm audiofile avi berkdb bitmap-fonts bonobo bzlib cdr crypt
cups curl dga dio directfb divx4linux doc dvb dvd dvdr encode esd ethereal exif
fbcon fftw flac foomaticdb gdbm gif ginac gmp gnome gpm gtk gtk2 imagemagick
imlib jpeg libedit libg++ libwww matrox mikmod mng motif mozilla mpeg multilib
ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline
scanner sdl slang spell ssl tcltk tcpd tetex theora tiff truetype unicode
xinerama xml2 xmms xprint xv xvid zlib"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2005-01-26 06:30:07 UTC
you'll need to attach the whole build log .. it works fine on x86. also attach config.log 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2005-04-17 17:24:15 UTC
needinfo