[Bug 2574] New: configure: line 5805: syntax error near unexpected token `-Qunused-arguments'

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun May 29 11:18:25 AEST 2016


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

            Bug ID: 2574
           Summary: configure: line 5805: syntax error near unexpected
                    token `-Qunused-arguments'
           Product: Portable OpenSSH
           Version: 7.2p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Build system
          Assignee: unassigned-bugs at mindrot.org
          Reporter: actionmystique at gmail.com

Created attachment 2817
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2817&action=edit
Whole log

Ubuntu 16.04 4.4.0-22
OpenSSH commit 39c0cecaa188a37a2e134795caa68e03f3ced592

        echo --------
        echo Cleaning
        echo --------
        cd git-openssh
        git reset --hard
        git clean -fxd :/
        git fetch --progress --prune origin

        echo ------------------
        echo "Making ./configure"
        echo ------------------
        libtoolize
        aclocal -I m4
        autoheader
        autoconf

        echo -----------
        echo Configuring
        echo -----------
        ./configure     --prefix=/usr --sysconfdir=/etc
--localstatedir=/var

...
checking if gcc supports -Werror... yes
./configure: line 5805: syntax error near unexpected token
`-Qunused-arguments'
./configure: line 5805: `      
OSSH_CHECK_CFLAG_COMPILE(-Qunused-arguments)'

Should I make configure differently?

Whole log is attached.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list