pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41690 (New package: databases/ocaml-sqlite3)



The following reply was made to PR pkg/41690; it has been noted by GNATS.

From: Thomas Klausner <tk%giga.or.at@localhost>
To: Jaap Boender <jaapb%kerguelen.org@localhost>
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/41690 (New package: databases/ocaml-sqlite3)
Date: Sat, 12 May 2012 19:35:08 +0200

 On Fri, May 11, 2012 at 12:00:08PM +0000, Jaap Boender wrote:
 >  Oops, sorry, I forgot to run pkglint myself. I've fixed those issues too, 
 > and 
 >  added comments to the patches as requested.
 
 Thank you!
 
 >  As for the build issue, this occurs only when you use multiple jobs; I 
 > don't 
 >  really see where the issue comes from and it's not a big package, so I've 
 > just 
 >  put MAKE_JOBS_SAFE=no in the Makefile for now; I'll send a report upstream 
 > to 
 >  see if the original author can do something.
 
 Sounds good, please do that.
 
 Building works now, but installation still fails for me:
 ...
 ocamlopt -w A -warn-error A -inline 20 -pp "cpp -DHAS_ENABLE_LOAD_EXTENSION" 
-c sqlite3.ml
 ocamlmklib -o sqlite3 -oc sqlite3_stubs sqlite3.cmx sqlite3_stubs.o -L. 
-L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lsqlite3  -linkall
 ocamlopt -linkall -shared -o sqlite3.cmxs sqlite3.cmxa
 => Unwrapping files-to-be-installed.
 ===> Installing for ocaml-sqlite3-1.6.1
 => Generating pre-install file lists
 /usr/bin/install -d -o pbulk -g builder -m 755 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib
 [ -f *.so ] && SO_FILES=*.so; \
 ocamlfind install -ldconf /dev/null -destdir 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib -optional 
sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma *.cmxa *.cmxs *.a *.cmx 
$SO_FILES
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/dllsqlite3_stubs.so
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.cmx
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.a
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/libsqlite3_stubs.a
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.cmxs
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.cmxa
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.cma
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.mli
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/sqlite3.cmi
 Installed 
/scratch/nih/ocaml-sqlite3/work/.destdir/usr/pkg/lib/ocaml/site-lib/sqlite3/META
 Updated /dev/null
 ocamlfind ocamlmktop -o sqlite3top -package "sqlite3" sqlite3.cma
 ocamlfind: Package `sqlite3' not found
 gmake: *** [install] Error 2
 *** Error code 2
 
 Stop.
 make: stopped in /usr/pkgsrc/nih/ocaml-sqlite3
 *** Error code 1
 
 Suggestions?
  Thomas
 


Home | Main Index | Thread Index | Old Index