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

Bug#876725: marked as done (ppx-deriving FTBFS with OCaml 4.05.0)



Your message dated Sat, 28 Oct 2017 13:04:20 +0000
with message-id <E1e8Qmi-0008Nr-AU@fasolo.debian.org>
and subject line Bug#876725: fixed in ppx-deriving 4.1-1.1
has caused the Debian Bug report #876725,
regarding ppx-deriving FTBFS with OCaml 4.05.0
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.)


-- 
876725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876725
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ppx-deriving
Version: 4.1-1
Severity: serious

https://buildd.debian.org/status/package.php?p=ppx-deriving&suite=sid

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp pkg/META.in pkg/META
ocaml pkg/build.ml  native=true native-dynlink=true
ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
cppo -V OCAML:4.05.0 -o src/ppx_deriving_main.ml src/ppx_deriving_main.cppo.ml
ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -modules src/ppx_deriving_main.ml > src/ppx_deriving_main.ml.depends
ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -modules src/ppx_deriving.mli > src/ppx_deriving.mli.depends
ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmi src/ppx_deriving.mli
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmi src/ppx_deriving.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmo src/ppx_deriving_main.ml
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmo src/ppx_deriving_main.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
cppo -V OCAML:4.05.0 -o src/ppx_deriving.ml src/ppx_deriving.cppo.ml
ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -modules src/ppx_deriving.ml > src/ppx_deriving.ml.depends
ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmx src/ppx_deriving.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmx src/ppx_deriving.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
File "src/ppx_deriving.cppo.ml", line 313, characters 52-63:
Error: This expression has type string list
       but an expression was expected of type string Asttypes.loc list
       Type string is not compatible with type
         string Asttypes.loc = string Location.loc 
Command exited with code 2.
debian/rules:28: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 10

--- End Message ---
--- Begin Message ---
Source: ppx-deriving
Source-Version: 4.1-1.1

We believe that the bug you reported is fixed in the latest version of
ppx-deriving, 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 876725@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofborg@debian.org> (supplier of updated ppx-deriving 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: SHA256

Format: 1.8
Date: Sat, 28 Oct 2017 13:37:32 +0200
Source: ppx-deriving
Binary: libppx-deriving-ocaml-dev libppx-deriving-ocaml
Architecture: source
Version: 4.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg@debian.org>
Description:
 libppx-deriving-ocaml - type-driven code generation for OCaml (runtime files)
 libppx-deriving-ocaml-dev - type-driven code generation for OCaml (dev files)
Closes: 876725
Changes:
 ppx-deriving (4.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * debian/patches/b6b02c2ba051bde67c2b454724ff0bf36bc11060.patch:
     - upstream fix for ocaml build failure (Closes: #876725)
Checksums-Sha1:
 a55ab2e7c3e161a5ca0c744fa09ea52db3196146 2208 ppx-deriving_4.1-1.1.dsc
 19a045f0fd19b37b8040e329db6f62f8cdba4ee9 4280 ppx-deriving_4.1-1.1.debian.tar.xz
 fee43781dde9c00e53bee4d4d847f4c22f4ce029 6955 ppx-deriving_4.1-1.1_source.buildinfo
Checksums-Sha256:
 4747ddb61adf802e3931702a00cfc735f4453a239220e877c8ca6871ecdab525 2208 ppx-deriving_4.1-1.1.dsc
 c42c7ebc3586341f8a60da84b69ed06766a54e5ea6dae855d012de12d8100304 4280 ppx-deriving_4.1-1.1.debian.tar.xz
 649b648871bb818321dca71a178cd79f6b18d314949c6f1e3e66e29d9b147678 6955 ppx-deriving_4.1-1.1_source.buildinfo
Files:
 0c356e83c333d687a8d8dcc02848960d 2208 ocaml optional ppx-deriving_4.1-1.1.dsc
 7a1f7566ab1f9ac83214ec79e628379a 4280 ocaml optional ppx-deriving_4.1-1.1.debian.tar.xz
 68c98ebf2b3f8ca3f66d4a65f1525a67 6955 ocaml optional ppx-deriving_4.1-1.1_source.buildinfo

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

iQIcBAEBCAAGBQJZ9HwoAAoJEPNPCXROn13Z/kgP/3gYtBuvk429qMBG8cCnyyzZ
8FThuVwHg8IkfzxzpyuRMsBFBtm1cpdByHhjbSUGOD8JG/J5ztXq+xiZQWFINzuX
8IxBNX5lS4Zk8ToWnxpRbnhcwF/gj/GO4KTpdD4CZgSVW+sIZBaU/QBBX3cvCV9q
1sXqyA6UiGwwa1tDoiCUqszaj1kzb9eJYRe+mg0PMJzvR6J3z0+MVwK4Aw1ThAgG
PvflkgpGMbj4IW4Q/QuaJ7qKroKvcGBbpK7a46hm/Q0lr6cS+9Dde2qD2hNa3dDx
SHoYLS1VupNC/4TBhlzLiwk5zqAwC3vmoJOVKbstl2l11hkHtkWyhFJYL7qAuM3n
kxKzh1d9d3tTHZFWyJ0HCvWMdiLIOrAKZgxXyZ4LpPpELg/vKNqmYPHOY/rt8zqm
T609pCg+3sKwzNVphd11dqFlEyFuaPr5iKxPmaR/xfhhP5ge2vV2ISKk7R4uClUz
Ik663ma1uAcY4hAGJeZ2/zpzaFJ4g2VKNf2rdYVMdobWXVVvZVpC6n1+PBHndJxN
yk/0HOVVkmx77yqnSkdWc/J0pwyqa2VxbgT60MZHjTw0rpqFu4oQyvA0vZXLm3J9
BPGn4BwycVnlnQ83JMhYWwyis48Cm0KiK1Ff3Ierc/VAO6rjLoZDKSzzCxrpi2Xt
/lCtDSqiAvjtwhnjEPGV
=QNs0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: