Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 198466

Summary: dev-ml/camlzip-1.0* : only part of the library is installed
Product: Gentoo Linux Reporter: Pierre Clairambault <pclairam>
Component: New packagesAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198470    
Attachments: camlzip-1.01-Makefile-findlib.patch

Description Pierre Clairambault 2007-11-08 17:37:04 UTC
At least two files are missing:

/usr/lib/ocaml/site-packages/camlzip/zlib.cmi
/usr/lib/ocaml/site-packages/camlzip/zlib.mli

This is due to a bad ocamlfind command line in files/camlzip-1.01-Makefile-findlib.patch 

As an attachment, here is a corrected version of the file.


Reproducible: Always

Steps to Reproduce:
1.emerge camlzip
2.ls /usr/lib/ocaml/site-packages/camlzip/zlib.{cmi,mli}
3.
Comment 1 Pierre Clairambault 2007-11-08 17:38:40 UTC
Created attachment 135503 [details, diff]
camlzip-1.01-Makefile-findlib.patch

The corrected patch. Used for both dev-ml/camlzip-1.01-r1 and dev-ml/camlzip-1.03
Comment 2 Alexis Ballier gentoo-dev 2007-11-10 14:18:22 UTC
fixed in -r1, thanks