Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76999 - obexftp-0.10.6 fails to compile
Summary: obexftp-0.10.6 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 02:51 UTC by Anonymous
Modified: 2005-01-07 03:25 UTC (History)
0 users

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


Attachments
Dep problem fixed (obexftp-0.10.6.ebuild,858 bytes, text/plain)
2005-01-07 03:24 UTC, Anonymous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anonymous 2005-01-07 02:51:05 UTC
Hi, when trying to emerge obexftp-0.10.6 it fails with the following error:

--------------------------------------------------------------------------------
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I.. -I../i                                                                                                     ncludes    -O3 -march=athlon-xp -msse -m3dnow -mmmx -fomit-frame-pointer -pipe -                                                                                                     g -Wall -Wmissing-declarations -Wmissing-prototypes -Wall -MT bt_discovery.o -MD                                                                                                      -MP -MF ".deps/bt_discovery.Tpo" \
  -c -o bt_discovery.o `test -f 'bt_discovery.c' || echo './'`bt_discovery.c; \
then mv -f ".deps/bt_discovery.Tpo" ".deps/bt_discovery.Po"; \
else rm -f ".deps/bt_discovery.Tpo"; exit 1; \
fi
bt_discovery.c:16:27: bluetooth/sdp.h: No such file or directory
bt_discovery.c:17:31: bluetooth/sdp_lib.h: No such file or directory
bt_discovery.c: In function `discover_bt':
bt_discovery.c:32: error: `sdp_list_t' undeclared (first use in this function)
bt_discovery.c:32: error: (Each undeclared identifier is reported only once
bt_discovery.c:32: error: for each function it appears in.)
bt_discovery.c:32: error: `attrid' undeclared (first use in this function)
bt_discovery.c:32: error: `search' undeclared (first use in this function)
bt_discovery.c:32: error: `seq' undeclared (first use in this function)
bt_discovery.c:32: error: `loop' undeclared (first use in this function)
bt_discovery.c:32: warning: left-hand operand of comma expression has no effect
bt_discovery.c:32: warning: left-hand operand of comma expression has no effect
bt_discovery.c:32: warning: left-hand operand of comma expression has no effect
bt_discovery.c:33: error: `SDP_ATTR_PROTO_DESC_LIST' undeclared (first use in th                                                                                                     is function)
bt_discovery.c:35: error: `sdp_session_t' undeclared (first use in this function                                                                                                     )
bt_discovery.c:35: error: `sess' undeclared (first use in this function)
bt_discovery.c:37: error: `uuid_t' undeclared (first use in this function)
bt_discovery.c:37: error: syntax error before "root_uuid"
bt_discovery.c:96: warning: implicit declaration of function `sdp_connect'
bt_discovery.c:96: error: `SDP_RETRY_IF_BUSY' undeclared (first use in this func                                                                                                     tion)
bt_discovery.c:109: warning: implicit declaration of function `sdp_uuid16_create                                                                                                     '
bt_discovery.c:109: error: `root_uuid' undeclared (first use in this function)
bt_discovery.c:109: error: `OBEX_FILETRANS_SVCLASS_ID' undeclared (first use in                                                                                                      this function)
bt_discovery.c:111: warning: implicit declaration of function `sdp_list_append'
bt_discovery.c:115: warning: implicit declaration of function `sdp_service_searc                                                                                                     h_attr_req'
bt_discovery.c:115: error: `SDP_ATTR_REQ_INDIVIDUAL' undeclared (first use in th                                                                                                     is function)
bt_discovery.c:118: warning: implicit declaration of function `sdp_close'
bt_discovery.c:122: warning: implicit declaration of function `sdp_list_free'
bt_discovery.c:128: error: `sdp_record_t' undeclared (first use in this function                                                                                                     )
bt_discovery.c:128: error: `rec' undeclared (first use in this function)
bt_discovery.c:128: error: syntax error before ')' token
bt_discovery.c:133: warning: implicit declaration of function `sdp_get_access_pr                                                                                                     otos'
bt_discovery.c:137: warning: implicit declaration of function `sdp_get_proto_por                                                                                                     t'
bt_discovery.c:137: error: `RFCOMM_UUID' undeclared (first use in this function)
make[2]: *** [bt_discovery.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/portage/obexftp-0.10.6/work/obexftp-0.10.6/apps                                                                                                     '
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/portage/obexftp-0.10.6/work/obexftp-0.10.6'
make: *** [all] Error 2

!!! ERROR: net-wireless/obexftp-0.10.6 failed.
!!! Function src_compile, Line 23, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
--------------------------------------------------------------------------------

Reproducible: Always
Steps to Reproduce:
1. emerge obexftp

Actual Results:  
compile fails

Expected Results:  
succesful compile and install of obexftp

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 AMD Athlon(TM) XP 2800+
Gentoo Base System version 1.6.8
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
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.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -msse -m3dnow -mmmx -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -msse -m3dnow -mmmx -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X acl alsa apm avi berkdb bitmap-fonts cdr cups
divx4linux encode fam foomaticdb fortran gdbm gif gpm gtk gtk2 imagemagick imlib
java jpeg libwww live mad mikmod mmx motif mp3 mpeg nas ncurses network nls nptl
oggvorbis opengl pam pdflib perl png python qt quicktime readline sdl softmmu
spell sse ssl svga tcltk tcpd tga tiff truetype xml2 xv xvid zlib"
Comment 1 Anonymous 2005-01-07 03:22:41 UTC
Seems this version has a dependency: bluez-sdp. Installing it fixes my problems.
I'll attach a new ebuild ASAP
Comment 2 Anonymous 2005-01-07 03:24:37 UTC
Created attachment 47828 [details]
Dep problem fixed

Dep problem fixed
Comment 3 Anonymous 2005-01-07 03:25:22 UTC
Problems solved (comment to change resolution to fixed).