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

Bug#414133: marked as done (plotmtv: FTBFS on GNU/kFreeBSD: changing your hack is needed)



Your message dated Thu, 12 Jul 2007 03:47:02 +0000
with message-id <E1I8pdu-0004P5-Gn@ries.debian.org>
and subject line Bug#414133: fixed in plotmtv 1.4.4t-10
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: plotmtv
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> # Hack to get the right start in DataFormat.ps
> zcat Docs/DataFormat.ps.gz \
> 		| sed '1 s/.*/%!PS-Adobe-2.0/' \
> 		| install -D -m 644 /dev/stdin \
> 			  debian/plotmtv/usr/share/doc/plotmtv/DataFormat.ps
> install: skipping file `/dev/stdin', as it was replaced while being copied
> make: *** [install] Error 1

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=plotmtv>.

Please find attached an patch for debian/rules, but I guess that you
might want to install the /usr/share/doc/plotmtv directory before and
write the file directly there.

Cheers,

-- 
Cyril Brulebois
--- plotmtv-1.4.4t/debian/rules	2007-03-09 13:50:05.825220000 +0100
+++ plotmtv-1.4.4t/debian/rules	2007-03-09 13:50:10.000000000 +0100
@@ -28,6 +28,9 @@
 
 	-$(MAKE) distclean
 
+	# See the hack in install:
+	-rm $(CURDIR)/debian/DataFormat.ps
+
 	dh_clean
 
 install: build
@@ -40,9 +43,10 @@
 
 	# Hack to get the right start in DataFormat.ps
 	zcat Docs/DataFormat.ps.gz \
-		| sed '1 s/.*/%!PS-Adobe-2.0/' \
-		| install -D -m 644 /dev/stdin \
-			  debian/plotmtv/usr/share/doc/plotmtv/DataFormat.ps
+		| sed '1 s/.*/%!PS-Adobe-2.0/' > $(CURDIR)/debian/DataFormat.ps
+
+	install -D -m 644 $(CURDIR)/debian/DataFormat.ps \
+		debian/plotmtv/usr/share/doc/plotmtv/DataFormat.ps
 
 # Build architecture-independent files here.
 binary-indep: build install

--- End Message ---
--- Begin Message ---
Source: plotmtv
Source-Version: 1.4.4t-10

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

plotmtv_1.4.4t-10.diff.gz
  to pool/main/p/plotmtv/plotmtv_1.4.4t-10.diff.gz
plotmtv_1.4.4t-10.dsc
  to pool/main/p/plotmtv/plotmtv_1.4.4t-10.dsc
plotmtv_1.4.4t-10_amd64.deb
  to pool/main/p/plotmtv/plotmtv_1.4.4t-10_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 414133@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> (supplier of updated plotmtv 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: Fri, 06 Jul 2007 20:29:25 +0200
Source: plotmtv
Binary: plotmtv
Architecture: source amd64
Version: 1.4.4t-10
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Description: 
 plotmtv    - Multipurpose X11 plotting program
Closes: 414133
Changes: 
 plotmtv (1.4.4t-10) unstable; urgency=low
 .
   * QA upload.
   * Fix FTBFS on GNU/kFreeBSD by modifying the hack used for the PS file
     generation, now using a temporary file instead of piping the content
     directly (Closes: #414133).
Files: 
 46fa6061fcc724c1087c3214a9bf99eb 621 math optional plotmtv_1.4.4t-10.dsc
 ef4af6d085fd7b64302b5da0138f0615 8667 math optional plotmtv_1.4.4t-10.diff.gz
 16e590c324333e86e6b30510c7a10a6d 848652 math optional plotmtv_1.4.4t-10_amd64.deb

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

iD8DBQFGlaDmw3ao2vG823MRAiZxAJ4xyIkX1moKsIr7g2adED/hTp4tiwCfSkzg
w3xLavVoqX/t1w3XTnHuke4=
=j1cg
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: