[Scons-dev] Full test run

Managan, Rob managan1 at llnl.gov
Sat Oct 13 13:52:12 EDT 2012


You are right. The test improperly tests for biber being available. I thought I fixed all those cases with my last commit but missed that one.

The file biber_biblatex has this code:
biber = test.where_is('biber')
if not latex:
test.skip_test("Could not find 'biber'; skipping test.\n")

which will not skip the test when biber is not found! I will try to fix that real soon now!
________________________________________
From: scons-dev-bounces at scons.org [scons-dev-bounces at scons.org] on behalf of Russel Winder [russel at winder.org.uk]
Sent: Saturday, October 13, 2012 9:15 AM
To: scons-dev at scons.org
Subject: Re: [Scons-dev] Full test run

Rob,

On Sat, 2012-10-13 at 16:02 +0000, Managan, Rob wrote:

> I am concerned about the biber_biblatex failure; not sure about the other one.

> I thought my recent biber updates should be OK and tested at least two versions of biblatex and biber.

>

> Can you tell me what versions you have of biblatex.sty (head `kpsewhich biblatex.sty`) and biber (biber -v)??

> And possibly the output when the test fails?



|> head `kpsewhich biblatex.sty`

% $Id: biblatex.sty,v 1.7 2011/11/13 19:09:07 lehman stable $



|> biber -v

-bash: biber: command not found

Which I think leads directly to the problem?




More information about the Scons-dev mailing list