Ticket #27626 (closed update: duplicate)
samba3: Update to 3.5.6
| Reported by: | bmorgenthaler@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | samba3 |
Description
Is it possible to update the port to 3.5.6 or the latest version of Samba?
Attachments
Change History
comment:1 Changed 2 years ago by ryandesign@…
- Keywords request, upgrade removed
- Milestone MacPorts Future deleted
- Type changed from request to update
- Summary changed from Update to 3.5.6 to samba3: Update to 3.5.6
comment:2 Changed 2 years ago by ryandesign@…
- Owner changed from macports-tickets@… to mww@…
3.5.6 is the latest (stable) version of samba, as far as I can tell.
comment:3 Changed 2 years ago by bmorgenthaler@…
I've attached the current Portfile that I'm trying to use to build 3.5.6 manually, I'm failing however. Below is the error the linking error I'm getting:
$ make
Using CFLAGS = -pipe -O2 -fno-common -arch x86_64 -fno-common -I. -I/opt/local/var/macports/build/_Users_bismark_Work_Source_MacPorts_net_samba3.5.6-jmk/work/samba-3.5.6/source3 -I/opt/local/var/macports/build/_Users_bismark_Work_Source_MacPorts_net_samba3.5.6-jmk/work/samba-3.5.6/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H -I/opt/local/include -DHAVE_STRUCT_TIMESPEC -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/popt -DLDAP_DEPRECATED -I/opt/local/var/macports/build/_Users_bismark_Work_Source_MacPorts_net_samba3.5.6-jmk/work/samba-3.5.6/source3/lib -I.. -I../source4 -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
PICFLAG = -fPIE
LIBS = -lresolv -liconv
LDFLAGS = -dynamic -Wl,-search_paths_first -L/opt/local/lib -arch x86_64 -L./bin
DYNEXP =
LDSHFLAGS = -fPIE -dynamiclib -flat_namespace -undefined suppress -dynamic -Wl,-search_paths_first -L/opt/local/lib -arch x86_64 -L./bin -lc
SHLIBEXT = dylib
SONAMEFLAG = #
Linking bin/net
Undefined symbols:
"_libintl_setlocale", referenced from:
_main in net.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [bin/net] Error 1
Note: See
TracTickets for help on using
tickets.

