Hi Ralf,

I always had problems with parallel builds. Creatin a new build
directory I get an error pretty soon with  make -j4, (see below)

> Did you start from a clean checkout?
I have just said 'git pull', and git was happy to checkout some files.
Perhaps I need to checkout the whole thing newly.

> Actually, I would suggest to do a vpath build
Yes, :-( I should have known

> Can you confirm that the above commands still show your problem?
Yes, the command (after deleting anything in the build directory again) make
yields still an error (see below) this time a different error though?

I try to checkout the whole fricas repository newly into a different
directory. I can do this
only over a non university i-net connection (still having firewall
problems here)

Cheers
BF.

-- 
% PD Dr Bertfried Fauser
%       Research Fellow, School of Computer Science, Univ. of Birmingham
%       Honorary Associate, University of Tasmania
%       Privat Docent: University of Konstanz, Physics Dept
<http://www.uni-konstanz.de>
% contact |->    URL : http://www.cs.bham.ac.uk/~fauserb/
%              Phone :  +44-121-41-42795

====== ERROR with make -j4 ============================================

; in: SETQ |$markChoices|
;     (SETQ BOOT::|$markChoices|
;             '(ATOM BOOT::COLON LAMBDA BOOT::AUTOSUBSET BOOT::AUTOHARD
;                    BOOT::AUTOREP BOOT::REPPER BOOT::FREESI BOOT::RETRACT))
;
; caught WARNING:
;   undefined variable: |$markChoices|

; in: SETQ |$originalSignature|
;     (SETQ BOOT::|$originalSignature| NIL)
;
; caught WARNING:
;   undefined variable: |$originalSignature|

; in: SETQ |$spadTightList|
;     (SETQ BOOT::|$spadTightList|
;             '(BOOT::|..| BOOT::|#| BOOT::|'| BOOT::|: | BOOT::|:| BOOT::|::|))
;
; caught WARNING:
;   undefined variable: |$spadTightList|

; in: SETQ |$underscoreChar|
;     (SETQ BOOT::|$underscoreChar| (BOOT::|char| 'BOOT::_))
;
; caught WARNING:
;   undefined variable: |$underscoreChar|
;
; compilation unit finished
;   Undefined variables:
;     |$AnalyzeOnly| |$PerCentVariableList| |$categoryPart|
|$convert2NewCompiler| |$insideCAPSULE| |$insideDEF| |$insideEXPORTS|
|$insideTypeExpression| |$markChoices| |$originalSignature|
|$spadTightList| |$underscoreChar|
;   caught 12 WARNING conditions

; /home/fauser/fricas-1.1.2/fricas-build/src/interp/nspadaux.fasl written
; compilation finished in 0:00:00.020
cp def.fasl 
/home/fauser/fricas-1.1.2/fricas-build/target/x86_64-unknown-linux/autoload/def.fasl
615 making exposed.lsp from
/home/fauser/fricas-1.1.2/src/algebra/exposed.lsp.pamphlet
make[3]: *** No rule to make target
`../../../src/interp/../algebra/warm.data', needed by
`/home/fauser/fricas-1.1.2/fricas-build/build/x86_64-unknown-linux/bin/interpsys'.
Stop.
make[3]: *** Waiting for unfinished jobs....
/home/fauser/fricas-1.1.2/fricas-build/build/scripts/document --tangle
--output=exposed.lsp
/home/fauser/fricas-1.1.2/src/algebra/exposed.lsp.pamphlet
make[3]: Leaving directory `/home/fauser/fricas-1.1.2/fricas-build/src/interp'
make[2]: *** [all-interpsys] Error 2
make[2]: Leaving directory `/home/fauser/fricas-1.1.2/fricas-build/src/interp'
make[1]: *** [all-interpsys] Error 2
make[1]: Leaving directory `/home/fauser/fricas-1.1.2/fricas-build/src'
make: *** [all-src] Error 2
fauser@moby:~/fricas-1.1.2/fricas-build$


====== ERROR with make      ============================================

; file: /home/fauser/fricas-1.1.2/fricas-build/src/interp/exposed.lsp
; in: SETQ |$globalExposureGroupAlist|
;     (SETQ BOOT::|$globalExposureGroupAlist|
;             '((BOOT::|basic| (BOOT::|AlgebraicManipulations| . BOOT::ALGMANIP)
;                (BOOT::|AlgebraicNumber| . BOOT::AN)
;                (BOOT::|AlgFactor| . BOOT::ALGFACT)
;                (BOOT::|AlgebraicMultFact| . BOOT::ALGMFACT)
;                (BOOT::|AlgebraPackage| . BOOT::ALGPKG)
;                (BOOT::|AlgebraGivenByStructuralConstants| . BOOT::ALGSC)
;                (BOOT::|Any| . BOOT::ANY) (BOOT::|AnyFunctions1| . BOOT::ANY1)
;                (BOOT::|ArrayStack| . BOOT::ASTACK)
;                (BOOT::|AssociatedJordanAlgebra| . BOOT::JORDAN)
;                (BOOT::|AssociatedLieAlgebra| . BOOT::LIE) ...)
;               (BOOT::|categories| (BOOT::|AbelianGroup| . BOOT::ABELGRP)
;                (BOOT::|AbelianMonoid| . BOOT::ABELMON)
;                (BOOT::|AbelianMonoidRing| . BOOT::AMR)
;                (BOOT::|AbelianSemiGroup| . BOOT::ABELSG)
;                (BOOT::|Aggregate| . BOOT::AGG) (BOOT::|Algebra| .
BOOT::ALGEBRA)
;                (BOOT::|AlgebraicallyClosedField| . BOOT::ACF)
;                (BOOT::|AlgebraicallyClosedFunctionSpace| . BOOT::ACFS)
;                (BOOT::|ArcHyperbolicFunctionCategory| . BOOT::AHYP)
;                (BOOT::|ArcTrigonometricFunctionCategory| . BOOT::ATRIG)
;                (BOOT::|AssociationListAggregate| . BOOT::ALAGG) ...)
;               (BOOT::|Hidden| (BOOT::|AlgebraicFunction| . BOOT::AF)
;                (BOOT::|AlgebraicFunctionField| . BOOT::ALGFF)
;                (BOOT::|AlgebraicHermiteIntegration| . BOOT::INTHERAL)
;                (BOOT::|AlgebraicIntegrate| . BOOT::INTALG)
;                (BOOT::|AlgebraicIntegration| . BOOT::INTAF)
;                (BOOT::|AnonymousFunction| . BOOT::ANON)
;                (BOOT::|AntiSymm| . BOOT::ANTISYM)
;                (BOOT::|ApplyRules| . BOOT::APPRULE)
;                (BOOT::|ApplyUnivariateSkewPolynomial| . BOOT::APPLYORE)
;                (BOOT::|ArrayStack| . BOOT::ASTACK)
;                (BOOT::|AssociatedEquations| . BOOT::ASSOCEQ) ...)
;               (BOOT::|defaults| (BOOT::|AbelianGroup&| . BOOT::ABELGRP-)
;                (BOOT::|AbelianMonoid&| . BOOT::ABELMON-)
;                (BOOT::|AbelianMonoidRing&| . BOOT::AMR-)
;                (BOOT::|AbelianSemiGroup&| . BOOT::ABELSG-)
;                (BOOT::|Aggregate&| . BOOT::AGG-)
;                (BOOT::|Algebra&| . BOOT::ALGEBRA-)
;                (BOOT::|AlgebraicallyClosedField&| . BOOT::ACF-)
;                (BOOT::|AlgebraicallyClosedFunctionSpace&| . BOOT::ACFS-)
;                (BOOT::|ArcTrigonometricFunctionCategory&| . BOOT::ATRIG-)
;                (BOOT::|BagAggregate&| . BOOT::BGAGG-)
;                (BOOT::|BasicType&| . BOOT::BASTYPE-) ...)))
;
; caught WARNING:
;   undefined variable: |$globalExposureGroupAlist|

; in: SETQ |$localExposureData|
;     (SETQ BOOT::|$localExposureData| (COPY-SEQ
BOOT::|$localExposureDataDefault|))
;
; caught WARNING:
;   undefined variable: |$localExposureData|

;     (COPY-SEQ BOOT::|$localExposureDataDefault|)
;
; caught WARNING:
;   undefined variable: |$localExposureDataDefault|

; in: SETQ |$localExposureDataDefault|
;     (SETQ BOOT::|$localExposureDataDefault|
;             (VECTOR (LIST 'BOOT::|basic| 'BOOT::|categories|) (LIST) (LIST)))
;
; caught WARNING:
;   undefined variable: |$localExposureDataDefault|
;
; compilation unit finished
;   Undefined variables:
;     |$globalExposureGroupAlist| |$localExposureData|
|$localExposureDataDefault|
;   caught 4 WARNING conditions

; 
/home/fauser/fricas-1.1.2/fricas-build/target/x86_64-unknown-linux/algebra/exposed.fasl
written
; compilation finished in 0:00:00.022
make[3]: *** No rule to make target
`../../../src/interp/../algebra/warm.data', needed by
`/home/fauser/fricas-1.1.2/fricas-build/build/x86_64-unknown-linux/bin/interpsys'.
Stop.
make[3]: Leaving directory `/home/fauser/fricas-1.1.2/fricas-build/src/interp'
make[2]: *** [all-interpsys] Error 2
make[2]: Leaving directory `/home/fauser/fricas-1.1.2/fricas-build/src/interp'
make[1]: *** [all-interpsys] Error 2
make[1]: Leaving directory `/home/fauser/fricas-1.1.2/fricas-build/src'
make: *** [all-src] Error 2
fauser@moby:~/fricas-1.1.2/fricas-build$

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to