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

Bug#549151: FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory



Package: pgocaml
Version: 1.3-1
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

Current pgocaml can not build.
Because pass of ocaml.mk is wrong.
-----
I: Building the package
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package pgocaml
dpkg-buildpackage: source version 1.3-1
dpkg-buildpackage: source changed by Guillaume Yziquel <guillaume.yziquel@citycable.ch>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
debian/rules:23: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory
make: *** No rule to make target `/usr/share/cdbs/1/class/ocaml.mk'. Stop.
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
E: Failed autobuilding of package
-----

I made a patch to revise to be able to build.
Would you apply it?

Best regards,
  Nobuhiro 

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- debian/rules.old	2009-10-01 01:00:05.000000000 +0000
+++ debian/rules	2009-10-01 01:00:16.000000000 +0000
@@ -20,7 +20,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 #DESTDIR_DEV=$(CURDIR)/debian/libpgocaml-ocaml-dev
 

Reply to: