Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcm commit: perl warnings on OOD working copy #116

Closed
matthewrmshin opened this issue Apr 1, 2014 · 4 comments
Closed

fcm commit: perl warnings on OOD working copy #116

matthewrmshin opened this issue Apr 1, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@matthewrmshin
Copy link
Member

A user has reported a problem, like this:

(SHELL)$ fcm commit
substr outside of string at /opt/fcm-2014-02/bin/../lib/FCM1/Cm.pm line 224.
Use of uninitialized value in string eq at /opt/fcm-2014-02/bin/../lib/FCM1/Cm.pm line 224.
substr outside of string at /opt/fcm-2014-02/bin/../lib/FCM1/Cm.pm line 228.
Use of uninitialized value in string eq at /opt/fcm-2014-02/bin/../lib/FCM1/Cm.pm line 228.
[ERROR] File(s) out of date:
        *     1155   src/d/foo.F90
        *            src/d/bar.F90
        *     1155   src/d/baz.F90
        *     1155   src/d
[FAIL] FCM1::Cm::Abort: abort

We are not able to repeat it in our normal usage, but I guess we should be able to repeat this problem using the combination of his repository and working copy.

@matthewrmshin
Copy link
Member Author

This has not been reported or seen again. In any case, I believe #170 should have fixed this.

@jonnyhtw
Copy link

jonnyhtw commented Feb 3, 2016

Hi there
I am a new member of staff at NIWA and have encountered this same issue (pasted below). Is there a fix for this that I can use? Thank you!

03:16:08.climate-1.u-ab800> fcm ci
[ERROR] File(s) out of date:
        *     5981   app/install_ancil/rose-app.conf
M       *     5981   site/niwa_fitzroy.rc
        *     5981   site
M       *     5981   meta/rose-meta.conf
M       *     5981   rose-suite.conf
[FAIL] FCM1::Cm::Abort: abort

03:16:16.climate-1.u-ab800>

@matthewrmshin
Copy link
Member Author

@jonnyhtw You don't appear to be hitting the bug, (which results in lots of Perl uninitialized value warnings being printed). In your case, you simply need to run svn update on your working copy.

@jonnyhtw
Copy link

jonnyhtw commented Feb 3, 2016

In this case I didn't want to run svn update because I was working on a version of the code which wasn't the most recent one. I have sorted this now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants