Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ SMAUG ➜ Compiling the server ➜ Can't do inplace edit on dependencies.d: No such file or directory.

Can't do inplace edit on dependencies.d: No such file or directory.

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Oblisgr   (123 posts)  Bio
Date Wed 11 Mar 2020 12:23 PM (UTC)
Message
smaugfuss 1.9.3
compiling with WSL

why this happening?
can it be fixed?


make -s smaug
  Compiling o/act_comm.o....
Generating dependency file ...
Can't do inplace edit on dependencies.d: No such file or directory.
Done compiling mud.
make -s dns
Done compiling DNS resolver.
Top

Posted by Fiendish   USA  (2,534 posts)  Bio   Global Moderator
Date Reply #1 on Wed 11 Mar 2020 02:03 PM (UTC)

Amended on Wed 11 Mar 2020 02:14 PM (UTC) by Fiendish

Message
This line is failing to find the dependencies.d file: https://github.com/Arthmoor/SmaugFUSS/blob/a8988c1667c06aed92486b28bd03a1776755578d/src/Makefile#L75

Because the line before it is failing to generate that file.

I found that by searching through the source tree for "Generating dependency file ...". You could do that too.

If you remove the @ from the start of https://github.com/Arthmoor/SmaugFUSS/blob/a8988c1667c06aed92486b28bd03a1776755578d/src/Makefile#L74 you'll see what it's trying to do.

https://github.com/fiendish/aardwolfclientpackage
Top

Posted by Oblisgr   (123 posts)  Bio
Date Reply #2 on Wed 11 Mar 2020 08:38 PM (UTC)

Amended on Wed 11 Mar 2020 09:52 PM (UTC) by Oblisgr

Message
I found the problem.

I had stored my mud in a flash disk and somehow the file couldnt be created. i copied the mud into my disk and now is creating normally.

Stupid reasons for stupid problems.

Thanks for replay.
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #3 on Wed 11 Mar 2020 09:26 PM (UTC)

Amended on Wed 11 Mar 2020 09:33 PM (UTC) by Nick Gammon

Message
Do you have a dependencies.d folder inside the src folder? I tink that is what it is looking for.

Looks like I am wrong, it is a file not a folder.

Make sure you have permissions to change files in the src folder.

Try typing (when in the src folder):


ls -ld .
ls -l dependencies.d


In my case I got:


$ ls -ld .

drwxr-x--- 3 nick nick 4096 Mar 12 08:28 .

$ ls -l dependencies.d

-rw-rw---- 1 nick nick 4478 May 16  2016 dependencies.d


So you can see I had read/write/execute access (as the owner) of the directory "src" and read/write access of the file dependencies.d

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


12,446 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.