Project

General

Profile

Bug #1847

Build fail on MAUS 2.3.1

Added by Rogers, Chris over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Build System
Target version:
Start date:
07 May 2016
Due date:
% Done:

100%

Estimated time:
Workflow:
New Issue

Description

I get

INFO: Installing third party library MPFR 3.1.3
-----------------------------------------------

INFO: Source archive doesn't exist.  Downloading...
--2016-05-06 22:40:20--  http://www.mpfr.org/mpfr-current/mpfr-3.1.3.tar.gz
Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.6
Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.6|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-05-06 22:40:20 ERROR 404: Not Found.

It is correct, the URL should be

wget http://www.mpfr.org/mpfr-3.1.3/mpfr-3.1.3.tar.gz

as the current release on mpfr is now 3.1.4

#1

Updated by Dobbs, Adam over 7 years ago

Thanks for the heads up Chris, I'll get this fixed. In the meantime the mpfr source should be included in the third party tarball (I'll check that too). You can also bypass the whole GCC build bit (if your system compiler supports C++11) by adding a flag --use-system-gcc true to the install script command line call (saves a lot of time on the third party library build).

#2

Updated by Dobbs, Adam over 7 years ago

  • Status changed from Open to In Progress
  • Target version set to MAUS-v2.4.0
  • % Done changed from 0 to 50

OK, fixed this in the merge branch, just running it through Jenkins. Checked the third party tarball too, that does have the source. Will close the issue when Jenkins passes.

#3

Updated by Dobbs, Adam over 7 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 50 to 100

Jenkins is happy, closing the issue

Also available in: Atom PDF