Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Feb 2020 12:33:44 +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-n7oUm9C6gT@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 #27 from Oleg Sharoyko <osharoiko@gmail.com> ---
(In reply to Ruslan Suleimanov from comment #26)

To get identical binaries our building environments have to be the same. I
think I sent you outputs from

12.1-RELEASE r354233 GENERIC  i386

# freebsd-version -ku
12.1-RELEASE
12.1-RELEASE-p1

root@fido:/usr/ports/news/husky-hpt # cc -v
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM
8.0.1)
Target: i386-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin

If your system is different the binaries will be different. If for example I
build it on FreeBSD 12.1-RELEASE-p1 GENERIC  amd64

root@huskyport:/usr/ports/news/husky-hpt # cc -v
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM
8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin

I will obviously get a different binary:

# ls -l work/stage/usr/local/bin/hpt
-r-xr-xr-x  1 root  wheel  397440  9 Feb 12:28 work/stage/usr/local/bin/hpt
# md5 work/stage/usr/local/bin/hpt
MD5 (work/stage/usr/local/bin/hpt) =3D 19199102700a0d9d40b476918ec93db6

vs

# ls -l work/stage/usr/local/bin/hpt
-r-xr-xr-x  1 root  wheel  457536  9 Feb 12:21 work/stage/usr/local/bin/hpt
# md5 work/stage/usr/local/bin/hpt
MD5 (work/stage/usr/local/bin/hpt) =3D fa2155a5b2be4064498f6cac34ef4638

Did you have a chance to check that the latest patch applies without issues=
 on
a 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-n7oUm9C6gT>