Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342981 - app-office/lyx-1.6.7: gives error when initiating version control
Summary: app-office/lyx-1.6.7: gives error when initiating version control
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 18:41 UTC by Daniel Arndt
Modified: 2010-10-30 18:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Arndt 2010-10-27 18:41:19 UTC
When initiating version control, LyX returns an error dialog box. Version control is not enabled.



Reproducible: Always

Steps to Reproduce:
1. Open a file in LyX
2. Go to File -> Version Control -> Register...
3. Fill in the initial description with anything.
4. Press OK

Actual Results:  
An error dialog pops up reading:
LyX: Revision control error.
Some problem occured while running the command:
'ci -q -u -i -t-"description" 'file.lyx''.

Expected Results:  
Version control initiation

app-office/lyx-1.6.7 was built with the following:
USE="X cups dia latex (multilib) nls subversion svg -debug -docbook -dot -html -monolithic-build -rcs -rtf" LINGUAS="en -ar -ca -cs -de -el -es -eu -fi -fr -gl -he -hu -id -it -ja -nb -nn -pl -pt -ro -ru -sk -tr -uk -zh_CN -zh_TW"
Comment 1 Wormo (RETIRED) gentoo-dev 2010-10-29 22:26:15 UTC
What does 'emerge -pv lyx' show? I suspect that you are missing useflags for enabling version control (the error message shows it trying rcs for default, but you don't have rcs installed)

If emerging with rcs or subversion useflags doesn't do the trick, please post your 'emerge --info' for further troubleshooting.
Comment 2 Daniel Arndt 2010-10-30 18:51:56 UTC
(In reply to comment #1)
> What does 'emerge -pv lyx' show? I suspect that you are missing useflags for
> enabling version control (the error message shows it trying rcs for default,
> but you don't have rcs installed)
> 
> If emerging with rcs or subversion useflags doesn't do the trick, please post
> your 'emerge --info' for further troubleshooting.
> 

Thanks, I was missing +rcs. I had assumed when I saw subversion in the use flags that is what it used and needed. I suppose looking now, it should have been more obvious the rcs was revision control system.