Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 83492
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 83110
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Bash <bash83@mail.ru>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
opd.patch full opd ebuild patch patch Bash 2005-03-07 14:31 0000 959 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 83492 depends on: Show dependency tree
Bug 83492 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-02-27 12:36 0000
gcc -I.   -c -o main.o main.c
gcc -I.   -c -o lib.o lib.c
gcc -I.   -c -o obex_handler.o obex_handler.c
obex_handler.c: In function `Handle_OBEX_CMD_PUT':
obex_handler.c:367: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c: In function `Handle_OBEX_CMD_GET':
obex_handler.c:502: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:507: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:516: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:525: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:529: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:535: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:559: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c:561: warning: concatenation of string literals with __FUNCTION__ is deprecated
obex_handler.c: In function `Handle_ServerRequest':
obex_handler.c:621: warning: concatenation of string literals with __FUNCTION__ is deprecated
gcc -o opd -I. main.o lib.o obex_handler.o -lopenobex -lbluetooth -lsdp 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsdp
collect2: ld returned 1 exit status
make: *** [opd] Error 1

Solushion: there's no sdp shared librarie :)
---%<---------------------------------------------------------------------------
--- Makefile.orig       2005-02-27 21:07:00.684873760 +0300
+++ Makefile    2005-02-27 21:07:10.145435536 +0300
@@ -21,7 +21,7 @@ BIPD_OBJECTS =                        \
 
 
 opd : $(BIPD_OBJECTS)
-       $(CC) -o opd $(CFLAGS) $(BIPD_OBJECTS) -lopenobex -lbluetooth -lsdp $(LDFLAGS)
+       $(CC) -o opd $(CFLAGS) $(BIPD_OBJECTS) -lopenobex -lbluetooth $(LDFLAGS)
 
 
 clean:
---%<---------------------------------------------------------------------------

------- Comment #1 From Carsten Lohrke 2005-02-27 13:20:26 0000 -------
Please use "New -> Gentoo Linux -> Component: Ebuilds" in future.
Infrastructure is not the correct addressee.

------- Comment #2 From Bash 2005-03-07 13:04:28 0000 -------
Ok 8)

------- Comment #3 From Bash 2005-03-07 14:31:43 0000 -------
Created an attachment (id=52869) [details]
full opd ebuild patch

------- Comment #4 From Henrik Brix Andersen 2005-05-16 08:14:37 0000 -------
Adding ticho to CC:

------- Comment #5 From Andrej Kacian (RETIRED) 2005-05-16 10:39:10 0000 -------

*** This bug has been marked as a duplicate of 83110 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug