Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4694 closed defect (worksforme)

mtime error in win32 build script

Reported by: majost@… 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.

http://pastebin.ca/907955

Change History (4)

comment:1 Changed 16 years ago by David Bussenschutt (aka buzz) <davidbuzz@…>

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'"

comment:2 Changed 16 years ago by David Bussenschutt (aka buzz) <davidbuzz@…>

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 16 years ago by Nigel

Resolution: worksforme
Status: newclosed

comment:4 Changed 16 years ago by Roo <roo.watt@…>

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.