Jump to content

Search the Community

Showing results for tags 'fedora'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Announcements / News
    • Introductions & Off-Topic Discussion
    • Help & Feedback
  • 0 A.D.
    • General Discussion
    • Gameplay Discussion
    • Game Development & Technical Discussion
    • Art Development
    • Game Modification
    • Project Governance
    • Testing

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


First Name


Last Name


Skype ID

Found 2 results

  1. Hello, I upgraded to Fedora 39 a few days after its release. Since then, I can't build Mozjs. Here's the relevant code, when doing: ./clean-workspaces.sh then: ./update-workspaces.sh I post only the relevant part, but I can post the full logs if needed. Building SpiderMonkey... SpiderMonkey build options: --disable-tests --disable-jemalloc --disable-js-shell --without-intl-api --enable-shared-js --disable-jitspew patching file js/src/moz.build patching file js/src/old-configure patching file python/mozbuild/mozbuild/virtualenv.py patching file third_party/python/virtualenv/virtualenv/discovery/py_info.py patching file python/mozbuild/mozbuild/action/process_define_files.py patching file python/mozbuild/mozbuild/backend/base.py patching file python/mozbuild/mozbuild/preprocessor.py patching file python/mozbuild/mozbuild/util.py patching file python/mozbuild/mozpack/files.py patching file build/moz.configure/flags.configure /home/nicolas/0ad/libraries/source/spidermonkey/mozjs-91.13.1/python/mozbuild/mozbuild/configure/__init__.py:915: SyntaxWarning: invalid escape sequence '\.' RE_MODULE = re.compile("^[a-zA-Z0-9_\.]+$") Traceback (most recent call last): File "/home/nicolas/0ad/libraries/source/spidermonkey/mozjs-91.13.1/build-debug/../js/src/../../configure.py", line 22, in <module> from mozbuild.configure import ( File "/home/nicolas/0ad/libraries/source/spidermonkey/mozjs-91.13.1/python/mozbuild/mozbuild/configure/__init__.py", line 13, in <module> from six.moves import builtins as __builtin__ ModuleNotFoundError: No module named 'six.moves' ERROR: SpiderMonkey build failed If I build it with the option ./update-workspaces.sh --with-system-mozjs it builds, but with errors: Linking Premake5 make : on quitte le répertoire « /home/nicolas/0ad/build/premake/premake5/build/gmake2.unix » Premake args: --with-system-mozjs --atlas Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Package mozjs-91 was not found in the pkg-config search path. Perhaps you should add the directory containing `mozjs-91.pc' to the PKG_CONFIG_PATH environment variable Package 'mozjs-91', required by 'virtual:world', not found Building configurations... Running action 'gmake'... Generated ../workspaces/gcc/Makefile... Generated ../workspaces/gcc/pyrogenesis.make... Generated ../workspaces/gcc/network.make... Generated ../workspaces/gcc/rlinterface.make... Generated ../workspaces/gcc/tinygettext.make... Generated ../workspaces/gcc/lobby.make... Generated ../workspaces/gcc/glooxwrapper.make... Generated ../workspaces/gcc/simulation2.make... Generated ../workspaces/gcc/scriptinterface.make... Generated ../workspaces/gcc/engine.make... Generated ../workspaces/gcc/graphics.make... Generated ../workspaces/gcc/atlas.make... Generated ../workspaces/gcc/gui.make... Generated ../workspaces/gcc/lowlevel.make... Generated ../workspaces/gcc/gladwrapper.make... Generated ../workspaces/gcc/mongoose.make... Generated ../workspaces/gcc/mocks_real.make... Generated ../workspaces/gcc/mocks_test.make... Generated ../workspaces/gcc/AtlasObject.make... Generated ../workspaces/gcc/AtlasUI.make... Generated ../workspaces/gcc/ActorEditor.make... Generated ../workspaces/gcc/Collada.make... Generated ../workspaces/gcc/cxxtestroot.make... Generated ../workspaces/gcc/test.make... Done (1795ms). Then, doing in the relevant folder make fails: nicolas@nt:~/0ad/build/workspaces$ cd gcc/ nicolas@nt:~/0ad/build/workspaces/gcc$ make ==== Building mocks_real (release) ==== Creating obj/mocks_real_Release mocks_real.cpp Linking mocks_real ==== Building network (release) ==== Creating obj/network_Release precompiled.h Dans le fichier inclus depuis ../../../source/network/NetMessages.h:27, depuis ../../../source/network/NetMessage.h:26, depuis ../../../source/pch/network/precompiled.h:26: ../../../source/scriptinterface/ScriptTypes.h:62:10: erreur fatale: jspubtd.h : Aucun fichier ou dossier de ce type 62 | #include "jspubtd.h" | ^~~~~~~~~~~ compilation terminée. make[1]: *** [network.make:139: obj/network_Release/precompiled.h.gch] Error 1 make: *** [Makefile:79: network] Error 2 I made a little research, and the error may be related to the Python six package, which is, if I've understood correctly, used for compatibility between Python 2 and 3. The package python3-six is installed on my computer.
  2. I'm thinking of switching from Ubuntu 20.04 to Fedora 36 next week. Just wanted to check whether I may come across any issues with Fedora. I'm using an NVidia card, which seems to be problematic with Fedora. How well does 0 A.D. run using the default (non-proprietary) driver? My system is an i5 7g with 16GB ram and ran fine with 20.04. Anything else to be aware of?
×
×
  • Create New...