Bug#792047: chemps2: FTBFS on i386: points sphinx at wrong directory

2015-07-11 Thread Sebastian Wouters
Hi Michael and Aaron,

I committed what you asked for to the git:
http://anonscm.debian.org/cgit/debichem/packages/chemps2.git/tree/debian/rules

Only the build directory obj-${...} is changed to obj-${DEB_HOST_GNU_TYPE},
as I gather from e.g.
https://packages.debian.org/sid/i386/libhdf5-8/filelist that the
installation directory is still
/usr/lib/i386-linux-gnu/.

Best wishes,
Sebastian


Bug#792047: chemps2: FTBFS on i386: points sphinx at wrong directory

2015-07-11 Thread Aaron M. Ucko
Sebastian Wouters sebastianwout...@gmail.com writes:

 Only the build directory obj-${...} is changed to obj-${DEB_HOST_GNU_TYPE},
 as I gather from e.g.
 https://packages.debian.org/sid/i386/libhdf5-8/filelist that the
 installation directory is still
 /usr/lib/i386-linux-gnu/.

That's correct; thanks for checking (and for the quick response).

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#792047: chemps2: FTBFS on i386: points sphinx at wrong directory

2015-07-10 Thread Aaron M. Ucko
Source: chemps2
Version: 1.5-1
Severity: important

The i386 build of chemps2 failed:

  PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b html \
   -c obj-i386-linux-gnu/sphinx/ \
   -D html_theme=default \
   -D mathjax_path=/usr/share/javascript/mathjax/MathJax.js sphinx/ 
build-sphinx/html
  Error: Configuration directory doesn't contain conf.py file.

The actual object directory here is named obj-i586-linux-gnu, based on
a tuple available as DEB_HOST_GNU_TYPE; please use that variable when
constructing obj-* paths throughout debian/rules.

Thanks!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org