Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#4694 closed defect (worksforme)
mtime error in win32 build script
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | mythtv | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
See the pastebin link, the blacklist was flagging something which was preventing me from submitting the bug.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
My response:
- Please try using the latest SVN code wth this script (uncomment line 32, comment out line 31 of the win32-packager.pl).
- If the problem still occurs, please delete c:\mythtv\delete_to_do_make_clean.txt, and delete all *.a *.o *.dll files from all folders under c:\mythtv, delete c:\msys\bin\myth*.exe and c:\msys\bin\libmyth*.dll and then run the script again (this should give you a full/clean rebuild).
Please post here again if this doesn't solve the problem. Ticket can be closed otherwise.
comment:3 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 Changed 15 years ago by
I have seen these problems before (at work) and there can be some issues with the modification time on windows. From memory it was a problem on FAT partitions mailny.
Google will certainly be able to provide more information if it is still an issue for you.
Note: See
TracTickets for help on using
tickets.
original posters reported error: (from the URL provided) make -f Makefile make[1]: Entering directory `/C/mythtv/mythtv/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/C/mythtv/mythtv/config' EFFECT FAILED (newer -> shell): mtime of file (C:/mythtv/mythtv/libs/libmyth/lib myth-0.21.dll) should be greater than file (C:/mythtv/mythtv/last_build.txt)
They said: "It should be noted that the timestamp of 'myth-0.21.dll' is in fact greater than the timestamp of 'last_build.txt'"