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

Bug#392771: marked as done (ksocrat-data: FTBFS: tar: Pattern matching characters used in file names. Please, use --wildcards to enable pattern matching)



Your message dated Sun, 15 Oct 2006 04:17:13 -0700
with message-id <E1GZ3zV-0006rJ-PH@spohr.debian.org>
and subject line Bug#392771: fixed in ksocrat-data 1:1.0.1-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ksocrat-data
Version: 1:1.0.1-1
Severity: serious
Tags: patch

When building 'ksocrat-data' on amd64/unstable,
I get the following error:

dh_installdirs
set -e; \
	for tarball in *.tar.bz2; do \
		tar -C debian/ksocrat-data -xjf $tarball \*.dic; \
	done
tar: Pattern matching characters used in file names. Please,
tar: use --wildcards to enable pattern matching, or --no-wildcards to
tar: suppress this warning.
tar: *.dic: Not found in archive
tar: Error exit delayed from previous errors
make: *** [install] Error 2


With the attached patch 'ksocrat-data' can be built on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ksocrat-data-1.0.1/debian/rules ./debian/rules
--- ../tmp-orig/ksocrat-data-1.0.1/debian/rules	2006-10-13 12:21:35.000000000 +0000
+++ ./debian/rules	2006-10-13 12:21:20.000000000 +0000
@@ -22,7 +22,7 @@
 
 	set -e; \
 	for tarball in *.tar.bz2; do \
-		tar -C debian/ksocrat-data -xjf $$tarball \*.dic; \
+		tar --wildcards -C debian/ksocrat-data -xjf $$tarball \*.dic; \
 	done
 
 # Build architecture-independent files here.


--- End Message ---
--- Begin Message ---
Source: ksocrat-data
Source-Version: 1:1.0.1-2

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

ksocrat-data_1.0.1-2.diff.gz
  to pool/non-free/k/ksocrat-data/ksocrat-data_1.0.1-2.diff.gz
ksocrat-data_1.0.1-2.dsc
  to pool/non-free/k/ksocrat-data/ksocrat-data_1.0.1-2.dsc
ksocrat-data_1.0.1-2_all.deb
  to pool/non-free/k/ksocrat-data/ksocrat-data_1.0.1-2_all.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 392771@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Ablassmeier <abi@debian.org> (supplier of updated ksocrat-data 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@debian.org)


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

Format: 1.7
Date: Sun, 15 Oct 2006 12:54:55 +0200
Source: ksocrat-data
Binary: ksocrat-data
Architecture: source all
Version: 1:1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Michael Ablassmeier <abi@debian.org>
Description: 
 ksocrat-data - English and Russian KSocrat data files
Closes: 392771
Changes: 
 ksocrat-data (1:1.0.1-2) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS due to wrong tar call. Kudos to Andreas Jochens
     for bugreport and patch (Closes: #392771)
   * Move debhelper from B-D-I to B-D
   * Conforms with latest Standards Version 3.7.2
Files: 
 c667f4897d84c297f97939dc4dca88f2 597 non-free/text optional ksocrat-data_1.0.1-2.dsc
 7bfdb12f673194447d83b9c7899e6b16 4883 non-free/text optional ksocrat-data_1.0.1-2.diff.gz
 fe1449221324df8663ced538c94d68c4 1068422 non-free/text optional ksocrat-data_1.0.1-2_all.deb

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

iD8DBQFFMhQVEFV7g4B8rCURAmPwAKDCqbmaVCAQe/nsK4hN7QSn8bS/9ACgyyT6
XybTvZptFW5lbb8hbG2Hoxs=
=3kD7
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: