This fails to build, here's the relevant section of the build log:
ocamlopt -pp camlp4o -I ./curses -I ./gsl -I ./units -thread -o orpie.opt 
curses/curses.cmx curses/ml_curses.o nums.cmxa bigarray.cmxa str.cmxa unix.cmxa 
threads.cmxa gsl/mlgsl_error.o gsl/mlgsl_blas.o gsl/mlgsl_blas_complex.o 
gsl/mlgsl_complex.o gsl/mlgsl_matrix_complex.o gsl/mlgsl_matrix_double.o 
gsl/mlgsl_vector_double.o gsl/mlgsl_permut.o gsl/mlgsl_linalg.o 
gsl/mlgsl_linalg_complex.o gsl/mlgsl_fun.o gsl/mlgsl_math.o gsl/mlgsl_sf.o 
gsl/gsl_error.cmx gsl/gsl_blas.cmx gsl/gsl_complex.cmx gsl/gsl_matrix.cmx 
gsl/gsl_matrix_complex.cmx gsl/gsl_vector.cmx gsl/gsl_vector_complex.cmx 
gsl/gsl_vector_flat.cmx gsl/gsl_matrix_flat.cmx gsl/gsl_vector_complex_flat.cmx 
gsl/gsl_matrix_complex_flat.cmx gsl/gsl_vectmat.cmx gsl/gsl_permut.cmx 
gsl/gsl_linalg.cmx gsl/gsl_fun.cmx units/units.cmx big_int_str.cmx 
gsl_assist.cmx install.cmx operations.cmx utility.cmx version.cmx rcfile.cmx 
rpc_stack.cmx add.cmx sub.cmx mult.cmx div.cmx inv.cmx pow.cmx solvelin.cmx 
rpc_calc.cmx txtin_parser.cmx txtin_lexer.cmx statefile.cmx interface.cmx 
interface_draw.cmx interface_main.cmx main.cmx -cclib '-Wl,-Bsymbolic-functions 
-lcurses -L/usr/lib -lgsl -lgslcblas -lm -lm'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2c0): undefined reference to `ml_gsl_vector_float_minmaxindex'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2c8): undefined reference to `ml_gsl_vector_float_minindex'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2d0): undefined reference to `ml_gsl_vector_float_maxindex'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2d8): undefined reference to `ml_gsl_vector_float_minmax'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2e0): undefined reference to `ml_gsl_vector_float_min'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2e8): undefined reference to `ml_gsl_vector_float_max'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2f0): undefined reference to `ml_gsl_vector_float_isnull'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x2f8): undefined reference to `ml_gsl_vector_float_add_constant'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x300): undefined reference to `ml_gsl_vector_float_scale'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x308): undefined reference to `ml_gsl_vector_float_div'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x310): undefined reference to `ml_gsl_vector_float_mul'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x318): undefined reference to `ml_gsl_vector_float_sub'
gsl/gsl_vector.o: In function `camlGsl_vector__19':
(.data+0x320): undefined reference to `ml_gsl_vector_float_add'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x310): undefined reference to `ml_gsl_matrix_complex_float_transpose'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x318): undefined reference to 
`ml_gsl_matrix_complex_float_transpose_memcpy'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x320): undefined reference to `ml_gsl_matrix_complex_float_swap_rowcol'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x328): undefined reference to `ml_gsl_matrix_complex_float_swap_columns'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x330): undefined reference to `ml_gsl_matrix_complex_float_swap_rows'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x338): undefined reference to `ml_gsl_matrix_complex_float_isnull'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x340): undefined reference to `ml_gsl_matrix_complex_float_add_diagonal'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x348): undefined reference to `ml_gsl_matrix_complex_float_add_constant'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x350): undefined reference to `ml_gsl_matrix_complex_float_scale'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x358): undefined reference to `ml_gsl_matrix_complex_float_div'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x360): undefined reference to `ml_gsl_matrix_complex_float_mul'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x368): undefined reference to `ml_gsl_matrix_complex_float_sub'
gsl/gsl_matrix_complex.o: In function `camlGsl_matrix_complex__24':
(.data+0x370): undefined reference to `ml_gsl_matrix_complex_float_add'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x2e0): undefined reference to `ml_gsl_matrix_float_transpose'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x2e8): undefined reference to `ml_gsl_matrix_float_transpose_memcpy'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x2f0): undefined reference to `ml_gsl_matrix_float_swap_rowcol'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x2f8): undefined reference to `ml_gsl_matrix_float_swap_columns'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x300): undefined reference to `ml_gsl_matrix_float_swap_rows'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x308): undefined reference to `ml_gsl_matrix_float_isnull'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x310): undefined reference to `ml_gsl_matrix_float_add_diagonal'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x318): undefined reference to `ml_gsl_matrix_float_add_constant'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x320): undefined reference to `ml_gsl_matrix_float_scale'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x328): undefined reference to `ml_gsl_matrix_float_div'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x330): undefined reference to `ml_gsl_matrix_float_mul'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x338): undefined reference to `ml_gsl_matrix_float_sub'
gsl/gsl_matrix.o: In function `camlGsl_matrix__24':
(.data+0x340): undefined reference to `ml_gsl_matrix_float_add'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x38): undefined reference to `ml_gsl_blas_cher2k'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x40): undefined reference to `ml_gsl_blas_cherk'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x48): undefined reference to `ml_gsl_blas_chemm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x50): undefined reference to `ml_gsl_blas_ctrsm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x58): undefined reference to `ml_gsl_blas_ctrmm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x60): undefined reference to `ml_gsl_blas_csyr2k'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x68): undefined reference to `ml_gsl_blas_csyrk'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x70): undefined reference to `ml_gsl_blas_csymm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x78): undefined reference to `ml_gsl_blas_cgemm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x80): undefined reference to `ml_gsl_blas_cher2'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x88): undefined reference to `ml_gsl_blas_cher'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x90): undefined reference to `ml_gsl_blas_cgerc'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x98): undefined reference to `ml_gsl_blas_cgeru'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xa0): undefined reference to `ml_gsl_blas_chemv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xa8): undefined reference to `ml_gsl_blas_ctrsv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xb0): undefined reference to `ml_gsl_blas_ctrmv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xb8): undefined reference to `ml_gsl_blas_cgemv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xc0): undefined reference to `ml_gsl_blas_csscal'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xc8): undefined reference to `ml_gsl_blas_cscal'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xd0): undefined reference to `ml_gsl_blas_caxpy'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xd8): undefined reference to `ml_gsl_blas_ccopy'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xe0): undefined reference to `ml_gsl_blas_cswap'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xe8): undefined reference to `ml_gsl_blas_icamax'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xf0): undefined reference to `ml_gsl_blas_scasum'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0xf8): undefined reference to `ml_gsl_blas_scnrm2'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x100): undefined reference to `ml_gsl_blas_cdotc'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x108): undefined reference to `ml_gsl_blas_cdotu'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x1e8): undefined reference to `ml_gsl_blas_strsm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x1f0): undefined reference to `ml_gsl_blas_strmm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x1f8): undefined reference to `ml_gsl_blas_ssyr2k'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x200): undefined reference to `ml_gsl_blas_ssyrk'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x208): undefined reference to `ml_gsl_blas_ssymm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x210): undefined reference to `ml_gsl_blas_sgemm'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x218): undefined reference to `ml_gsl_blas_ssyr2'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x220): undefined reference to `ml_gsl_blas_ssyr'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x228): undefined reference to `ml_gsl_blas_sger'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x230): undefined reference to `ml_gsl_blas_ssymv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x238): undefined reference to `ml_gsl_blas_strsv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x240): undefined reference to `ml_gsl_blas_strmv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x248): undefined reference to `ml_gsl_blas_sgemv'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x250): undefined reference to `ml_gsl_blas_sscal'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x258): undefined reference to `ml_gsl_blas_srot'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x260): undefined reference to `ml_gsl_blas_saxpy'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x268): undefined reference to `ml_gsl_blas_scopy'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x270): undefined reference to `ml_gsl_blas_sswap'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x278): undefined reference to `ml_gsl_blas_isamax'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x280): undefined reference to `ml_gsl_blas_sasum'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x288): undefined reference to `ml_gsl_blas_snrm2'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x290): undefined reference to `ml_gsl_blas_sdot'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x298): undefined reference to `ml_gsl_blas_dsdot'
gsl/gsl_blas.o: In function `camlGsl_blas__3':
(.data+0x2a0): undefined reference to `ml_gsl_blas_sdsdot'
collect2: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:
Error: Error during linking
make[1]: *** [orpie.opt] Error 2
rm txtin_parser.mli txtin_lexer.ml
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Patches welcome

** Also affects: orpie (Ubuntu Lucid)
   Importance: Undecided
       Status: New

** Changed in: orpie (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: orpie (Ubuntu Lucid)
   Importance: Undecided => Medium

** Changed in: orpie (Ubuntu Lucid)
       Status: New => Triaged

** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/586238

Title:
  not available in Lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/orpie/+bug/586238/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to