Difference between tarball from ports and from git-archive

2020-03-30 Thread David Griffith



As I work on updating ports/games/frotz, I noticed that the file size for 
the distribution tarball deposited in /usr/ports/distfiles is different 
than what I get when using git-archive(1).


What I get from git-archive(1) is exactly what I get from 
https://gitlab.com/DavidGriffith/frotz/-/releases/2.51, and NetBSD. 
Furthermore, when gunzipped, the uncompressed tar files all are 1484800 
bytes long, but the FreeBSD one has a different hash than do the others. 
When all these tar files are unpacked and checked with diff -ru, I'm told 
that they're all exactly the same.  What's going on here?



$ ls -l
total 1376
-rw-r--r-- 1 dave dave 350429 Mar 30 21:15 frotz-2.51.tar.gz.freebsd
-rw-r--r-- 1 dave dave 350626 Mar 30 21:39 frotz-2.51.tar.gz.gitlab
-rw-r--r-- 1 dave dave 350626 Mar 30 21:40 frotz-2.51.tar.gz.main
-rw-r--r-- 1 dave dave 350626 Mar 30 21:54 frotz-2.51.tar.gz.netbsd

6e62a6b41736186f6a71952af950455e  frotz-2.51.tar.gz.freebsd
49f4d1dd64315200b9923d72c2a6d082  frotz-2.51.tar.gz.gitlab
49f4d1dd64315200b9923d72c2a6d082  frotz-2.51.tar.gz.main
49f4d1dd64315200b9923d72c2a6d082  frotz-2.51.tar.gz.netbsd



--
David Griffith
d...@661.org

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Maintainer timeout: databases/rrdtool bug 244808

2020-03-30 Thread John W. O'Brien
Hello FreeBSD Ports,

I believe we have exceeded the two week maintainer timeout on bug 244808
[0]. A patch has been awaiting attention since 2020-03-14T17:55:20Z.

Are there any committers within earshot able and willing to take this
bug? swills' buildbot recently posted a successful result.

[0] databases/rrdtool: "VRULE:0" may cause segmentation fault
https://bugs.freebsd.org/244808

Thank you,

-- 
John W. O'Brien
OpenPGP keys:
0x33C4D64B895DBF3B



signature.asc
Description: OpenPGP digital signature


Re: hdf5 update and problem

2020-03-30 Thread Marcin Cieslak

On Sun, 29 Mar 2020, Kevin Oberman wrote:


On Sun, Mar 29, 2020 at 1:18 PM ajtiM via freebsd-ports <
freebsd-ports@freebsd.org> wrote:


Hi!

After update of hdf5 there are problems with blender which doesn't
build anymore:
executing: /usr/ports/graphics/blender/work/.build/bin/blender --help
ld-elf.so.1: Shared object "libhdf5.so.103" not found, required by
"libAlembic.so.1.7" Traceback (most recent call last):
  File "blender.1.py", line 56, in 

Also there is a problem with graphics/vigra too,

Thank you.


--
Ernst Lubitsch’s Ninotchka:



The source of libAlembic.so needs to be rebuilt to support the updated hdf5.
I don't use blender, but the generic answer is:
# pkg which libAlembic.so.1.7
The response is the port that is still linked to the hold hdf5 shareable.
Rebuild it and that will fix this one. Also, notify whoever updated hdf5
that the port needs a PORT_REVISION bump so that the package gets updated.


Here I have:

pkg which /usr/local/lib/libAlembic.so.1.7 

/usr/local/lib/libAlembic.so.1.7 was installed by package alembic-1.7.11_2

ldd /usr/local/lib/libAlembic.so.1.7

/usr/local/lib/libAlembic.so.1.7:
libImath-2_4.so.24 => /usr/local/lib/libImath-2_4.so.24 (0x80144a000)
libIlmThread-2_4.so.24 => /usr/local/lib/libIlmThread-2_4.so.24 
(0x80165c000)
libIex-2_4.so.24 => /usr/local/lib/libIex-2_4.so.24 (0x801863000)
libHalf-2_4.so.24 => /usr/local/lib/libHalf-2_4.so.24 (0x801ac9000)
libm.so.5 => /lib/libm.so.5 (0x801d0c000)
libhdf5.so.103 => /usr/local/lib/libhdf5.so.103 (0x80200)
libsz.so.2 => /usr/local/lib/libsz.so.2 (0x802598000)
libz.so.6 => /lib/libz.so.6 (0x8027b)
libdl.so.1 => /usr/lib/libdl.so.1 (0x8029c9000)
libc++.so.1 => /usr/lib/libc++.so.1 (0x802bca000)
libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x802e99000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8030b8000)
libthr.so.3 => /lib/libthr.so.3 (0x8032cb000)
libc.so.7 => /lib/libc.so.7 (0x800825000)
libIexMath-2_4.so.24 => /usr/local/lib/libIexMath-2_4.so.24 
(0x8034f4000)

pkg which /usr/local/lib/libhdf5.so.103

/usr/local/lib/libhdf5.so.103 was installed by package hdf5-1.10.6

You probably need to (re)install hdf5, but it should be enough to 
reinstall/upgrade alembic


smime.p7s
Description: S/MIME Cryptographic Signature