Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 07:56:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 247558] ports-mgmt/pkg fails to compile on CURRENT amd64
Message-ID:  <bug-247558-32340-XcVYbHrzzn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247558-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247558-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg (Nobody)
<pkg@FreeBSD.org> for maintainer-feedback:
Bug 247558: ports-mgmt/pkg fails to compile on CURRENT amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247558



--- Description ---
Updated my CURRENT VM to r362612, then tried to update my ports via portmas=
ter.
pkg fails with :=20

cc -o pkg-static add.o alias.o annotate.o audit.o autoremove.o backup.o che=
ck.o
clean.o config.o create.o delete.o event.o fetch.o globals.o info.o install=
.o
lock.o main.o plugins.o query.o register.o repo.o rquery.o search.o set.o
shell.o shlib.o ssh.o stats.o update.o updating.o upgrade.o utils.o version=
.o
which.o -static  -fstack-protector-strong=20
-L/usr/ports/ports-mgmt/pkg/work/pkg-1.14.5/libpkg -lpkg_flat  -lelf -ljail
-larchive -lbz2 -lz -llzma -lprivatezstd -lm -lssl -lcrypto -pthread -lutil
ld: error: undefined symbol: _libmd_SHA256_Init
>>> referenced by check.h:143
(/usr/src/contrib/xz/src/liblzma/check/check.h:143)
>>>		  check.o:(lzma_check_init) in archive /usr/lib/liblzma.a

ld: error: undefined symbol: _libmd_SHA256_Update
>>> referenced by check.h:160
(/usr/src/contrib/xz/src/liblzma/check/check.h:160)
>>>		  check.o:(lzma_check_update) in archive /usr/lib/liblzma.a

ld: error: undefined symbol: _libmd_SHA256_Final
>>> referenced by check.h:167
(/usr/src/contrib/xz/src/liblzma/check/check.h:167)
>>>		  check.o:(lzma_check_finish) in archive /usr/lib/liblzma.a
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [pkg-static] Error code 1

Tried with MAKE_JOBS_UNSAFE=3Dyes , same thing.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247558-32340-XcVYbHrzzn>