Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295569 - app-editors/nano-2.2.0: broken makefile.nanorc
Summary: app-editors/nano-2.2.0: broken makefile.nanorc
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 17:30 UTC by parafin
Modified: 2009-12-29 12:17 UTC (History)
1 user (show)

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 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.