First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 63743
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo PDA Herd <pda@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Aristotle Allen <AriAllen@hotmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
make.conf My make.conf text/plain Aristotle Allen 2004-09-13 17:19 0000 1023 bytes Details
email-txt possible patch patch Aristotle Allen 2004-09-14 07:16 0000 5.89 KB Details | Diff
multisync-0.82-bluetooth-sdp.patch bluez 2.10 and multisync 0.82 patch Qui Gon 2004-09-26 07:46 0000 1.09 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 63743 depends on: Show dependency tree
Bug 63743 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: 2004-09-11 22:17 0000
I am trying to re-emerge multisync with bluetooth support.  I have bluetooth
setup correctly, and I have been able to transfer files from my phone to my
laptop to verify this.  When I try to emerge multisync it fails, here is the
tail end of the emerge

/bin/sh ../libtool --mode=link gcc -DPLUGINDIR=\"/usr/lib/multisync\" -O3
-march=pentium4 -fomit-frame-pointer -pipe -mmmx -msse -mfpmath=sse,387
-ffast-math   -o libirmc_bluetooth.la -rpath /usr/lib/multisync 
irmc_bluetooth.lo -lbluetooth -lsdp -lpthread -lpthread -lopenobex  -lglib-2.0
../libtool: line 3972: test: : integer expression expected
../libtool: line 3972: test: : integer expression expected
creating reloadable object files...
creating a temporary reloadable object file: .libs/libirmc_bluetooth.la-1.o
/usr/i686-pc-linux-gnu/bin/ld -r -o .libs/libirmc_bluetooth.la-1.o
.libs/irmc_bluetooth.o
gcc -shared .libs/libirmc_bluetooth.la-1.o  /usr/lib/libbluetooth.so -lsdp
-lpthread /usr/lib/libopenobex.so /usr/lib/libglib-2.0.so  -march=pentium4
-mmmx -msse -mfpmath=sse,387 -Wl,-soname -Wl,libirmc_bluetooth.so.0 -o
.libs/libirmc_bluetooth.so.0.0.0
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lsdp
collect2: ld returned 1 exit status
make[3]: *** [libirmc_bluetooth.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/multisync-0.82/work/multisync-0.82/plugins/irmc_sync/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/multisync-0.82/work/multisync-0.82/plugins/irmc_sync/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/multisync-0.82/work/multisync-0.82/plugins/irmc_sync'
make: *** [all] Error 2

!!! ERROR: app-pda/multisync-0.82 failed.
!!! Function src_compile, Line 73, Exitcode 2
!!! irmc_sync make failed!

------- Comment #1 From Aristotle Allen 2004-09-13 17:19:24 0000 -------
Created an attachment (id=39544) [edit]
My make.conf

------- Comment #2 From Aristotle Allen 2004-09-13 19:58:14 0000 -------
ok i think its because I dont have bluez/libsdp... but i cant emerge that now
that blueooth is in the kernel(2.6.8.x) or it will break my bluetooth right?

------- Comment #3 From Aristotle Allen 2004-09-14 07:16:34 0000 -------
Created an attachment (id=39576) [edit]
possible patch

I'm not sure how to make this into a patch, but I beleive this attachement ahs
the fix in it.

------- Comment #4 From Alastair Tse (RETIRED) 2004-09-21 16:26:17 0000 -------
which version of multisync are you using?

------- Comment #5 From Alastair Tse (RETIRED) 2004-09-21 16:26:46 0000 -------
actually, this is fixed in 0.82, bumping to stable x86.

------- Comment #6 From Aristotle Allen 2004-09-21 16:45:06 0000 -------
Im already running ~x86, and trying to emerge 0.82, but it still get the
problem

------- Comment #7 From Alastair Tse (RETIRED) 2004-09-21 17:14:35 0000 -------
what version of bluez-libs and bluez-utils do you have?

------- Comment #8 From Aristotle Allen 2004-09-22 05:28:39 0000 -------
monster ~ # emerge -p bluez-utils

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] net-wireless/bluez-utils-2.10-r1 [2.10]

monster ~ # emerge -p bluez-libs

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-wireless/bluez-libs-2.10

monster ~ # uname -a
Linux monster 2.6.8.1 #2 SMP Fri Sep 10 23:20:31 EDT 2004 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
monster ~ # emerge -V
Portage 2.0.51_rc1 (default-x86-2004.0, gcc-3.4.2, glibc-2.3.4.20040808-r0, 2.6.8.1 i686)
monster ~ #

------- Comment #9 From Qui Gon 2004-09-26 07:46:52 0000 -------
Created an attachment (id=40451) [edit]
bluez 2.10 and multisync 0.82

I previously posted this patch in a bluez-bug, as this was a direct result of
updating to 2.10. In order to compile bluez 2.10 with multisync 0.82 the
sdp-replacement is mandatory.

------- Comment #10 From Aristotle Allen 2004-09-28 06:10:53 0000 -------
ok that last comment was a bit above my head, I already have bluez-libs-2.10
and multisync still will not compile for me.

------- Comment #11 From Aristotle Allen 2004-09-28 06:24:36 0000 -------
ok i got the patch applied... and it compiles... now to see if it works!!!

thanks

------- Comment #12 From Aristotle Allen 2004-09-29 05:32:23 0000 -------
patch worked thanks

------- Comment #13 From Henrik Brix Andersen 2004-10-01 16:05:27 0000 -------
Not fixed in CVS.

------- Comment #14 From Henrik Brix Andersen 2004-10-01 16:07:49 0000 -------
Since net-wireless/bluez-libs-2.10 is marked ARCH this needs to be fixed ASAP.

------- Comment #15 From Gustavo Felisberto 2004-10-01 16:16:41 0000 -------
emerge -pv bluez-libs
[ebuild   R   ] net-wireless/bluez-libs-2.10  0 kB [1]

emerge -pv multisync
[ebuild     U ] app-pda/multisync-0.82 [0.81-r1] +bluetooth* +evo +irmc -ldap -opie 0 kB [1]

emerge -v multisync
......
creating a temporary reloadable object file: .libs/libirmc_bluetooth.la-1.o
/usr/i686-pc-linux-gnu/bin/ld -r -o .libs/libirmc_bluetooth.la-1.o .libs/irmc_bluetooth.o
gcc -shared .libs/libirmc_bluetooth.la-1.o  /usr/lib/libbluetooth.so -lsdp -lpthread /usr/lib/libopenobex.so /usr/lib/libglib-2.0.so  -march=pentium3 -Wl,-soname -Wl,libirmc_bluetooth.so.0 -o .libs/libirmc_bluetooth.so.0.0.0
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsdp

So sdp stuff is needed. I Do not know how bluetooth works. I was just doing a emerge -uv world and had added the bluetooth flag because i plan on using it soon.

------- Comment #16 From Henrik Brix Andersen 2004-10-01 16:26:30 0000 -------
multisync-0.82/plugins/irmc_sync/src/Makefile.am contains a reference to -lsdp
which the multisync-0.82-bluetooth-sdp.patch doesn't remove.

------- Comment #17 From Gustavo Felisberto 2004-10-01 16:47:29 0000 -------
The patch in portage did not fix plugins/irmc_sync/src/Makefile.in . I added an
extra patch for that (actually i used the patch here in this bug.)

This should be okay now.

------- Comment #18 From Henrik Brix Andersen 2004-10-01 16:57:50 0000 -------
That's not the right fix. You need to patch Makefile.am since Makefile.in is
generated from that.

------- Comment #19 From Henrik Brix Andersen 2004-10-02 00:54:43 0000 -------
Ok. After talking to HumpBack on IRC he committed an updated patch. Closing as
fixed.

First Last Prev Next    No search results available      Search page      Enter new bug