Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 295569

Summary: app-editors/nano-2.2.0: broken makefile.nanorc
Product: Gentoo Linux Reporter: parafin <help>
Component: Current packagesAssignee: SpanKY <vapier>
Status: VERIFIED NEEDINFO    
Severity: normal CC: bug-wranglers
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description parafin 2009-12-03 17:30:48 UTC
If I uncomment in /etc/nanorc following line:
include "/usr/share/nano/makefile.nanorc"
I get this when starting nano:
Error in /usr/share/nano/makefile.nanorc on line 6: Bad regex "\$+[{(][a-Z0-9_-]+[})]": Invalid range end

Press Enter to continue starting nano.
Fix is obvious:
-color blue "\$+[{(][a-Z0-9_-]+[})]"
+color blue "\$+[{(][a-zA-Z0-9_-]+[})]"
Probably it's upstream who is responsible, dunno.
Comment 1 SpanKY gentoo-dev 2009-12-29 06:44:46 UTC
works fine for me and no one else is reporting this.  post `emerge --info` and the full build log (as an attachment) like the bug wranglers should have asked you.  their job is getting sufficient information, not just re-assigning bugs.
Comment 2 parafin 2009-12-29 12:17:01 UTC
It has been fixed in version 2.2.1.
I gave quite enough information, I don't think that you can blame anything on me.
I'll post emerge --info to every bug report in future, if it gives gentoo devs so much pleasure to read it's output even if it is obviously excessive.