goapp test: out-of-data packages: missing function body

106 views
Skip to first unread message

Martin Drlík

unread,
Jan 18, 2014, 5:42:33 AM1/18/14
to google-ap...@googlegroups.com
Hi guys, has anybody else the same issue while running "goapp test"?
I am getting warning: building out-of-data packages and missing function body afterwards.
output.txt

Glenn Lewis

unread,
Jan 18, 2014, 8:25:02 PM1/18/14
to Martin Drlík, google-appengine-go
For others listening in, the solution that should work (which was posted to the go-nuts list) is to "touch" the timestamps of all the "*.a" files under go_appengine/goroot.
Specifically:

$ cd go_appengine/goroot
$ find . -name "*.a" -exec touch {} \;

This should update the timestamps of all the "*.a" files under "goroot" which should prevent "goapp test" from attempting to rebuild packages that were already built.
After this, try your "goapp test" command again.

Somehow all the timestamps in your distribution got messed up.  You might try re-installing directly from the SDK.  In my experience, some versions of "unzip" (like those provided by cygwin) get the timestamps muddled.  You might also try a different version of unzip, like the excellent "7z.exe" utility on Windows.

-- Glenn


On Sat, Jan 18, 2014 at 2:42 AM, Martin Drlík <marta...@gmail.com> wrote:
Hi guys, has anybody else the same issue while running "goapp test"?
I am getting warning: building out-of-data packages and missing function body afterwards.

--
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
Glenn Lewis | Software Engineer | gml...@google.com | 949-274-8923
Reply all
Reply to author
Forward
0 new messages