Bug 433433
| Summary: | ocaml gsl - bindings to the GNU scientific library | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | ocaml | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | hez, rjones |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://oandrieu.nerim.net/ocaml/gsl/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-04-25 17:21:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 435983 | ||
| Bug Blocks: | |||
|
Description
Richard W.M. Jones
2008-02-19 09:30:19 UTC
Hezekiah: Please can you try this package and post your results here. http://www.annexia.org/tmp/ocaml/ocaml-gsl-0.6.0-1.fc8.src.rpm I have built the RPM on a x86 32bit CentOS 5 system using manually recompiled OCaml 3.10.0 packages from Fedora. The packages were able to build and pass a few basic tests (compiling and testing a program which uses the library). It looks good from here. I'll put in a review request for this package shortly. For what it's worth, I tried to build the given ocaml-gsl .src.rpm on my F9pre
partition, and got the following result:
(lots of snipped output in which everything looks fine...)
Installed /var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty/usr/lib/ocaml/gsl/META
Installed
/var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty/usr/lib/ocaml/stublibs/dllmlgsl.so
Installed
/var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty/usr/lib/ocaml/stublibs/dllmlgsl.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory
/var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty/usr/lib/ocaml/stublibs is not
mentioned in ld.conf
+ install -m 0644 gsl_blas.mli gsl_blas_flat.mli gsl_blas_gen.mli
gsl_bspline.mli gsl_cdf.mli gsl_cheb.mli gsl_complex.mli gsl_const.mli
gsl_diff.mli gsl_eigen.mli gsl_error.mli gsl_fft.mli gsl_fit.mli gsl_fun.mli
gsl_histo.mli gsl_ieee.mli gsl_integration.mli gsl_interp.mli gsl_linalg.mli
gsl_math.mli gsl_matrix.mli gsl_matrix_complex.mli gsl_matrix_complex_flat.mli
gsl_matrix_flat.mli gsl_min.mli gsl_monte.mli gsl_multifit.mli
gsl_multifit_nlin.mli gsl_multimin.mli gsl_multiroot.mli gsl_odeiv.mli
gsl_permut.mli gsl_poly.mli gsl_qrng.mli gsl_randist.mli gsl_rng.mli
gsl_root.mli gsl_sf.mli gsl_siman.mli gsl_sort.mli gsl_stats.mli gsl_sum.mli
gsl_vectmat.mli gsl_vector.mli gsl_vector_complex.mli
gsl_vector_complex_flat.mli gsl_vector_flat.mli gsl_wavelet.mli
/var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty/usr/lib/ocaml/gsl/
+ mkdir -p /var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty//usr/share/info
+ install -m 644 ocamlgsl.info ocamlgsl.info-1 ocamlgsl.info-2
/var/tmp/ocaml-gsl-0.6.0-1.fc9-root-hcarty//usr/share/info
+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
/usr/lib/rpm/check-rpaths: line 28: 4618 Done find
"$RPM_BUILD_ROOT" -type f -print0
4619 Aborted | xargs -0r /usr/lib/rpm/check-rpaths-worker
error: Bad exit status from /var/tmp/rpm-tmp.92606 (%install)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.92606 (%install)
The args foo is rhbz#439168 and should be fixed now Comment 4 is a bug in xargs (see bug 439168). This will work if you upgrade glibc and findutils to at least: glibc-2.7.90-13 findutils-4.2.33-2.fc9 I tested the package again today and it seems to build and function properly on a fairly up to date F9 install. This is approved for Fedora now, so closed. |