FTBFS in quantal
Bug #1000055 reported by
Clint Byrum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apparmor (Ubuntu) |
Fix Released
|
High
|
Steve Beattie | ||
Quantal |
Fix Released
|
High
|
Steve Beattie |
Bug Description
The attached log shows the FTBFS .. the change I added was unrelated to the build step, so I assume the FTBFS will happen with the package in the archive to.
Relevant snippet:
/usr/bin/pod2html --header --css apparmor.css --infile=
while pdflatex techdoc.tex > /dev/null 2>&1 || exit 1 ; \
grep -q "Label(s) may have changed" techdoc.log; \
do :; done
make[1]: *** [techdoc.pdf] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»
make: *** [build-stamp] Error 2
tags: | added: ftbfs quantal |
Changed in apparmor (Ubuntu Quantal): | |
importance: | Undecided → High |
status: | New → Triaged |
description: | updated |
Changed in apparmor (Ubuntu Quantal): | |
assignee: | nobody → Steve Beattie (sbeattie) |
To post a comment you must log in.
the pdflatex command is specifically failing like so:
! LaTeX Error: File `url.sty' not found.
digging further into it.