Opened 11 years ago

Closed 11 years ago

#38160 closed defect (fixed)

kde4-runtime needs a revbump due to upgraded jpeg port

Reported by: mkae (Marko Käning) Owned by: NicosPavlov
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: sharky@…
Port: kde4-runtime

Description

rev-upgrade tells me that kde4-runtime needs to be rebuild in order to make use of the newer version of jpeg:

--->  Scanning binaries for linking errors
Could not open /opt/clean-slate/lib/libjpeg.8.dylib: Error opening or reading file (referenced from /opt/clean-slate/lib/kde4/jpegthumbnail.so)
DEBUG: Marking /opt/clean-slate/lib/kde4/jpegthumbnail.so as broken

--->  Found 1 broken file(s), matching files to ports
--->  Found 1 broken port(s):
     kde4-runtime @4.9.5 
         /opt/clean-slate/lib/kde4/jpegthumbnail.so

so, perhaps the port needs a revbump?! (This is in my case necessary since I don't allow rev-upgrade to automatically rebuild broken ports.)

Change History (1)

comment:1 Changed 11 years ago by NicosPavlov

Resolution: fixed
Status: newclosed

Indeed, it appears that there is a tiny binary in the whole port which depends on it. Thanks for the hint.

port contents kde4-runtime
[snip]
  /opt/local/lib/kde4/imports/org/kde/runnermodel/qmldir
  /opt/local/lib/kde4/jpegthumbnail.so
  /opt/local/lib/kde4/kcm_attica.so
[snip]
otool -L  /opt/local/lib/kde4/jpegthumbnail.so
/opt/local/lib/kde4/jpegthumbnail.so:
	/opt/local/Library/Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.4)
	/opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.4)
	/opt/local/lib/libjpeg.9.dylib (compatibility version 10.0.0, current version 10.0.0)
	/opt/local/lib/libkio.5.dylib (compatibility version 5.0.0, current version 5.10.0)
[snip]

Revbump in r103344, along with an explicit mention of the dependency.

Note: See TracTickets for help on using tickets.