Opened 9 years ago

Last modified 9 years ago

#46244 closed defect

ffmpeg 2.5 +glp2 +glp3 +nonfree does not link. Problems with libsmbclient. — at Version 2

Reported by: AP1010 Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: jeremyhu@…
Port: ffmpeg

Description (last modified by mf2k (Frank Schima))

Upgrade of ffmpeg 2.4.4 +glp2 +glp3 +nonfree to ver. 2.5 fails with a bunch of linking errors (see below) pointing to samba. The port DOES BUILD if "--enable-libsmbclient" in Portfile is changed to " --disable-libsmbclient"

===========================================================

Undefined symbols for architecture x86_64:
  "_smbc_close", referenced from:
      _libsmbc_open in libsmbclient.o
      _libsmbc_close in libsmbclient.o
  "_smbc_free_context", referenced from:
      _libsmbc_open in libsmbclient.o
      _libsmbc_close in libsmbclient.o
  "_smbc_fstat", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_init", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_init_context", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_lseek", referenced from:
      _libsmbc_seek in libsmbclient.o
  "_smbc_new_context", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_open", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_read", referenced from:
      _libsmbc_read in libsmbclient.o
  "_smbc_setFunctionAuthDataWithContext", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_setOptionUserData", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_setTimeout", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_setWorkgroup", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_set_context", referenced from:
      _libsmbc_open in libsmbclient.o
  "_smbc_write", referenced from:
      _libsmbc_write in libsmbclient.o
ld: symbol(s) not found for architecture x86_64

Change History (3)

Changed 9 years ago by AP1010

Attachment: main.log added

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Cc: jeremyhu@… added; devans@… removed
Keywords: ffmpeg libsmbclient removed
Owner: changed from macports-tickets@… to devans@…
Port: ffmpeg added; ffmpeg-2.5 removed

In the future, please use WikiFormatting.

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.