[Bug 1796] New: Error on rpmbuild while compiling RPMS from tar.gz

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Jul 15 03:29:39 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1796

           Summary: Error on rpmbuild while compiling RPMS from tar.gz
           Product: Portable OpenSSH
           Version: 5.5p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Build system
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: adam at eggys.net


while doing a "rpmbuild -bb openssh.spec" and having enabled building
of x11-askpass:



error: /usr/src/redhat/SPECS/openssh.spec:77: parseExpressionBoolean
returns -1

there was a line in the spec file (line 77) read the following:

%if ! %{no_x11_askpass}

However the defined var is listed at the top of the file as
"skip_x11_askpass"

I replace line 77 with the following:

%if ! %{skip_x11_askpass}

and the problem was resolved.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list