Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160310 - repoman fails on '\ ' (backslash space)
Summary: repoman fails on '\ ' (backslash space)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 147007
  Show dependency tree
 
Reported: 2007-01-05 12:02 UTC by Michael Hanselmann (hansmi) (RETIRED)
Modified: 2007-01-07 20:15 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 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2007-01-05 12:02:45 UTC
repoman fails on paludis-0.14.1.ebuild over these lines:
    local repositories=`echo default $(usev cran) | tr -s \  ,`
    local clients=`echo default $(usev contrarius) | tr -s \  ,`

with this error message:
   sys-apps/paludis/paludis-0.14.1.ebuild: Line continuation ("\") Syntax Error. Line 51
   sys-apps/paludis/paludis-0.14.1.ebuild: Line continuation ("\") Syntax Error. Line 52

The syntax, backslash space, is valid, tough.
Comment 1 Zac Medico gentoo-dev 2007-01-06 06:42:29 UTC
In svn r5471 I've completely removed the line continuation syntax check since it doesn't seem worth the effort to fix it.
Comment 2 Zac Medico gentoo-dev 2007-01-07 20:15:11 UTC
This has been released in 2.1.2_rc4-r7.