Difference between revisions of "Whiteboard-validation"

From the Fink Wiki
Jump to navigation Jump to search
(→‎danielj's: was done)
 
Line 25: Line 25:
   
 
== brendan's ==
 
== brendan's ==
 
=== Validating .deb file tortoisehg-py27_2.7-1_darwin-x86_64.deb... ===
 
<pre>
 
Error: File in a language-versioned package does not have a pathname specific to that version.
 
Offending file: /sw/share/nautilus-python/extensions/nautilus-thg.py
 
</pre>
 
   
 
=== Validating .deb file ghc-network_2.5.0.0-1_darwin-x86_64.deb... ===
 
=== Validating .deb file ghc-network_2.5.0.0-1_darwin-x86_64.deb... ===

Latest revision as of 22:48, 25 November 2014

Originally imported from [1]. Feel free to update as fixes are made. Dmacks (talk) 20:59, 21 September 2014 (UTC)

Validating .deb file sci/vtk510-shlibs_5.10.1-1_darwin-x86_64.deb...

Error: package contains the shared library
 /sw/lib/vtk510/libLSDyna.5.10.1.dylib
but the corresponding install_name and compatibility_version
 %p/lib/vtk510/libLSDyna.5.10.dylib 5.10.0
are not listed in the Shlibs field. See the packaging manual.
Error: package contains the shared library
 /sw/lib/vtk510/libvtkhdf5_hl.1.8.5.dylib
but the corresponding install_name and compatibility_version
 %p/lib/vtk510/libvtkhdf5_hl.1.8.5.dylib 1.8.5
are not listed in the Shlibs field. See the packaging manual.

Validating .deb file cran-rjava-r30_0.9-6-1_darwin-x86_64.deb...

Error: package contains the shared library
 /sw/lib/R/3.0/site-library/rJava/jri/libjri.jnilib
but the corresponding install_name
 libjri.jnilib
is not an absolute pathname.

brendan's

Validating .deb file ghc-network_2.5.0.0-1_darwin-x86_64.deb...

(a lot of ghcmods failed with these two errors)

Error: Headers installed (files in an include/ directory), as well as a .dylib file, but package does not declare BuildDependsOnly to be true (or false)
Error: package contains the shared library
 /sw/lib/x86_64-osx-ghc-7.8.2/network-2.5.0.0/libHSnetwork-2.5.0.0-ghc7.8.2.dylib
but the corresponding install_name
 @rpath/libHSnetwork-2.5.0.0-ghc7.8.2.dylib
is not an absolute pathname.