LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   {Solved} Trying to compile bluez 4.58 from a slackbuild and hit some snags (https://www.linuxquestions.org/questions/linux-software-2/%7Bsolved%7D-trying-to-compile-bluez-4-58-from-a-slackbuild-and-hit-some-snags-788555/)

AuroraZero 02-11-2010 06:39 PM

{Solved} Trying to compile bluez 4.58 from a slackbuild and hit some snags
 
As I stated I am trying to build and install bluez from a slackbuild. Everything goes fine until I hit this snag.

I am running Slackware Current with kernel 2.6.32.4.


Code:

CCLD  tools/rfcomm
  CCLD  tools/l2ping
  CCLD  tools/hcitool
  CCLD  tools/sdptool
  CCLD  tools/ciptool
  CCLD  compat/hidd
libtool: link: warning: `/usr/lib/libgobject-2.0.la' seems to be moved
  CCLD  compat/pand
libtool: link: warning: `/usr/lib/libgmodule-2.0.la' seems to be moved
/usr/bin/grep: /usr/lib/libgthread-2.0.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libgthread-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgthread-2.0.la' is not a valid libtool archive
make[1]: *** [audio/libgstbluetooth.la] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
make --no-print-directory all-am
  CCLD  audio/libgstbluetooth.la
libtool: link: warning: `/usr/lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib/libgmodule-2.0.la' seems to be moved
/usr/bin/grep: /usr/lib/libgthread-2.0.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libgthread-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgthread-2.0.la' is not a valid libtool archive
make[1]: *** [audio/libgstbluetooth.la] Error 1
make: *** [all] Error 2

I have included some before the initial problem. Am I missing packages? Is there a package I need to reconfigure? Does anyone have a clue? I really want to get this working. Any help will be greatly appreciated.

damgar 02-11-2010 06:59 PM

Have you checked to see if the files/directories in the errors are actually on the machine?

AuroraZero 02-11-2010 07:12 PM

libgobject and libgmodule are there. The libgthread is not. So I must be missing something. I have no clue what though. I have libgthread-1.2.so.0, libgthread-1.2.so.0.0.10, libgthread-2.0.so.0, libgthread-2.0.so.0.1800.4, libgthread.a, libgthread.la, libgthread.so but no libgthread-2.0.la.

damgar 02-11-2010 07:30 PM

I'm not sure if this will help or not, but a few current releases ago, I was building google chrome and was getting some similar errors, where I had files and libraries, but in the wrong places or versions that didn't match up. I was using a slackbuild so it was easy enough to link the files and libraries in other locations. I have since noticed in the changelogs that there were "missing library" updates that would have fixed my problem. The same may be for you, from your kernel it looks like you are several -current bumps behind.

AuroraZero 02-11-2010 07:34 PM

Nah I was a dumb butt. I didn't have the glib2 package installed when I could have sworn I did. Thank you for the help though.


All times are GMT -5. The time now is 10:47 AM.