← Back to team overview

yade-users team mailing list archive

[Question #706851]: FreeGlut versus FREEGLUT package

 

New question #706851 on Yade:
https://answers.launchpad.net/yade/+question/706851

hi,
during my cmake process to generate the Makefile for the latest yade version 2023-05-15 , I got a Warning about freeglut:
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (FREEGLUT)
  does not match the name of the calling package (FreeGlut).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cMake/FindFreeGlut.cmake:14 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:898 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found FREEGLUT: /usr/include/GL

I don't know if it is critical but, right now the GUI display is no more working (i.e the yade --check option is working!)

for example in debug mode the first thread is :
Thread 1 (Thread 0x7f04fc3a4dc0 (LWP 109253) "yade"):
#0  0x00007f04fb7c574f in wait4 () from /lib64/libc.so.6
#1  0x00007f04fb73cba7 in do_system () from /lib64/libc.so.6
#2  0x00007f04f8a3d73e in crashHandler (sig=11) at /home/oger/yade_full_install_local/trunk/core/main/pyboot.cpp:16
#3  <signal handler called>
#4  0x00007f04fbdb5efb in PyModule_GetState () from /usr/lib64/libpython3.6m.so.1.0
#5  0x00007f0484192783 in ?? () from /usr/lib64/python3.6/lib-dynload/readline.cpython-36m-x86_64-linux-gnu.so
#6  0x00007f04895b2e73 in rl_initialize () from /usr/lib64/../lib64/libedit.so.0
#7  0x00007f0484192909 in PyInit_readline () from /usr/lib64/python3.6/lib-dynload/readline.cpython-36m-x86_64-linux-gnu.so
#8  0x00007f04fbe44ba3 in _PyImport_LoadDynamicModuleWithSpec () from /usr/lib64/libpython3.6m.so.1.0
#9  0x00007f04fbe43031 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#10 0x00007f04fbdb4da5 in PyCFunction_Call () from /usr/lib64/libpython3.6m.so.1.0
#11 0x00007f04fbe2caca in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#12 0x00007f04fbe25fd6 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#13 0x00007f04fbe2624f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#14 0x00007f04fbe26455 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#15 0x00007f04fbe2a9d5 in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#16 0x00007f04fbe2617f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#17 0x00007f04fbe26455 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#18 0x00007f04fbe2a9d5 in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#19 0x00007f04fbe2617f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#20 0x00007f04fbe26455 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#21 0x00007f04fbe2a9d5 in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#22 0x00007f04fbe2617f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#23 0x00007f04fbe26455 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#24 0x00007f04fbe2a9d5 in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#25 0x00007f04fbe2617f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#26 0x00007f04fbe26455 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#27 0x00007f04fbe2a9d5 in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#28 0x00007f04fbe2617f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#29 0x00007f04fbe2e370 in _PyFunction_FastCallDict () from /usr/lib64/libpython3.6m.so.1.0
#30 0x00007f04fbd6c9ee in _PyObject_FastCallDict () from /usr/lib64/libpython3.6m.so.1.0
#31 0x00007f04fbd6d8c4 in _PyObject_CallMethodIdObjArgs () from /usr/lib64/libpython3.6m.so.1.0
#32 0x00007f04fbe43d9c in PyImport_ImportModuleLevelObject () from /usr/lib64/libpython3.6m.so.1.0
#33 0x00007f04fbe2c79f in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#34 0x00007f04fbe25fd6 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#35 0x00007f04fbe2624f in ?? () from /usr/lib64/libpython3.6m.so.1.0
#36 0x00007f04fbe26455 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#37 0x00007f04fbe2928e in _PyEval_EvalFrameDefault () from /usr/lib64/libpython3.6m.so.1.0
#38 0x00007f04fbe25fd6 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#39 0x00007f04fbe26113 in PyEval_EvalCode () from /usr/lib64/libpython3.6m.so.1.0
#40 0x00007f04fbe4fa60 in ?? () from /usr/lib64/libpython3.6m.so.1.0
#41 0x00007f04fbe51891 in PyRun_FileExFlags () from /usr/lib64/libpython3.6m.so.1.0
#42 0x00007f04fbe519ed in PyRun_SimpleFileExFlags () from /usr/lib64/libpython3.6m.so.1.0
#43 0x00007f04fbe68a91 in Py_Main () from /usr/lib64/libpython3.6m.so.1.0
#44 0x0000562b12a00c90 in main ()
[Inferior 1 (process 109253) detached]
Erreur de segmentation (core dumped)





You received this question notification because your team yade-users is
an answer contact for Yade.