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

Bug#597917: marked as done (pdfx: Including "Subject" in xmp metadata fails)



Your message dated Tue, 10 Sep 2013 11:34:51 +0900
with message-id <20130910023451.GL30160@gamma.logic.tuwien.ac.at>
and subject line Closing old and upstream bugs
has caused the Debian Bug report #597917,
regarding pdfx: Including "Subject" in xmp metadata fails
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 owner@bugs.debian.org
immediately.)


-- 
597917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597917
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-latex-extra
Version: 2009-9
Severity: normal


According to the documentation shipped with the package (pdfx.pdf),
you should be able to specify the subject in the xmp metadata, but
pdflatex then fails with

! Undefined control sequence.
l.3 \Subject
            {blah}
? 

Example files:

---- test.tex: ----

\documentclass{report}
\usepackage[a-1b]{pdfx}

\begin{document}
sdf
\end{document}

---- test.xmpdata: ----

\Title{I love LaTeX}
\Author{Me}
\Subject{blah}

----

Without the subject line it works fine, even if I add other
possible information (Keywords, Org, etc.)


######################################
 List of ls-R files

-rw-r--r-- 1 root root 1586 Sep 19 14:27 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 79 Jan 20  2010 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 29 14:45 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 Jun  8 09:32 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 Jun  8 09:32 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE
######################################
 Config files
lrwxrwxrwx 1 root root 20 Jun 29 14:45 /usr/share/texmf/web2c/texmf.cnf -> /etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 5097 Sep 19 14:26 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 8859 Jul 26 10:16 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4189 Jul 26 10:16 /var/lib/texmf/tex/generic/config/language.dat
######################################
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 Nov 10  2008 mktex.cnf
######################################
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
bab3b7e578107f999fa1b0768994f6f8  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-latex-extra depends on:
ii  dpkg                          1.15.8.4   Debian package management system
ii  preview-latex-style           11.85-1    extraction of elements from LaTeX 
ii  tex-common                    2.08       common infrastructure for building
ii  texlive-binaries              2009-7     Binaries for TeX Live
ii  texlive-common                2009-10    TeX Live: Base component
ii  texlive-latex-base            2009-10    TeX Live: Basic LaTeX packages
ii  texlive-pictures              2009-10    TeX Live: Graphics packages and pr

Versions of packages texlive-latex-extra recommends:
ii  texlive-latex-extra-doc       2009-9     TeX Live: Documentation files for 
ii  texlive-latex-recommended     2009-10    TeX Live: LaTeX recommended packag
ii  texpower                      0.2-7      Macros for creating professional p

texlive-latex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]        1.5.35      Debian configuration management sy
ii  dpkg                         1.15.8.4    Debian package management system
ii  ucf                          3.0025+nmu1 Update Configuration File: preserv

Versions of packages texlive-latex-extra is related to:
ii  tex-common                    2.08       common infrastructure for building
ii  texlive-binaries              2009-7     Binaries for TeX Live

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



--- End Message ---
--- Begin Message ---
Dear bug submitter,

the bug you have submitted against one of the TeX packages concerns
not the Debian packaging of TeX Live, nor the upstream TeX Live 
distribution itself, but Up-upstream, the original author of
the respective package.

TeX Live only collects what authors provide.

Thus, neither we, the Debian TeX Team, nor the Upstream TeX Live team
can fix anything regarding this bug.

Furthermore, the bug you have reported is rather old.

We suggest you to do the following:
* verify that the bug is still present with current TeX Live (2013)
  installation on Debian
* if yes, please report the bug to the *original* author of the TeX
  package, and *not* to upstream TeX Live nor Debian

Other ways to deal with these bugs are requesting help from TeX experts,
your local TeX consultant, or local TeX User Groups. One good place to
ask questions is the newsgroup comp.text.tex, or the StackExchange
website http://tex.stackexchange.com


Thanks a lot for your understanding

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------

--- End Message ---

Reply to: