Source: gmsh
Version: 4.1.3+ds1-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: breaks

Hi Maintainer

The recent upload of gmsh 4.1.3+ds1-1 to unstable breaks the autopkgtest of octave-msh 1.0.10-6 in testing with the following error:

[inst/msh2m_gmsh.m]
>>>>> /tmp/autopkgtest-lxc.pwwni_ng/downtmp/build.loD/src/inst/msh2m_gmsh.m
***** test
 fid = fopen("circle.geo","w");
 fprintf(fid,"Point(1) = {0, 0, 0, 1};\n");
 fprintf(fid,"Point(2) = {1, 0, 0, 1};\n");
 fprintf(fid,"Point(3) = {-1, 0, 0, 1};\n");
 fprintf(fid,"Circle(1) = {3, 1, 2};\n");
 fprintf(fid,"Circle(2) = {2, 1, 3};\n");
 fprintf(fid,"Line Loop(4) = {2, 1};\n");
 fprintf(fid,"Plane Surface(4) = {4};");
 fclose(fid);
 mesh = msh2m_gmsh("circle","v",0);
 system("rm circle.geo");
 nnodest = length(unique(mesh.t));
 nnodesp = columns(mesh.p);
 assert(nnodest,nnodesp);
warning: tmpnam is obsolete and will be removed from a future version of Octave, please use tempname instead
!!!!! test failed
load: unable to determine file format of '/tmp/oct-j8087D_p.txt'

Regards
Graham


[1] https://ci.debian.net/packages/o/octave-msh/testing/amd64/

Reply via email to