# Problem with linked packages in the getall file

**URL:** https://community.freefem.org/t/problem-with-linked-packages-in-the-getall-file/3037
**Category:** FreeFEM installation
**Created:** [March 14, 2024, 1:18pm UTC](https://community.freefem.org/t/problem-with-linked-packages-in-the-getall-file/3037 "2024-03-14T13:18:20Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Andres](https://avatars.discourse-cdn.com/v4/letter/a/a4c791/32.png) [@Andres](https://community.freefem.org/u/Andres)
#### Post date: [March 14, 2024, 8:09pm UTC](https://community.freefem.org/t/problem-with-linked-packages-in-the-getall-file/3037/8 "2024-03-14T20:09:55Z")

</div>

The problem was finally solve apdating in getall the mmg and parmmg packages:

 ![Selection_022](https://canada1.discourse-cdn.com/flex030/uploads/freefem/original/2X/e/e4320b07ba1971ea45a28d537ad3c84a4226c2a3.png)

After doing sudo make -j4, the example testvtk.edp in /examples/3dSurf/ did not working, looking at its .log file I commented the last three lines:

//savevtk(“ThL.vtk”,ThL,bin=1);  
//savevtk(“ThL.vtu”,ThL,bin=1);  
//meshL ThL2=vtkloadL(“ThL.vtk”);

This problem was previously reported [here](https://community.freefem.org/t/make-check-on-ubuntu-23-10-fails-testvtk-edp/2851/9)

Then I could run sudo make -j4 and sudo make -j4 check, with the following results:

XFAIL: stokes-adapt-3d-PETSc.edp  
SKIP: PARDISO.edp

However, for my purpose parallel freefem is working well now!

Cheers,

---

_[View the full topic](https://community.freefem.org/t/problem-with-linked-packages-in-the-getall-file/3037)._
