[Bug 243030] news/husky*: Update ports to latest versions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 9 12:33:44 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243030

--- Comment #27 from Oleg Sharoyko <osharoiko at 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 at 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 at 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) = 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) = fa2155a5b2be4064498f6cac34ef4638

Did you have a chance to check that the latest patch applies without issues on
a clean tree?

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


More information about the freebsd-ports-bugs mailing list