Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Feb 2020 11:17:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243030] news/husky*: Update ports to latest versions
Message-ID:  <bug-243030-7788-X7MDXvoayg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243030-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243030-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243030

--- Comment #25 from Oleg Sharoyko <osharoiko@gmail.com> ---
(In reply to Ruslan Suleimanov from comment #23)

Hmm.. That's weird. Did you try applying it to the clean tree or to the one
after the previous patch? It has to be applied to the clean tree as that's =
how
committer will eventually apply it. To verify the patch I just did this:

# cd /usr/ports
!!! this will kill all of your ports, if you have local modifications, don'=
t do
this !!!
# rm -r * .[^.]*
# portsnap fetch
# portsnap extract
# fetch -o /tmp/husky_update_v6.diff
'https://bz-attachments.freebsd.org/attachment.cgi?id=3D211487'
# patch < /tmp/husky_update_v6.diff

Everything has applied cleanly (see attached output). I have then rebuilt
husky* ports with this patch without issues and binaries seem to work fine:

# ls -l /usr/local/bin/hpt
-r-xr-xr-x  1 root  wheel  457536  9 Feb 11:13 /usr/local/bin/hpt
# ldd /usr/local/bin/hpt
/usr/local/bin/hpt:
        libperl.so.5.30 =3D> /usr/local/lib/perl5/5.30/mach/CORE/libperl.so=
.5.30
(0x204af000)
        libthr.so.3 =3D> /lib/libthr.so.3 (0x207e2000)
        libm.so.5 =3D> /lib/libm.so.5 (0x2080b000)
        libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x2083a000)
        libutil.so.9 =3D> /lib/libutil.so.9 (0x2085b000)
        libareafix.so.1.9 =3D> /usr/local/lib/libareafix.so.1.9 (0x2086f000)
        libfidoconfig.so.1.9 =3D> /usr/local/lib/libfidoconfig.so.1.9
(0x20891000)
        libsmapi.so.2.5 =3D> /usr/local/lib/libsmapi.so.2.5 (0x208ba000)
        libhusky.so.1.9 =3D> /usr/local/lib/libhusky.so.1.9 (0x208db000)
        libc.so.7 =3D> /lib/libc.so.7 (0x208ea000)
# hpt -h | head -1
hpt/fbsd 1.9.0-cur 2019-12-05

Can you please check that you're applying it to the clean tree?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243030-7788-X7MDXvoayg>