Opened 14 years ago

Closed 14 years ago

#64 closed defect (fixed)

Fail to open spec file for RPM package

Reported by: Nikita Krupen'ko Owned by: Bruno Cornec
Priority: major Milestone: 0.10.1
Component: pb Version: 0.9.10
Keywords: Cc:

Description

Project Builder fails to open spec file while building RPM with the following error:

sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file

This happens due to single quotes used instead of the double quotes. In the attachment patch to fix this issue.

Attachments (1)

project-builder-0.9.10-arg-fix.patch (745 bytes ) - added by Nikita Krupen'ko 14 years ago.
Pacth to fix the problem with quotes

Download all attachments as: .zip

Change History (4)

by Nikita Krupen'ko, 14 years ago

Pacth to fix the problem with quotes

comment:1 by Bruno Cornec, 14 years ago

Could you provide to me what pbpackager entry you used to provoke this error ? I cannot see what address would create this problem.

comment:2 by Nikita Krupen'ko, 14 years ago

pbpackager is:

Nikita Krupen'ko <MY_EMAIL>

I think, the problem with apostrophe. So using doublequotes instead of single one solves the problem.

comment:3 by Bruno Cornec, 14 years ago

Resolution: fixed
Status: newclosed

Thanks for your explanations and patch. Applied in rev [1085]. Will be in 0.9.11.

Note: See TracTickets for help on using tickets.