Your message dated Thu, 01 Jul 2010 07:17:08 +0000
with message-id <e1oue1e-0008bs...@ries.debian.org>
and subject line Bug#587710: fixed in similarity-tester 2.26-2
has caused the Debian Bug report #587710,
regarding FTBFS: similarity-tester: /bin/sh: sim_c: 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 ow...@bugs.debian.org
immediately.)


-- 
587710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: similarity-tester
Version: 2.26-1
Severity: serious
Tags: patch

Hi,

your package FTBFS all architecture.
   https://buildd.debian.org/pkg.cgi?pkg=similarity-tester

-----
   dh_auto_install -a
make[1]: Entering directory
`/build/buildd-similarity-tester_2.26-1-i386-eLrlxL/similarity-tester-2.26'
sim_c /home/dick/bin.`arch`/sim_c
/bin/sh: sim_c: not found
make[1]: *** [/home/dick/bin.`arch`/sim_c] Error 127
-----

I made patch to fix this bug. Could you apply this patch?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -urN a/debian/README.source b/debian/README.source
--- a/debian/README.source	1970-01-01 09:00:00.000000000 +0900
+++ b/debian/README.source	2010-07-01 10:46:24.000000000 +0900
@@ -0,0 +1,8 @@
+README.source
+
+The source package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in debian/patches
+and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+
diff -urN a/debian/control b/debian/control
--- a/debian/control	2010-07-01 10:48:05.000000000 +0900
+++ b/debian/control	2010-07-01 10:14:45.000000000 +0900
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: Michael Meskes <mes...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), flex
+Build-Depends: debhelper (>= 7.0.50~), flex, quilt (>= 0.46-7~)
 Standards-Version: 3.8.4
 
 Package: similarity-tester
diff -urN a/debian/patches/disable_env.patch b/debian/patches/disable_env.patch
--- a/debian/patches/disable_env.patch	1970-01-01 09:00:00.000000000 +0900
+++ b/debian/patches/disable_env.patch	2010-07-01 10:12:48.000000000 +0900
@@ -0,0 +1,18 @@
+diff -urN a/Makefile b/Makefile
+--- a/Makefile	2008-09-23 18:07:10.000000000 +0900
++++ b/Makefile	2010-07-01 09:54:29.000000000 +0900
+@@ -42,10 +42,10 @@
+ #
+ 
+ # Locations
+-DIR =		/home/dick
+-BINDIR =	$(DIR)/bin.`arch`
+-MAN1DIR =	$(DIR)/man/man1
+-DICTDIR =	$(DIR)/lib
++#DIR =		/home/dick
++#BINDIR =	$(DIR)/bin.`arch`
++#MAN1DIR =	$(DIR)/man/man1
++#DICTDIR =	$(DIR)/lib
+ 
+ # Which Operating System
+ 
diff -urN a/debian/patches/series b/debian/patches/series
--- a/debian/patches/series	1970-01-01 09:00:00.000000000 +0900
+++ b/debian/patches/series	2010-07-01 10:15:47.000000000 +0900
@@ -0,0 +1 @@
+disable_env.patch
diff -urN a/debian/rules b/debian/rules
--- a/debian/rules	2010-07-01 10:48:05.000000000 +0900
+++ b/debian/rules	2010-07-01 10:42:31.000000000 +0900
@@ -1,13 +1,17 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh --with quilt $@
 
 export AM_CFLAGS=-O2 -Wall -g
 export DIR=`pwd`/debian/similarity-tester
 export MANDIR=.
+export BINDIR=$(DIR)/usr/bin
+export COPY=cp -p
 
 build: build-stamp
 build-stamp:
+	dh_quilt_patch
+
 	dh build
 	touch build-stamp
 
バイナリー・ファイルa/sim.pdfとb/sim.pdfは違います

--- End Message ---
--- Begin Message ---
Source: similarity-tester
Source-Version: 2.26-2

We believe that the bug you reported is fixed in the latest version of
similarity-tester, which is due to be installed in the Debian FTP archive:

similarity-tester_2.26-2.diff.gz
  to main/s/similarity-tester/similarity-tester_2.26-2.diff.gz
similarity-tester_2.26-2.dsc
  to main/s/similarity-tester/similarity-tester_2.26-2.dsc
similarity-tester_2.26-2_amd64.deb
  to main/s/similarity-tester/similarity-tester_2.26-2_amd64.deb



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 587...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Meskes <mes...@debian.org> (supplier of updated similarity-tester 
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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 01 Jul 2010 08:38:43 +0200
Source: similarity-tester
Binary: similarity-tester
Architecture: source amd64
Version: 2.26-2
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes <mes...@debian.org>
Changed-By: Michael Meskes <mes...@debian.org>
Description: 
 similarity-tester - Find lexical similarities between files
Closes: 587710
Changes: 
 similarity-tester (2.26-2) unstable; urgency=low
 .
   * Made build process use correct directory settings. (Closes: #587710)
   * Bumped Standard-Version to 3.9.0, no changes needed.
Checksums-Sha1: 
 df6ed965715ce2cb242bf116a1aa4559a5434fca 1017 similarity-tester_2.26-2.dsc
 059255444d310cfe3b96da6ec9e8567b4265189a 2445 similarity-tester_2.26-2.diff.gz
 c1e3a6ab9a1c840815d37302cf6d3924982bb8c8 140692 
similarity-tester_2.26-2_amd64.deb
Checksums-Sha256: 
 9f61b2d01fc8ff2d9adc69c82138e5579e1096816e77acedcf53aa79849ed66d 1017 
similarity-tester_2.26-2.dsc
 fe4218b632658b0054288aa04907bc4a9da7d513d603aa436e5c7341715dcd6c 2445 
similarity-tester_2.26-2.diff.gz
 9856d5fda41774441c7ccdcf61c7fc1241321321ad1f213d819e80245ef580ce 140692 
similarity-tester_2.26-2_amd64.deb
Files: 
 6a6b969ff42b301cbe016724dda0f08a 1017 devel extra similarity-tester_2.26-2.dsc
 324738d981c8723bd431a282bb2cb005 2445 devel extra 
similarity-tester_2.26-2.diff.gz
 990d23171d2f8a64d3ba33562455b34a 140692 devel extra 
similarity-tester_2.26-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFMLD4CVkEm8inxm9ERAie+AKCFgaE6LdI/DrJVEr0fMy9QPhjKSACeIumq
MjtNKYcXsZCQuuS4gBvPHB8=
=N62m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to