Index | Thread | Search

From:
"Anthony J. Bentley" <bentley@openbsd.org>
Subject:
Re: UPDATE: games/minetest to 5.8.0
To:
Solene Rapenne <solene@perso.pw>
Cc:
izder456 <izder456@disroot.org>, ports@openbsd.org, Fabien ROMANO <fabienromano@gmail.com>
Date:
Thu, 30 May 2024 02:39:36 -0600

Download raw body.

Thread
  • Anthony J. Bentley:

    UPDATE: games/minetest to 5.8.0

  • Anthony J. Bentley:

    UPDATE: games/minetest to 5.8.0

  • Solene Rapenne writes:
    > using updated diff from
    > https://marc.info/?l=openbsd-ports&m=171334749408321&q=mbox
    >
    > I get a compilation error, here are the last 200 lines
    > ...
    > /tmp/pobj_mfs/minetest-5.8.0/minetest-5.8.0/lib/irrlichtmt/source/Irrlicht/CI
    > rrDeviceLinux.cpp:335:31: error: use of undeclared identifier 'getpid'
    >         long pid = static_cast<long>(getpid());
    
    Looks like you're missing
    patch-lib_irrlichtmt_source_Irrlicht_CIrrDeviceLinux_cpp
    which is in the message you linked to. Most likely you had no patches/
    directory and patch(1) chose to create the new file in the parent (see
    https://marc.info/?l=openbsd-ports&m=171628004714049&w=2).
    
    > 4 warnings and 1 error generated.
    > ninja: build stopped: subcommand failed.
    
    That is the only error, the rest of the 200 lines were just warnings.
    
    
    
  • Anthony J. Bentley:

    UPDATE: games/minetest to 5.8.0

  • Anthony J. Bentley:

    UPDATE: games/minetest to 5.8.0