| Summary: | ! sysutils/bareos-client (bareos-client-15.2.2) (linker error) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Thomas Schweikle <tps> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed Feedback Timeout | ||
| Severity: | Affects Many People | CC: | tps, tschweikle, w.schwarzenfeld, w.schwarzenfeld |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(acm) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Thomas Schweikle
2016-02-29 15:19:08 UTC
Compiles fine on 10.2-RELEASE amd64. Also try it with 9.3-RELEASE amd64 , compiles without problems. does not on FreeBSD fbsd10-64 10.3-PRERELEASE FreeBSD 10.3-PRERELEASE #13 r296919: Wed Mar 16 00:52:18 CET 2016 root@fbsd10-64:/usr/obj/usr/src/sys/FBSD10 amd64 Doesn't compile on FreeBSD fbsd9-64 9.3-STABLE FreeBSD 9.3-STABLE #7 r294905: Wed Jan 27 13:14:29 CET 2016 root@fbsd9-64:/usr/obj/usr/src/sys/FBSD9 amd64 /usr/ports/sysutils/bareos-client/work/bareos-fb775025d54ef77abb4d67cc5aa9ecb90bca4839/libtool --silent --tag=CXX --mode=link /usr/bin/c++ -L/usr/local/lib -fstack-protector -L../lib -L../findlib -o bareos-fd accurate.o accurate_htable.o accurate_lmdb.o authenticate.o backup.o compression.o crypto.o dir_cmd.o estimate.o fd_plugins.o filed_conf.o filed.o fileset.o heartbeat.o restore.o sd_cmds.o socket_server.o status.o verify_vol.o verify.o -lz -llzo2 -lbareosfind -lbareoscfg -lbareos -lm -lpthread -lintl -lwrap /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto -L/usr/local/lib -ljansson filed_conf.o: In function `print_config_schema_json(POOL_MEM&)': filed_conf.c:(.text+0x806): undefined reference to `json_items(RES_ITEM*)' *** [bareos-fd] Error code 1 1 error ====== Error in /usr/ports/sysutils/bareos-client/work/bareos-fb775025d54ef77abb4d67cc5aa9ecb90bca4839/src/filed ====== *** [all] Error code 1 1 error ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/sysutils/bareos-client. *** [build] Error code 1 Stop in /usr/ports/sysutils/bareos-client. Comments #1,#2 tell it compiles. I'd say it does not. Looks a lot like commenters #1,#2 do not compile on a clean system. Looks a lot like they have dependencies installed not pulled in by sysutils/bareos-clients automatically running "make build". I tried it on poudriere (10.3-RELEASE amd64) and it compiles without problems. do you have some entries into /etc/make.conf? # PKGNG WITH_PKGNG="YES" WITHOUT_X11=yes # INDEX INDEX_JOBS!= echo "`/sbin/sysctl -n kern.smp.cpus` + 1" | /usr/bin/bc # Tests WITH_TESTS=yes # Default-Versions DEFAULT_VERSIONS+=perl5=5.22 Please, test new version of bareos and tell me if you have the same problem there We have DISTVERSION= 16.2.7. Is this still relevant? |