You are not logged in.

#1 2020-03-22 22:17:37

warp4ever
Member
Registered: 2018-05-27
Posts: 2

Photomatix libtiff error

Photomatix worked perfectly for several months, with installed libtiff pkgs: lib32-libtiff, libtiff and libtiff4

After some upgrade somewhere, suddenly Phoyomatix produces the following error after I added 3 raw and or jpg images:

/usr/sbin/photomatix-bin: /usr/lib/libtiff.so.5: no version information available (required by /usr/lib/photomatix/Photomatix_tiff.so.1)

Reinstalling:

Running post-transaction hooks...
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Reinstalling photomatix (1.1-1)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Updating the desktop file MIME type cache...
Transaction successfully finished.

New install went without errors, but still won't work

Offline

#2 2020-03-22 23:02:05

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: Photomatix libtiff error

If you rebuild libtiff with the following change to the PKGBUILD does that stop the message from appearing?

diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index a98cc69..0b412de 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -22,7 +22,8 @@ build() {
     --prefix=/usr \
          --sysconfdir=/etc \
          --mandir=/usr/share/man \
-    --with-docdir=/usr/share/doc/${pkgname}
+    --with-docdir=/usr/share/doc/${pkgname} \
+    --enable-ld-version-script
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }

Apart from the message does it cause any other issues?

Offline

#3 2020-03-22 23:07:59

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: Photomatix libtiff error

Mod note: moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB