pjssilva/Algencan.jl

error installing: None of the selected providers can install dependency libmetis.

Closed this issue · 5 comments

I tried to install Algencan with HSL and had the following error.

┌ Error: Error building `Algencan`, showing the last 100 of log: 
│ gfortran -O3 -fPIC -c -o modprobdata.o modprobdata.f90
│ gfortran -O3 -fPIC -c -o modsvdhess.o modsvdhess.f90
│ gfortran -O3 -fPIC -c -o modsvdgrad.o modsvdgrad.f90
│ gfortran -O3 -fPIC -c -o problvlv.o problvlv.f90
│ gfortran -O3 -fPIC -c -o problvlu.o problvlu.f90
│ gfortran -O3 -fPIC -c -o problvlt.o problvlt.f90
│ gfortran -O3 -fPIC -c -o problvls.o problvls.f90
│ gfortran -O3 -fPIC -fopenmp -I/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src -c -o lssma57.o lssma57.f90
│ gfortran -O3 -fPIC -c -o dummy_lssma86.o dummy_lssma86.f90
│ gfortran -O3 -fPIC -c -o dummy_lssma97.o dummy_lssma97.f90
│ gfortran -O3 -fPIC -c -o algencan.o algencan.f90
│ gfortran -O3 -fPIC -c -o lss.o lss.f90
│ gfortran -O3 -fPIC -c -o modminsq.o modminsq.f90
│ gfortran -O3 -fPIC -c -o newtonkkt.o newtonkkt.f90
│ gfortran -O3 -fPIC -c -o auglag.o auglag.f90
│ gfortran -O3 -fPIC -c -o modrspace.o modrspace.f90
│ gfortran -O3 -fPIC -c -o moditetyp.o moditetyp.f90
│ gfortran -O3 -fPIC -c -o modsydat.o modsydat.f90
│ gfortran -O3 -fPIC -c -o gencan.o gencan.f90
│ gfortran -O3 -fPIC -c -o betra.o betra.f90
│ gfortran -O3 -fPIC -c -o moresor.o moresor.f90
│ gfortran -O3 -fPIC -c -o dogleg.o dogleg.f90
│ gfortran -O3 -fPIC -c -o tnls.o tnls.f90
│ gfortran -O3 -fPIC -c -o spgls.o spgls.f90
│ gfortran -O3 -fPIC -c -o newtd.o newtd.f90
│ gfortran -O3 -fPIC -c -o extrap.o extrap.f90
│ gfortran -O3 -fPIC -c -o backtrack.o backtrack.f90
│ gfortran -O3 -fPIC -c -o cgm.o cgm.f90
│ gfortran -O3 -fPIC -c -o calc.o calc.f90
│ gfortran -O3 -fPIC -c -o modhappdat.o modhappdat.f90
│ gfortran -O3 -fPIC -c -o modhpredat.o modhpredat.f90
│ gfortran -O3 -fPIC -c -o happrox.o happrox.f90
│ gfortran -O3 -fPIC -c -o evalal.o evalal.f90
│ gfortran -O3 -fPIC -c -o fparam.o fparam.f90
│ gfortran -O3 -fPIC -c -o misc.o misc.f90
│ gfortran -O3 -fPIC -c -o setpoint.o setpoint.f90
│ gfortran -O3 -fPIC -c -o drand.o drand.f90
│ gfortran -O3 -fPIC -c -o memalloc.o memalloc.f90
│ gfortran -O3 -fPIC -c -o calgencan.o calgencan.f90
│ gfortran -O3 -fPIC -c -o accpro.o accpro.f90
│ ar rcs libprealgencan.a algencan.o newtonkkt.o auglag.o gencan.o betra.o moresor.o dogleg.o tnls.o spgls.o newtd.o extrap.o backtrack.o cgm.o calc.o happrox.o evalal.o fparam.o misc.o setpoint.o drand.o lss.o memalloc.o problvls.o problvlt.o problvlu.o problvlv.o probgiven.o modsydat.o modsvdhess.o modsvdgrad.o modrspace.o modprobdata.o modouttyp.o modminsq.o modmachconst.o modhpredat.o modhappdat.o moditetyp.o modalgparam.o modalgconst.o calgencan.o accpro.o lssma57.o dummy_lssma86.o dummy_lssma97.o
│ echo "create libalgencan.a" > libalgencan.mri
│ echo "addlib libprealgencan.a" >> libalgencan.mri
│ echo "addlib /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/lib/libhsl_ma57.a" >> libalgencan.mri
│ echo "addlib /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/libmetis.a" >> libalgencan.mri
│ echo "save" >> libalgencan.mri
│ echo "end" >> libalgencan.mri
│ ar M < libalgencan.mri 
│ mv -f libalgencan.a /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1/lib
│ make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1/sources/algencan'
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/downloads
│ [ Info: Downloading file http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz
│ [ Info: Done downloading file http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps already exists
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/downloads
│ [ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/downloads already exists
│ [ Info: Downloading file http://www.ime.usp.br/~egbirgin/tango/sources/algencan-3.1.1.tgz
│ [ Info: Done downloading file http://www.ime.usp.br/~egbirgin/tango/sources/algencan-3.1.1.tgz
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src
│ [ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src already exists
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps already exists
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Attempting to create directory usr
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Attempting to create directory usr/lib
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
│ [ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1
│ ERROR: LoadError: None of the selected providers can install dependency libmetis.
│ Use BinDeps.debug(package_name) to see available providers
│ 
│ Stacktrace:
│  [1] error(::String) at ./error.jl:33
│  [2] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at /home/chkwon/.julia/packages/BinDeps/ZEval/src/dependencies.jl:949
│  [3] satisfy!(::BinDeps.LibraryDependency) at /home/chkwon/.julia/packages/BinDeps/ZEval/src/dependencies.jl:922
│  [4] top-level scope at /home/chkwon/.julia/packages/BinDeps/ZEval/src/dependencies.jl:977
│  [5] include at ./boot.jl:317 [inlined]
│  [6] include_relative(::Module, ::String) at ./loading.jl:1044
│  [7] include(::Module, ::String) at ./sysimg.jl:29
│  [8] include(::String) at ./client.jl:392
│  [9] top-level scope at none:0
│ in expression starting at /home/chkwon/.julia/packages/Algencan/vKORW/deps/build.jl:114
│ 
│ Full log at /home/chkwon/.julia/packages/Algencan/vKORW/deps/build.log
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1097
  Building Homebrew → `~/.julia/packages/Homebrew/s09IX/deps/build.log`

Can you attach the full log? I want to see whether Metis was downloaded and installed. What is your SO?

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  510k  100  510k    0     0   709k      0 --:--:-- --:--:-- --:--:--  708k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   329  100   329    0     0    877      0 --:--:-- --:--:-- --:--:--   877
100  154k  100  154k    0     0   102k      0  0:00:01  0:00:01 --:--:--  305k
(cd Lib ; make ) 
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/Lib'
cc -fPIC -O2  -I. -c coarsen.c
cc -fPIC -O2  -I. -c fm.c
cc -fPIC -O2  -I. -c initpart.c
In file included from ./metis.h:35:0,
                 from initpart.c:16:
initpart.c: In function ‘__GrowBisection’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
initpart.c:199:3: note: in expansion of macro ‘GKfree’
   GKfree(&bestwhere, &queue, &touched, LTERM);
   ^
cc -fPIC -O2  -I. -c match.c
cc -fPIC -O2  -I. -c ccgraph.c
cc -fPIC -O2  -I. -c memory.c
In file included from ./metis.h:35:0,
                 from memory.c:15:
memory.c: In function ‘__FreeWorkSpace’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
memory.c:89:3: note: in expansion of macro ‘GKfree’
   GKfree(&ctrl->wspace.edegrees, &ctrl->wspace.vedegrees, &ctrl->wspace.core, &ctrl->wspace.pmat, LTERM);
   ^
cc -fPIC -O2  -I. -c pmetis.c
In file included from ./metis.h:35:0,
                 from pmetis.c:16:
pmetis.c: In function ‘__MlevelRecursiveBisection’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
pmetis.c:138:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph->gdata, &graph->rdata, &graph->label, LTERM);
   ^
cc -fPIC -O2  -I. -c pqueue.c
In file included from ./metis.h:35:0,
                 from pqueue.c:17:
pqueue.c: In function ‘__PQueueFree’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
pqueue.c:110:7: note: in expansion of macro ‘GKfree’
       GKfree(&queue->nodes, &queue->buckets, LTERM);
       ^
cc -fPIC -O2  -I. -c refine.c
cc -fPIC -O2  -I. -c util.c
cc -fPIC -O2  -I. -c timing.c
cc -fPIC -O2  -I. -c debug.c
cc -fPIC -O2  -I. -c bucketsort.c
cc -fPIC -O2  -I. -c graph.c
In file included from ./metis.h:35:0,
                 from graph.c:16:
graph.c: In function ‘__IsConnectedSubdomain’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
graph.c:445:3: note: in expansion of macro ‘GKfree’
   GKfree(&touched, &queue, &cptr, LTERM);
   ^
cc -fPIC -O2  -I. -c stat.c
In file included from ./metis.h:35:0,
                 from stat.c:15:
stat.c: In function ‘__ComputePartitionInfo’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
stat.c:123:3: note: in expansion of macro ‘GKfree’
   GKfree(&kpwgts, &padjncy, &padjwgt, &padjcut, LTERM);
   ^
cc -fPIC -O2  -I. -c kmetis.c
In file included from ./metis.h:35:0,
                 from kmetis.c:16:
kmetis.c: In function ‘__MlevelKWayPartitioning’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
kmetis.c:124:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph->gdata, &graph->rdata, LTERM);
   ^
cc -fPIC -O2  -I. -c kwayrefine.c
In file included from ./metis.h:35:0,
                 from kwayrefine.c:14:
kwayrefine.c: In function ‘__RefineKWay’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
kwayrefine.c:74:5: note: in expansion of macro ‘GKfree’
     GKfree(&graph->gdata, LTERM);  /* Deallocate the graph related arrays */
     ^
cc -fPIC -O2  -I. -c kwayfm.c
cc -fPIC -O2  -I. -c balance.c
cc -fPIC -O2  -I. -c ometis.c
In file included from ./metis.h:35:0,
                 from ometis.c:16:
ometis.c: In function ‘METIS_NodeND’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
ometis.c:138:7: note: in expansion of macro ‘GKfree’
       GKfree(&cptr, &cind, LTERM);
       ^
cc -fPIC -O2  -I. -c srefine.c
cc -fPIC -O2  -I. -c sfm.c
cc -fPIC -O2  -I. -c separator.c
In file included from ./metis.h:35:0,
                 from separator.c:15:
separator.c: In function ‘__ConstructSeparator’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
separator.c:40:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph->rdata, LTERM);
   ^
cc -fPIC -O2  -I. -c mincover.c
In file included from ./metis.h:35:0,
                 from mincover.c:14:
mincover.c: In function ‘__MinCover’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
mincover.c:118:3: note: in expansion of macro ‘GKfree’
   GKfree(&mate, &flag, &level, &queue, &lst, LTERM);
   ^
cc -fPIC -O2  -I. -c mmd.c
cc -fPIC -O2  -I. -c mesh.c
cc -fPIC -O2  -I. -c meshpart.c
In file included from ./metis.h:35:0,
                 from meshpart.c:15:
meshpart.c: In function ‘METIS_PartMeshNodal’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
meshpart.c:101:3: note: in expansion of macro ‘GKfree’
   GKfree(&xadj, &adjncy, &pwgts, LTERM);
   ^
cc -fPIC -O2  -I. -c frename.c
cc -fPIC -O2  -I. -c fortran.c
cc -fPIC -O2  -I. -c myqsort.c
cc -fPIC -O2  -I. -c compress.c
In file included from ./metis.h:35:0,
                 from compress.c:15:
compress.c: In function ‘__CompressGraph’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
compress.c:151:3: note: in expansion of macro ‘GKfree’
   GKfree(&keys, &map, &mark, LTERM);
   ^
cc -fPIC -O2  -I. -c parmetis.c
In file included from ./metis.h:35:0,
                 from parmetis.c:15:
parmetis.c: In function ‘METIS_NodeNDP’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
parmetis.c:143:7: note: in expansion of macro ‘GKfree’
       GKfree(&cptr, &cind, LTERM);
       ^
cc -fPIC -O2  -I. -c estmem.c
In file included from ./metis.h:35:0,
                 from estmem.c:16:
estmem.c: In function ‘__EstimateCFraction’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
estmem.c:102:3: note: in expansion of macro ‘GKfree’
   GKfree(&cmap, &match, &perm, LTERM);
   ^
cc -fPIC -O2  -I. -c mpmetis.c
In file included from ./metis.h:35:0,
                 from mpmetis.c:16:
mpmetis.c: In function ‘METIS_mCHPartGraphRecursive’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
mpmetis.c:125:3: note: in expansion of macro ‘GKfree’
   GKfree(&myubvec, LTERM);
   ^
cc -fPIC -O2  -I. -c mcoarsen.c
cc -fPIC -O2  -I. -c mmatch.c
cc -fPIC -O2  -I. -c minitpart.c
In file included from ./metis.h:35:0,
                 from minitpart.c:16:
minitpart.c: In function ‘__MocGrowBisection’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
minitpart.c:95:3: note: in expansion of macro ‘GKfree’
   GKfree(&bestwhere, LTERM);
   ^
minitpart.c: In function ‘__MocInit2WayBalance’:
minitpart.c:248:17: warning: implicit declaration of function ‘SelectQueueOneWay’ [-Wimplicit-function-declaration]
     if ((cnum = SelectQueueOneWay(ncon, npwgts, tpwgts, from, parts)) == -1)
                 ^
cc -fPIC -O2  -I. -c mbalance.c
cc -fPIC -O2  -I. -c mrefine.c
cc -fPIC -O2  -I. -c mutil.c
cc -fPIC -O2  -I. -c mfm.c
cc -fPIC -O2  -I. -c mkmetis.c
In file included from ./metis.h:35:0,
                 from mkmetis.c:16:
mkmetis.c: In function ‘__MCMlevelKWayPartitioning’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
mkmetis.c:118:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph->nvwgt, &graph->npwgts, &graph->gdata, &graph->rdata, LTERM);
   ^
cc -fPIC -O2  -I. -c mkwayrefine.c
cc -fPIC -O2  -I. -c mkwayfmh.c
cc -fPIC -O2  -I. -c mrefine2.c
cc -fPIC -O2  -I. -c minitpart2.c
In file included from ./metis.h:35:0,
                 from minitpart2.c:16:
minitpart2.c: In function ‘__MocGrowBisection2’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
minitpart2.c:95:3: note: in expansion of macro ‘GKfree’
   GKfree(&bestwhere, LTERM);
   ^
cc -fPIC -O2  -I. -c mbalance2.c
cc -fPIC -O2  -I. -c mfm2.c
cc -fPIC -O2  -I. -c kvmetis.c
In file included from ./metis.h:35:0,
                 from kvmetis.c:16:
kvmetis.c: In function ‘__MlevelVolKWayPartitioning’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
kvmetis.c:125:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph->gdata, &graph->rdata, LTERM);
   ^
cc -fPIC -O2  -I. -c kwayvolrefine.c
In file included from ./metis.h:35:0,
                 from kwayvolrefine.c:14:
kwayvolrefine.c: In function ‘__RefineVolKWay’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
kwayvolrefine.c:74:5: note: in expansion of macro ‘GKfree’
     GKfree(&graph->gdata, LTERM);  /* Deallocate the graph related arrays */
     ^
cc -fPIC -O2  -I. -c kwayvolfm.c
In file included from ./metis.h:35:0,
                 from kwayvolfm.c:13:
kwayvolfm.c: In function ‘__Random_KWayVolRefine’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
kwayvolfm.c:151:3: note: in expansion of macro ‘GKfree’
   GKfree(&marker, &updind, &phtable, LTERM);
   ^
cc -fPIC -O2  -I. -c subdomains.c
In file included from ./metis.h:35:0,
                 from subdomains.c:16:
subdomains.c: In function ‘__EliminateSubDomainEdges’:
./rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
subdomains.c:885:3: note: in expansion of macro ‘GKfree’
   GKfree(&cand, &cand2, LTERM);
   ^
ar rv ../libmetis.a coarsen.o fm.o initpart.o match.o ccgraph.o memory.o pmetis.o pqueue.o refine.o util.o timing.o debug.o bucketsort.o graph.o stat.o kmetis.o kwayrefine.o kwayfm.o balance.o ometis.o srefine.o sfm.o separator.o mincover.o mmd.o mesh.o meshpart.o frename.o fortran.o myqsort.o compress.o parmetis.o estmem.o mpmetis.o mcoarsen.o mmatch.o minitpart.o mbalance.o mrefine.o mutil.o mfm.o mkmetis.o mkwayrefine.o mkwayfmh.o mrefine2.o minitpart2.o mbalance2.o mfm2.o kvmetis.o kwayvolrefine.o kwayvolfm.o subdomains.o
ar: creating ../libmetis.a
a - coarsen.o
a - fm.o
a - initpart.o
a - match.o
a - ccgraph.o
a - memory.o
a - pmetis.o
a - pqueue.o
a - refine.o
a - util.o
a - timing.o
a - debug.o
a - bucketsort.o
a - graph.o
a - stat.o
a - kmetis.o
a - kwayrefine.o
a - kwayfm.o
a - balance.o
a - ometis.o
a - srefine.o
a - sfm.o
a - separator.o
a - mincover.o
a - mmd.o
a - mesh.o
a - meshpart.o
a - frename.o
a - fortran.o
a - myqsort.o
a - compress.o
a - parmetis.o
a - estmem.o
a - mpmetis.o
a - mcoarsen.o
a - mmatch.o
a - minitpart.o
a - mbalance.o
a - mrefine.o
a - mutil.o
a - mfm.o
a - mkmetis.o
a - mkwayrefine.o
a - mkwayfmh.o
a - mrefine2.o
a - minitpart2.o
a - mbalance2.o
a - mfm2.o
a - kvmetis.o
a - kwayvolrefine.o
a - kwayvolfm.o
a - subdomains.o
ranlib ../libmetis.a
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/Lib'
(cd Programs ; make ) 
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/Programs'
cc -fPIC -O2  -I../Lib  -c pmetis.c
pmetis.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from pmetis.c:15:
pmetis.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
pmetis.c:102:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM);
   ^
cc -fPIC -O2  -I../Lib  -c io.c
cc  -L. -L..  -o ../pmetis pmetis.o io.o  -lmetis -lm
chmod 755 ../pmetis
cc -fPIC -O2  -I../Lib  -c kmetis.c
kmetis.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from kmetis.c:15:
kmetis.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
kmetis.c:102:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, &part, LTERM);
   ^
cc  -L. -L..  -o ../kmetis kmetis.o io.o  -lmetis -lm
chmod 755 ../kmetis
cc -fPIC -O2  -I../Lib  -c oemetis.c
oemetis.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from oemetis.c:15:
oemetis.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
oemetis.c:58:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph.vwgt, &graph.adjwgt, LTERM);
   ^
cc -fPIC -O2  -I../Lib  -c smbfactor.c
In file included from ../Lib/metis.h:35:0,
                 from smbfactor.c:15:
smbfactor.c: In function ‘ComputeFillIn’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
smbfactor.c:80:3: note: in expansion of macro ‘GKfree’
   GKfree(&perm, &xlnz, &xnzsub, &nzsub, LTERM);
   ^
cc  -L. -L..  -o ../oemetis oemetis.o io.o smbfactor.o -lmetis -lm
chmod 755 ../oemetis
cc -fPIC -O2  -I../Lib  -c onmetis.c
onmetis.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from onmetis.c:15:
onmetis.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
onmetis.c:58:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph.vwgt, &graph.adjwgt, LTERM);
   ^
cc  -L. -L..  -o ../onmetis onmetis.o io.o smbfactor.o -lmetis -lm
chmod 755 ../onmetis
cc -fPIC -O2  -I../Lib  -c mesh2dual.c
mesh2dual.c:23:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from mesh2dual.c:16:
mesh2dual.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
mesh2dual.c:68:3: note: in expansion of macro ‘GKfree’
   GKfree(&elmnts, &xadj, &adjncy, LTERM);
   ^
cc  -L. -L..  -o ../mesh2dual mesh2dual.o io.o  -lmetis -lm
chmod 755 ../mesh2dual
cc -fPIC -O2  -I../Lib  -c mesh2nodal.c
mesh2nodal.c:23:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from mesh2nodal.c:16:
mesh2nodal.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
mesh2nodal.c:68:3: note: in expansion of macro ‘GKfree’
   GKfree(&elmnts, &xadj, &adjncy, LTERM);
   ^
cc  -L. -L..  -o ../mesh2nodal mesh2nodal.o io.o  -lmetis -lm
chmod 755 ../mesh2nodal
cc -fPIC -O2  -I../Lib  -c partdmesh.c
partdmesh.c:23:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from partdmesh.c:16:
partdmesh.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
partdmesh.c:89:3: note: in expansion of macro ‘GKfree’
   GKfree(&elmnts, &epart, &npart, LTERM);
   ^
cc  -L. -L..  -o ../partdmesh partdmesh.o io.o  -lmetis -lm
chmod 755 ../partdmesh
cc -fPIC -O2  -I../Lib  -c partnmesh.c
partnmesh.c:23:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from partnmesh.c:16:
partnmesh.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
partnmesh.c:89:3: note: in expansion of macro ‘GKfree’
   GKfree(&elmnts, &epart, &npart, LTERM);
   ^
cc  -L. -L..  -o ../partnmesh partnmesh.o io.o  -lmetis -lm
chmod 755 ../partnmesh
cc -fPIC -O2  -I../Lib  -c graphchk.c
graphchk.c:22:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from graphchk.c:15:
graphchk.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
graphchk.c:55:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM);
   ^
cc  -L. -L..  -o ../graphchk graphchk.o io.o  -lmetis -lm
chmod 755 ../graphchk
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/Programs'
(cd Test ; make ) 
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/Test'
cc -fPIC -O2  -I../Lib  -c mtest.c
mtest.c:23:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(int argc, char *argv[])
 ^
In file included from ../Lib/metis.h:35:0,
                 from mtest.c:16:
mtest.c: In function ‘main’:
../Lib/rename.h:380:19: warning: implicit declaration of function ‘__GKfree’ [-Wimplicit-function-declaration]
 #define GKfree    __GKfree
                   ^
mtest.c:56:3: note: in expansion of macro ‘GKfree’
   GKfree(&graph.xadj, &graph.adjncy, &graph.vwgt, &graph.adjwgt, LTERM);
   ^
cc  -L. -L..  -o ../Graphs/mtest mtest.o ../Programs/io.o  -lmetis -lm
chmod 755 ../Graphs/mtest
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/Test'
patching file src/hsl_ma57d.f90
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g77... no
checking for xlf... no
checking for f77... f77
checking whether the Fortran 77 compiler works... yes
checking for Fortran 77 compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran...  -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath
checking fortran 90 modules inclusion flag... not found
checking how to get verbose linking output from f77... -v
checking for Fortran 77 libraries of f77...  -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
checking for sgemm_... no
checking for ATL_xerbla in -latlas... no
checking for sgemm_ in -lblas... yes
checking for dgemm_ in -ldgemm... no
checking for sgemm_ in -lcxml... no
checking for sgemm_ in -ldxml... no
checking for sgemm_ in -lscs... no
checking for sgemm_ in -lcomplib.sgimath... no
checking for sgemm_ in -lblas... (cached) yes
checking for sgemm_ in -lessl... no
checking for sgemm_ in -lblas... (cached) yes
checking for METIS library... checking for metis_nodend_ in /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/libmetis.a... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating example/Makefile
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src'
gfortran  -fPIC -c -o sdeps90.o sdeps90.f90
gfortran  -fPIC -c -o hsl_ma57s.o hsl_ma57s.f90
gfortran  -fPIC -c -o ddeps90.o ddeps90.f90
gfortran  -fPIC -c -o hsl_ma57d.o hsl_ma57d.f90
f77  -fPIC -c -o sdeps.o sdeps.f
f77  -fPIC -c -o ddeps.o ddeps.f
rm -f libhsl_ma57.a
ar cru libhsl_ma57.a hsl_ma57s.o hsl_ma57d.o sdeps.o sdeps90.o ddeps.o ddeps90.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libhsl_ma57.a
f77  -fPIC -c -o fakemetis.o fakemetis.f
rm -f libfakemetis.a
ar cru libfakemetis.a fakemetis.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libfakemetis.a
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src'
Making all in example
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/example'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/example'
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0'
Making install in src
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src'
make[2]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src'
 /bin/mkdir -p '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/lib'
 /usr/bin/install -c -m 644  libhsl_ma57.a libfakemetis.a '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/lib'
 ( cd '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/lib' && ranlib libhsl_ma57.a )
 ( cd '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/lib' && ranlib libfakemetis.a )
 /bin/mkdir -p 'modules'
 /usr/bin/install -c -m 644 hsl_ma57_single.mod hsl_ma57_double.mod 'modules'
make[2]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src'
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src'
Making install in example
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/example'
make[2]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/example'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/example'
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/example'
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0'
make[2]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0'
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0'
patching file Makefile
patching file sources/algencan/auglag.f90
patching file sources/algencan/Makefile
patching file sources/algencan/newtd.f90
patching file sources/interfaces/cutest/Makefile
make -C /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1/sources/algencan all install
make[1]: Entering directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1/sources/algencan'
gfortran -O3 -fPIC -c -o modalgconst.o modalgconst.f90
gfortran -O3 -fPIC -c -o modalgparam.o modalgparam.f90
gfortran -O3 -fPIC -c -o modmachconst.o modmachconst.f90
gfortran -O3 -fPIC -c -o modouttyp.o modouttyp.f90
gfortran -O3 -fPIC -c -o probgiven.o probgiven.f90
gfortran -O3 -fPIC -c -o modprobdata.o modprobdata.f90
gfortran -O3 -fPIC -c -o modsvdhess.o modsvdhess.f90
gfortran -O3 -fPIC -c -o modsvdgrad.o modsvdgrad.f90
gfortran -O3 -fPIC -c -o problvlv.o problvlv.f90
gfortran -O3 -fPIC -c -o problvlu.o problvlu.f90
gfortran -O3 -fPIC -c -o problvlt.o problvlt.f90
gfortran -O3 -fPIC -c -o problvls.o problvls.f90
gfortran -O3 -fPIC -fopenmp -I/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/src -c -o lssma57.o lssma57.f90
gfortran -O3 -fPIC -c -o dummy_lssma86.o dummy_lssma86.f90
gfortran -O3 -fPIC -c -o dummy_lssma97.o dummy_lssma97.f90
gfortran -O3 -fPIC -c -o algencan.o algencan.f90
gfortran -O3 -fPIC -c -o lss.o lss.f90
gfortran -O3 -fPIC -c -o modminsq.o modminsq.f90
gfortran -O3 -fPIC -c -o newtonkkt.o newtonkkt.f90
gfortran -O3 -fPIC -c -o auglag.o auglag.f90
gfortran -O3 -fPIC -c -o modrspace.o modrspace.f90
gfortran -O3 -fPIC -c -o moditetyp.o moditetyp.f90
gfortran -O3 -fPIC -c -o modsydat.o modsydat.f90
gfortran -O3 -fPIC -c -o gencan.o gencan.f90
gfortran -O3 -fPIC -c -o betra.o betra.f90
gfortran -O3 -fPIC -c -o moresor.o moresor.f90
gfortran -O3 -fPIC -c -o dogleg.o dogleg.f90
gfortran -O3 -fPIC -c -o tnls.o tnls.f90
gfortran -O3 -fPIC -c -o spgls.o spgls.f90
gfortran -O3 -fPIC -c -o newtd.o newtd.f90
gfortran -O3 -fPIC -c -o extrap.o extrap.f90
gfortran -O3 -fPIC -c -o backtrack.o backtrack.f90
gfortran -O3 -fPIC -c -o cgm.o cgm.f90
gfortran -O3 -fPIC -c -o calc.o calc.f90
gfortran -O3 -fPIC -c -o modhappdat.o modhappdat.f90
gfortran -O3 -fPIC -c -o modhpredat.o modhpredat.f90
gfortran -O3 -fPIC -c -o happrox.o happrox.f90
gfortran -O3 -fPIC -c -o evalal.o evalal.f90
gfortran -O3 -fPIC -c -o fparam.o fparam.f90
gfortran -O3 -fPIC -c -o misc.o misc.f90
gfortran -O3 -fPIC -c -o setpoint.o setpoint.f90
gfortran -O3 -fPIC -c -o drand.o drand.f90
gfortran -O3 -fPIC -c -o memalloc.o memalloc.f90
gfortran -O3 -fPIC -c -o calgencan.o calgencan.f90
gfortran -O3 -fPIC -c -o accpro.o accpro.f90
ar rcs libprealgencan.a algencan.o newtonkkt.o auglag.o gencan.o betra.o moresor.o dogleg.o tnls.o spgls.o newtd.o extrap.o backtrack.o cgm.o calc.o happrox.o evalal.o fparam.o misc.o setpoint.o drand.o lss.o memalloc.o problvls.o problvlt.o problvlu.o problvlv.o probgiven.o modsydat.o modsvdhess.o modsvdgrad.o modrspace.o modprobdata.o modouttyp.o modminsq.o modmachconst.o modhpredat.o modhappdat.o moditetyp.o modalgparam.o modalgconst.o calgencan.o accpro.o lssma57.o dummy_lssma86.o dummy_lssma97.o
echo "create libalgencan.a" > libalgencan.mri
echo "addlib libprealgencan.a" >> libalgencan.mri
echo "addlib /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0/lib/libhsl_ma57.a" >> libalgencan.mri
echo "addlib /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3/libmetis.a" >> libalgencan.mri
echo "save" >> libalgencan.mri
echo "end" >> libalgencan.mri
ar M < libalgencan.mri 
mv -f libalgencan.a /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1/lib
make[1]: Leaving directory '/home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1/sources/algencan'
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/downloads
[ Info: Downloading file http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz
[ Info: Done downloading file http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps already exists
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/downloads
[ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/downloads already exists
[ Info: Downloading file http://www.ime.usp.br/~egbirgin/tango/sources/algencan-3.1.1.tgz
[ Info: Done downloading file http://www.ime.usp.br/~egbirgin/tango/sources/algencan-3.1.1.tgz
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src
[ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src already exists
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Directory /home/chkwon/.julia/packages/Algencan/vKORW/deps already exists
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Attempting to create directory /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/metis-4.0.3
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/hsl_ma57-5.2.0
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Attempting to create directory usr
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Attempting to create directory usr/lib
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps
[ Info: Changing directory to /home/chkwon/.julia/packages/Algencan/vKORW/deps/src/algencan-3.1.1
ERROR: LoadError: None of the selected providers can install dependency libmetis.
Use BinDeps.debug(package_name) to see available providers

Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at /home/chkwon/.julia/packages/BinDeps/ZEval/src/dependencies.jl:949
 [3] satisfy!(::BinDeps.LibraryDependency) at /home/chkwon/.julia/packages/BinDeps/ZEval/src/dependencies.jl:922
 [4] top-level scope at /home/chkwon/.julia/packages/BinDeps/ZEval/src/dependencies.jl:977
 [5] include at ./boot.jl:317 [inlined]
 [6] include_relative(::Module, ::String) at ./loading.jl:1044
 [7] include(::Module, ::String) at ./sysimg.jl:29
 [8] include(::String) at ./client.jl:392
 [9] top-level scope at none:0
in expression starting at /home/chkwon/.julia/packages/Algencan/vKORW/deps/build.jl:114

I don't know what you meant by SO. My system is Ubuntu 64 bit and I used HSL. Julia v1.0.3.

Metis has been dowloaded.

chkwon@julia:~/.julia/packages/Algencan/vKORW/deps/src$ ls -al
total 20
drwxrwxr-x 5 chkwon chkwon 4096 Jan 24 22:02 .
drwxrwxr-x 6 chkwon chkwon 4096 Jan 24 22:02 ..
drwxr-xr-x 5 chkwon chkwon 4096 Jan 24 22:02 algencan-3.1.1
drwxr-xr-x 7 chkwon chkwon 4096 Jan 24 22:02 hsl_ma57-5.2.0
drwxrwxr-x 7 chkwon chkwon 4096 Jan 24 22:02 metis-4.0.3

First, sorry SO is the acronym for Operating System in Portuguese, my mother tongue. I should have asked what is our OS...

Anyhow, you answered and your OS is the same as mine and as the one used by Travis. It is weird that it works here and in Trevis but it does not work with you.

I tried to tweak a little the build source so that the dependency only on the sources of Metis is made more clear to the system. I have just uploaded to the master branch. Can you try to use the master branch to see if it works for you? If it does, I may release a new maintenance version.

To do this, just get into the package mode in the REPL and type:

rm Algencan
gc
add http://github.com/pjssilva/Algencan.jl.git

And see if the build now succeeds.

I am assuming that my last commits solved the problem you cite. If not please open another issue.