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

Bug#975815: marked as done (headache: FTBFS: Error: Library "camomile" not found.)



Your message dated Sat, 28 Nov 2020 11:03:57 +0000
with message-id <E1kiy1F-0007Hl-VF@fasolo.debian.org>
and subject line Bug#975894: fixed in ocaml-dune 2.7.1-2
has caused the Debian Bug report #975894,
regarding headache: FTBFS: Error: Library "camomile" not found.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
975894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975894
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: headache
Version: 1.04-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201125 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/xml-man'
> # Verification
> xmllint --nonet --noout --postvalid --xinclude headache.xml
> # Compilation
> xsltproc --nonet --xinclude \
>   /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
>   headache.xml
> Note: meta source : no *info/productname or alternative            headache
> Note: meta source : see http://www.docbook.org/tdg5/en/html/produ  headache
> Note: meta source : no refentry/refmeta/refmiscinfo@class=source   headache
> Note: meta source : see http://www.docbook.org/tdg5/en/html/refmi  headache
> Note: meta version: no *info/productnumber or alternative          headache
> Note: meta version: see http://www.docbook.org/tdg5/en/html/produ  headache
> Note: meta version: no refentry/refmeta/refmiscinfo@class=version  headache
> Note: meta version: see http://www.docbook.org/tdg5/en/html/refmi  headache
> Warn: meta source : no fallback for source, so inserted a fixme    headache
> Note: meta manual : no titled ancestor of refentry                 headache
> Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual   headache
> Note: meta manual : see http://www.docbook.org/tdg5/en/html/refmi  headache
> Warn: meta manual : no fallback for manual, so inserted a fixme    headache
> Warn: AUTHOR sect.: no personblurb|contrib for Sylvain Le Gall     headache
> Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr  headache
> Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso  headache
> Note: Writing headache.1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/xml-man'
> dune build @install -p headache --verbose
> Workspace root: /<<PKGBUILDDIR>>
> Running[0]: /usr/bin/nproc > /tmp/dunee5bd3c.output 2> /dev/null
> Auto-detected concurrency: 4
> disable binary cache
> Running[1]: /usr/bin/ocamlc.opt -config > /tmp/dune4f3c0b.output
> Dune context:
>  { name = "default"
>  ; kind = "default"
>  ; profile = Release
>  ; merlin = true
>  ; for_host = None
>  ; fdo_target_exe = None
>  ; build_dir = "default"
>  ; toplevel_path = None
>  ; ocaml_bin = External "/usr/bin"
>  ; ocaml = Ok External "/usr/bin/ocaml"
>  ; ocamlc = External "/usr/bin/ocamlc.opt"
>  ; ocamlopt = Ok External "/usr/bin/ocamlopt.opt"
>  ; ocamldep = Ok External "/usr/bin/ocamldep.opt"
>  ; ocamlmklib = Ok External "/usr/bin/ocamlmklib.opt"
>  ; env =
>      map
>        { "CAML_LD_LIBRARY_PATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib/stublibs"
>        ; "INSIDE_DUNE" :
>            "/<<PKGBUILDDIR>>/_build/default"
>        ; "MANPATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/bin"
>        ; "OCAMLFIND_IGNORE_DUPS_IN" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib"
>        ; "OCAMLPATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib"
>        ; "OCAMLTOP_INCLUDE_PATH" :
>            "/<<PKGBUILDDIR>>/_build/install/default/lib/toplevel"
>        }
>  ; findlib_path = [ External "/usr/lib" ]
>  ; arch_sixtyfour = true
>  ; natdynlink_supported = true
>  ; supports_shared_libraries = true
>  ; ocaml_config =
>      { version = "4.11.1"
>      ; standard_library_default = "/usr/lib/ocaml"
>      ; standard_library = "/usr/lib/ocaml"
>      ; standard_runtime = "the_standard_runtime_variable_was_deleted"
>      ; ccomp_type = "cc"
>      ; c_compiler = "x86_64-linux-gnu-gcc"
>      ; ocamlc_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ]
>      ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ]
>      ; ocamlopt_cflags =
>          [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ]
>      ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ]
>      ; bytecomp_c_compiler =
>          [ "x86_64-linux-gnu-gcc"
>          ; "-O2"
>          ; "-fno-strict-aliasing"
>          ; "-fwrapv"
>          ; "-fPIC"
>          ; "-D_FILE_OFFSET_BITS=64"
>          ; "-D_REENTRANT"
>          ]
>      ; bytecomp_c_libraries = [ "-lm"; "-ldl"; "-lpthread" ]
>      ; native_c_compiler =
>          [ "x86_64-linux-gnu-gcc"
>          ; "-O2"
>          ; "-fno-strict-aliasing"
>          ; "-fwrapv"
>          ; "-fPIC"
>          ; "-D_FILE_OFFSET_BITS=64"
>          ; "-D_REENTRANT"
>          ]
>      ; native_c_libraries = [ "-lm"; "-ldl" ]
>      ; cc_profile = []
>      ; architecture = "amd64"
>      ; model = "default"
>      ; int_size = 63
>      ; word_size = 64
>      ; system = "linux"
>      ; asm = [ "x86_64-linux-gnu-as" ]
>      ; asm_cfi_supported = true
>      ; with_frame_pointers = false
>      ; ext_exe = ""
>      ; ext_obj = ".o"
>      ; ext_asm = ".s"
>      ; ext_lib = ".a"
>      ; ext_dll = ".so"
>      ; os_type = "Unix"
>      ; default_executable_name = "a.out"
>      ; systhread_supported = true
>      ; host = "x86_64-pc-linux-gnu"
>      ; target = "x86_64-pc-linux-gnu"
>      ; profiling = false
>      ; flambda = false
>      ; spacetime = false
>      ; safe_string = true
>      ; exec_magic_number = "Caml1999X028"
>      ; cmi_magic_number = "Caml1999I028"
>      ; cmo_magic_number = "Caml1999O028"
>      ; cma_magic_number = "Caml1999A028"
>      ; cmx_magic_number = "Caml1999Y028"
>      ; cmxa_magic_number = "Caml1999Z028"
>      ; ast_impl_magic_number = "Caml1999M028"
>      ; ast_intf_magic_number = "Caml1999N028"
>      ; cmxs_magic_number = "Caml1999D028"
>      ; cmt_magic_number = "Caml1999T028"
>      ; natdynlink_supported = true
>      ; supports_shared_libraries = true
>      ; windows_unicode = false
>      }
>  }
> Actual targets:
> - recursive alias @install
> Running[2]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl mkconfig.ml) > _build/default/.mkconfig.eobjs/mkconfig.ml.d
> Running[3]: (cd _build/default && /usr/bin/ocamldep.opt -modules -impl headache_tool.ml) > _build/default/.headache_tool.eobjs/headache_tool.ml.d
> File "dune", line 4, characters 16-24:
> 4 |      (libraries camomile str bytes)
>                     ^^^^^^^^
> Error: Library "camomile" not found.
> Hint: try:
>   dune external-lib-deps --missing -p headache --verbose @install
> make[1]: *** [debian/rules:14: override_dh_auto_build] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/25/headache_1.04-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ocaml-dune
Source-Version: 2.7.1-2
Done: =?utf-8?q?St=C3=A9phane_Glondu?= <glondu@debian.org>

We believe that the bug you reported is fixed in the latest version of
ocaml-dune, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 975894@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated ocaml-dune package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 28 Nov 2020 11:08:20 +0100
Source: ocaml-dune
Architecture: source
Version: 2.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Closes: 975894
Changes:
 ocaml-dune (2.7.1-2) unstable; urgency=medium
 .
   * Cherry-pick upstream configure fix (Closes: #975894)
Checksums-Sha1:
 2f8df6dd30bf08fae5e5fa4eb45058cdeecf3ba4 1878 ocaml-dune_2.7.1-2.dsc
 6fdb1a1e82f1fd3eb5d27c5b9b07ae2cdcb048e6 5060 ocaml-dune_2.7.1-2.debian.tar.xz
Checksums-Sha256:
 dcea3f6143d43090021f1d7117de89e5e7eb2a7b7f4093bad7163ab60fdb0d89 1878 ocaml-dune_2.7.1-2.dsc
 2661b89ee9773f971912cbdc46c73eceab8bd219f7ecb2e9d6da4cdf9ded4130 5060 ocaml-dune_2.7.1-2.debian.tar.xz
Files:
 e94dcfeeb87acceb324068024ed57b45 1878 ocaml optional ocaml-dune_2.7.1-2.dsc
 fa4eff08c0e8ca7b5c17423854f125f6 5060 ocaml optional ocaml-dune_2.7.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAl/CKi0SHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCBpOwIAJN314eGpZgOeo5Z7oBD/3RVmunn3y0f
LMa16KdQ5LvLMJ0AKfNvL6EioEEu6oHi5Edpcw4+y4nPXoDS8WiW2YsbThnwGOfm
RmsCsJ2Wo2Cbpfo3eQCJf6tSyMepPKVmrF70MGyDdBlpd8YBqUXvd96at4Mmvhvd
AIOVESaqSPve6EgiIBYA1+e8mHNh/dY4LZatyva+Acvl1091un4WPfw2rYVCQ1+0
QDqrvbg/ZJteiHVP+QBFJfSCcX5qMdox8VxbpCclFvTPy7m+DSbNgeBE5v55DEGt
hV2HKaegIF76evorZbOrb5VminbERl0aOuZbKmWZtIelE76+rPCW3qw=
=+9fK
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: