Your message dated Mon, 17 Aug 2015 11:49:17 +0000
with message-id <e1zriuj-0005kx...@franck.debian.org>
and subject line Bug#790865: fixed in condor 8.2.9~dfsg.1-1
has caused the Debian Bug report #790865,
regarding FTBFS: Error: Unknown float option `H'.
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.)
--
790865: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: condor
Version: 8.2.8~dfsg.1-1
Severity: serious
Tags: patch
condor fails to build because of the new tetex.
You're using the "H" float option. According to
https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions you
need \usepackage{float} for that, but it seems simpler solution is to
replace it with "!h" or "h".
I have attached one possible patch.
> sbuild (Debian sbuild) 0.64.1 (13 Oct 2013) on m400-c2n1.hlinux.usa.hp.com
...
> ./misc/numbers.tex:18: LaTeX Error: Unknown float option `H'.
> See the LaTeX manual or LaTeX Companion for explanation.
> Type H <return> for immediate help.
> ...
>
> l.18 \begin{table}[H]
>
> Output written on ref.dvi (988 pages, 3400200 bytes).
> Transcript written on ref.log.
> Makefile:74: recipe for target 'ref.html' failed
--
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard
Description: Fix LaTeX errors
--- condor-8.2.8~dfsg.1.orig/doc/misc/numbers.tex
+++ condor-8.2.8~dfsg.1/doc/misc/numbers.tex
@@ -15,7 +15,7 @@ where the exit code is the value 100.
Table~\ref{table:shadow-exit-codes} lists these codes.
% shadow error codes
\begin{center}
-\begin{table}[H]
+\begin{table}[h]
\caption{\label{table:shadow-exit-codes}\Condor{shadow} Exit Codes}
\begin{tabular}{|c|l|l|} \hline
\emph{Value} & \emph{Error Name} & \emph{Description} \\ \hline \hline
@@ -55,7 +55,7 @@ the first field within a job event log f
See more detailed descriptions of these values in
section~\ref{sec:job-log-events}.
\begin{center}
-\begin{table}[H]
+\begin{table}[h]
\caption{\label{table:user-log-event-codes}Event Codes in a Job Event Log}
\begin{tabular}{|l|c|} \hline
\emph{Event Code} & \emph{Description} \\ \hline \hline
@@ -100,7 +100,7 @@ section~\ref{sec:job-log-events}.
\begin{center}
-\begin{table}[H]
+\begin{table}[h]
\caption{\label{well-known-port-numbers}Well-Known Port Numbers}
\begin{tabular}{|l|c|} \hline
\emph{Server} & \emph{Port Number} \\ \hline \hline
@@ -115,7 +115,7 @@ GT4 web services & 8443 \\ \hlin
\begin{center}
-\begin{table}[H]
+\begin{table}[h]
\caption{\label{daemoncore-commands}DaemonCore Commands}
\begin{tabular}{|l|c|} \hline
\emph{Number} & \emph{Name} \\ \hline \hline
@@ -144,7 +144,7 @@ GT4 web services & 8443 \\ \hlin
\begin{center}
-\begin{table}[H]
+\begin{table}[h]
\caption{\label{daemon-exit-codes}DaemonCore Daemon Exit Codes}
\begin{tabular}{|l|c|} \hline
\emph{Exit Code} & \emph{Description} \\ \hline \hline
--- End Message ---
--- Begin Message ---
Source: condor
Source-Version: 8.2.9~dfsg.1-1
We believe that the bug you reported is fixed in the latest version of
condor, which is due to be installed in the Debian FTP archive.
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 790...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Hanke <m...@debian.org> (supplier of updated condor 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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 17 Aug 2015 08:35:31 +0200
Source: condor
Binary: htcondor htcondor-dev htcondor-doc htcondor-dbg libclassad-dev
libclassad7 condor condor-doc condor-dev condor-dbg
Architecture: source all amd64
Version: 8.2.9~dfsg.1-1
Distribution: unstable
Urgency: medium
Maintainer: HTCondor Developers <condor-deb...@cs.wisc.edu>
Changed-By: Michael Hanke <m...@debian.org>
Description:
condor - transitional dummy package
condor-dbg - transitional dummy package
condor-dev - transitional dummy package
condor-doc - transitional dummy package
htcondor - distributed workload management system
htcondor-dbg - distributed workload management system - debugging symbols
htcondor-dev - distributed workload management system - development files
htcondor-doc - distributed workload management system - documentation
libclassad-dev - HTCondor classads expression language - development library
libclassad7 - HTCondor classads expression language - runtime library
Closes: 790865
Changes:
condor (8.2.9~dfsg.1-1) unstable; urgency=medium
.
* New upstream bugfix release closing >25 tickets.
- "Smaller" partitionable slots are now merged to allow for a "bigger"
job to match (needs ALLOW_PSLOT_PREEMPTION=True; default behavior
unchanged).
- Fix LaTeX documentation sources to work with the most recent TeTeX
(Closes: #790865). Thanks to Martin Michlmayr for the report and a
patch.
* Remove package section disparity (devel -> libdevel).
Checksums-Sha1:
4c03d5be56c2c91c5c37b86f8ce9d6a363031015 3035 condor_8.2.9~dfsg.1-1.dsc
e6611755db0b3424f17928db43d01c6d9ef9acdd 9848945
condor_8.2.9~dfsg.1.orig.tar.gz
efa82b6532332e841d5ad9f94c9c5ea2600c6a71 71864
condor_8.2.9~dfsg.1-1.debian.tar.xz
e170fa59379aef11dcb99f2884efe34026c81818 14762
condor-dbg_8.2.9~dfsg.1-1_all.deb
b0d8c0a628f0046e1d2e2163f474959a7c4b2afd 14762
condor-dev_8.2.9~dfsg.1-1_all.deb
1e6468849e0986329d311743c6160c604e04eb00 14768
condor-doc_8.2.9~dfsg.1-1_all.deb
331f9320229094141ca27d4b0bc5135e1df8a17f 14758 condor_8.2.9~dfsg.1-1_all.deb
943456f63089a5082d4caf309c59d3daa89285a9 39724982
htcondor-dbg_8.2.9~dfsg.1-1_amd64.deb
0b0b50a890c2ce31a5d60845e4e2ffc1b58fb98e 264320
htcondor-dev_8.2.9~dfsg.1-1_amd64.deb
3a469414fb9c4695107c57f3714ff28ff5014f85 1042034
htcondor-doc_8.2.9~dfsg.1-1_all.deb
f6fa06e8730ca63b3d6a8adc50191bb2fbe58100 3893554
htcondor_8.2.9~dfsg.1-1_amd64.deb
41c51848f99942c263bc267a87c6cc2465624698 239310
libclassad-dev_8.2.9~dfsg.1-1_amd64.deb
ebaf1bfb2904d2b97ded99deb47d1efab4991773 189444
libclassad7_8.2.9~dfsg.1-1_amd64.deb
Checksums-Sha256:
84f121d039ae97e96f53de84551d0d7a1b2cec5d924b55bb2b2d7ccdc24205d4 3035
condor_8.2.9~dfsg.1-1.dsc
b2ad347bc051e26b850053b348b8707f5512771150d28463b978dc6d509249d7 9848945
condor_8.2.9~dfsg.1.orig.tar.gz
e30f514c850e0283bafdbe61d31b6e00fc1ab70e1b19f0658f9916e3863d29a0 71864
condor_8.2.9~dfsg.1-1.debian.tar.xz
6d70e1c78e90b8b48e295697c664009633bc24164d3682907e8419550914bd74 14762
condor-dbg_8.2.9~dfsg.1-1_all.deb
d677b50d2b949711e51da6f902029833e414160e9e4207f664f04c3d368f7800 14762
condor-dev_8.2.9~dfsg.1-1_all.deb
c21f75741b9e937ddee1034fc8e4f9c71062d2a0bb8b5ccbf3da65dbcfaeb058 14768
condor-doc_8.2.9~dfsg.1-1_all.deb
da552edf45977e852ec085820f9e79ecfe6ed5b24096229c02e6f9a47d5a039f 14758
condor_8.2.9~dfsg.1-1_all.deb
9de3a1f3d49fe142b1d8394a8deb5d86fd21465b24d782bb8a61622760e4d09b 39724982
htcondor-dbg_8.2.9~dfsg.1-1_amd64.deb
8d1f757b0193a95f3b3379af592ba2e91d66c14320ed848e763442ae712170f3 264320
htcondor-dev_8.2.9~dfsg.1-1_amd64.deb
0c353d5ebecab04802d39bbe6f960623505ed85ef960d6922f97d7102c5e9731 1042034
htcondor-doc_8.2.9~dfsg.1-1_all.deb
711a12677607045f674c3fde472b0bec3ba2e77af5935ec411d9c57623634336 3893554
htcondor_8.2.9~dfsg.1-1_amd64.deb
a8ae1f59cc9a776d3e5d110cf4b21ea19edeaa94399a9d29f351f0c2e03c9b10 239310
libclassad-dev_8.2.9~dfsg.1-1_amd64.deb
091dd68c5af8abdf0047273ff1cba78f9f36d48c9c6535d9a3c46bcfcd2b1787 189444
libclassad7_8.2.9~dfsg.1-1_amd64.deb
Files:
c7c46f894e878912ba7f11138583e81f 3035 science extra condor_8.2.9~dfsg.1-1.dsc
fb93e1c3aa9de3842121bb769de25172 9848945 science extra
condor_8.2.9~dfsg.1.orig.tar.gz
d4c576a7f6a53c6563cdf86bacb30dcf 71864 science extra
condor_8.2.9~dfsg.1-1.debian.tar.xz
876fb0a02a91c1f1d44e49bfa720bf16 14762 oldlibs extra
condor-dbg_8.2.9~dfsg.1-1_all.deb
6cf552300790848a29ef95bc6fc6ce99 14762 oldlibs extra
condor-dev_8.2.9~dfsg.1-1_all.deb
51085ed3741967af0eadc8688137dbf5 14768 oldlibs extra
condor-doc_8.2.9~dfsg.1-1_all.deb
295c58b806ea341ec509c690a0ae841e 14758 oldlibs extra
condor_8.2.9~dfsg.1-1_all.deb
e3dd84b7b9a73ff74009d1099039c02b 39724982 debug extra
htcondor-dbg_8.2.9~dfsg.1-1_amd64.deb
063a12fc8035693b5018ae55be84a9d2 264320 libdevel extra
htcondor-dev_8.2.9~dfsg.1-1_amd64.deb
eec49fb87d24a51c909062b8455c5366 1042034 doc extra
htcondor-doc_8.2.9~dfsg.1-1_all.deb
f6f5debbb68147a95c5cd825bfcdb218 3893554 science extra
htcondor_8.2.9~dfsg.1-1_amd64.deb
c55a757658301fbce9fb6d547b2aaee1 239310 libdevel extra
libclassad-dev_8.2.9~dfsg.1-1_amd64.deb
afe6dfe345529970b02b52cc0952fd3d 189444 libs extra
libclassad7_8.2.9~dfsg.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV0cXlAAoJEMBz0ih/+56bx6sP/1MQSeXkHCjQ1Xp1dNWNm3El
fIvKqAbJd0n4OtV/yDGnABVups55r3CEAbZCXXUQnt0yqi+RsuP31CPrwoYDXMfk
TesWg0mHkzsjDz++L9K5HVsHbz9hg6jdlJzBwtPslu4zI6HdT19OoIFTDF81K0nn
AOBrXWl5KiBplQyPUo+6iuoxEqioG/xZWVtM4cq4txlShTdtdt82+O+OX9igM3or
d8jF+BBMG8unnD1Awpaiw1tBy93oIdRFh5K1SBW/efUeRfUpQQeYIBmqpoOV+vec
2ma068lyLoll0/Xc+btq45Kotto9pZATk4ZrHuKz12xv0l2CEs+l5SbMkc4cVdSG
3CnQu70tmmU3ax5zEdr7n7zeNnOAOz1aes3gRN8vnCONwqKHnx6YGYxaBd6w5lqk
eHTzN6dEqbGIU3yT0lhNwjIoES1GLaqDdlMxVeA3me/XdYSEmhYI8ZnydkXG1qKy
SMi9mzwmx4yVxqePtjbQaq0xAF/4JhzQPRrVrBjOS9praLJLJThmDrd7iIdUIrWP
uQc4N+vW2OuII/Z+jxP6dKw30at3yle2FWhZM8DWDN0LH4k5BDm6ys8/6VAw5fVG
SNgC04prtiVjh1ZDhfDDJvqtPHoApNVSAi5UmAVhpq/+i7Dj+hwnP9M3BEFLF8HM
N3IgOQnhSyIMbkIfANIM
=Cy0+
-----END PGP SIGNATURE-----
--- End Message ---