Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342956 - [releng] Strange message at beginning of build log
Summary: [releng] Strange message at beginning of build log
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 0.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.1 M7   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-15 07:49 EDT by Paul Webster CLA
Modified: 2011-04-15 13:58 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Webster CLA 2011-04-15 07:49:21 EDT
[start] [22:00:21] setting org.eclipse.releng.basebuilder_v20110302
[start] [22:00:30] setting eclipse
cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse -Q update -C -d org.eclipse.releng.eclipsebuilder
cvs update: CVSROOT must be an absolute pathname (not `tag=v20110113-1624')
cvs update: when using local access method.

it looks like part of a map file is being used by the cvs update.

PW
Comment 1 Andrew Niefer CLA 2011-04-15 13:58:58 EDT
I see this message even when using cvs manually from the command line:

e4Build@build:/shared/eclipse/e4/build/e4> cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse update -d org.eclipse.e4.builder_HEAD
cvs update: CVSROOT must be an absolute pathname (not `tag=v20110113-1624')
cvs update: when using local access method.
cvs update: warning: skipping invalid entry in password file at line 1

There does exist a file ~/.cvspass which starts with tag=v20110113-1624 .

I deleted the contents of this file and the message is gone now.