Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#31788 - [ocaml] Segfault when building camlp5 6.06
Attached to Project:
Arch Linux
Opened by Ramana Kumar (xrchz) - Wednesday, 03 October 2012, 17:43 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 14 October 2012, 07:08 GMT
Opened by Ramana Kumar (xrchz) - Wednesday, 03 October 2012, 17:43 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 14 October 2012, 07:08 GMT
|
DetailsDescription:
ocaml as packaged in [extra] segfaults when building camlp5 6.06. If I build ocaml manually, without the PKGBUILD, it does not segfault. I haven't tried every combination yet (it takes a while) - I'm looking for confirmation as much as anything. Here is what I have tried: - install ocaml-4.00.0-2 from [extra], makepkg camlp5 from https://aur.archlinux.org/packages.php?ID=58348 -> segfault during build - build ocaml-4.00.0-2 using makepkg and extra from abs, makepkg camlp5 -> segfault - build ocaml manually, make camlp5 manually -> no segfault :) - build ocaml from abs with !strip, make camlp5 manually -> segfault |
This task depends upon
- making campl5 bytecode as opposed to native code (that is `make world' rather than `make world.opt') -> no segfault :)
- building ocaml from abs with edited PKGBUILD to remove the compiler_libs package and the tk dependency, then try building camlp5 -> segfault
% uname -srvmo
Linux 3.5.4-1-LIBRE #1 SMP PREEMPT Tue Sep 18 18:59:50 UTC 2012 x86_64 GNU/Linux