pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
514 stars 117 forks source link

12.45 is broken: it installs files into a wrong location #136

Open yurivict opened 4 years ago

yurivict commented 4 years ago

It copies the path of the build directory and installs files into this path.

Error: Orphaned: /wrkdirs/usr/ports/games/pachi-game-engine/work/stage/usr/bin/pachi
Error: Orphaned: @dir /wrkdirs/usr/ports/games/pachi-game-engine/work/stage/usr/bin
Error: Orphaned: @dir /wrkdirs/usr/ports/games/pachi-game-engine/work/stage/usr
Error: Orphaned: @dir /wrkdirs/usr/ports/games/pachi-game-engine/work/stage
Error: Orphaned: @dir /wrkdirs/usr/ports/games/pachi-game-engine/work
Error: Orphaned: @dir /wrkdirs/usr/ports/games/pachi-game-engine
Error: Orphaned: @dir /wrkdirs/usr/ports/games
Error: Orphaned: @dir /wrkdirs/usr/ports
Error: Orphaned: @dir /wrkdirs/usr
Error: Orphaned: @dir /wrkdirs
lemonsqueeze commented 4 years ago

Hi, If you want help with this you need to give some details. What are you trying to do ?

yurivict commented 4 years ago

I am trying to update the FreeBSD port, and found that the new release is broken.

lemonsqueeze commented 4 years ago

If it was working before try removing DESTDIR from PREFIX in Makefile, I think that's the only thing that changed since 12.40.

yurivict commented 4 years ago

DESTDIR is generally needed in Makefile. Lack of DESTDIR is what causes this breakage.