Configure cannot fully execute anymore.

Questions about Wine on Linux
Locked
kromak
Level 2
Level 2
Posts: 20
Joined: Mon Dec 23, 2019 2:56 pm

Configure cannot fully execute anymore.

Post by kromak »

Hi. I used to execute Wine's configure without problem. But suddenly I have been receiving "Permission denied" messages when it approaches the end. The message is this:
config.status: executing tools/makedep commands
config.status: executing Makefile commands
./config.status: line 551: tools/makedep: Permission denied
config.status: error: could not create Makefile
If I switch to the tools dir, and execute makedep manually, the same "Permision denied" message appears again. I tried to run it as root, but the same happens.

This is happening with all the three different wine that I tested (1.9, 8.0 and 8.11)
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Configure cannot fully execute anymore.

Post by jkfloris »

Looking at the file permissions on my own system, they are:

Code: Select all

tools$ ls -asl
totaal 772
  4 drwxr-xr-x 10 floris floris   4096 10 aug 22:58 .
  4 drwxr-xr-x 12 floris floris   4096 10 aug 23:17 ..
484 -rwxr-xr-x  1 floris floris 494008 10 aug 22:53 makedep
  4 -rw-r--r--  1 floris floris    179 10 aug 22:53 Makefile
 80 -rwxr-xr-x  1 floris floris  78808 10 aug 22:58 make_xftmpl
160 -rw-r--r--  1 floris floris 161824 10 aug 22:54 make_xftmpl.o
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:59 sfnt2fon
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:59 widl
  4 -rw-r--r--  1 floris floris   2045 10 aug 22:58 wineapploader
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:58 winebuild
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:59 winedump
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:59 winegcc
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:53 winemaker
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:58 wmc
  4 drwxr-xr-x  2 floris floris   4096 10 aug 22:58 wrc
Locked