Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2022 16:07:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 268514] graphics/png: missing symbol after upgrading from 1.6.37 to 1.6.38
Message-ID:  <bug-268514-39348-NYvwQBWQJS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268514-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268514-39348@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-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 268514: graphics/png: missing symbol after upgrading from 1.6.37 to 1.6=
.38
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268514



--- Description ---
After upgrading to libpng 1.6.38 through the ports framework all ports using
libpng are broken. The error is:

  /usr/local/lib/libpng16.so.16: version PNG16_0 required by /usr/local/bin=
/xv
not defined

Downgrading to 1.6.37 restores a working state. It seems this error is due =
to
the switch to cmake as build system. Using autoconf to build 1.6.38 results=
 in
a package that can be used to upgrade the installed version and ports using
libpng keep working, eg. xv.

Looking at the symbol table of libpng16.so shows that all exported png_ sym=
bols
lack the @@PNG16_0 suffix that is used with an autoconf build. The update to
1.6.39 does not fix this issue.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268514-39348-NYvwQBWQJS>