bugzilla-daemon at bugzilla.mindrot.org
2016-May-29  01:18 UTC
[Bug 2574] New: configure: line 5805: syntax error near unexpected token `-Qunused-arguments'
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.
bugzilla-daemon at bugzilla.mindrot.org
2016-May-30  09:51 UTC
[Bug 2574] configure: line 5805: syntax error near unexpected token `-Qunused-arguments'
https://bugzilla.mindrot.org/show_bug.cgi?id=2574
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
I can't reproduce this.  Which compiler (and version) and what version
of autoconf are you using?
("aclocal -I m4" isn't correct as there's no m4 directory.  I
normally
just run "autoreconf" rather than what you have.)
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-May-31  08:15 UTC
[Bug 2574] configure: line 5805: syntax error near unexpected token `-Qunused-arguments'
https://bugzilla.mindrot.org/show_bug.cgi?id=2574
Jean-christophe Manciot <actionmystique at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED
--- Comment #2 from Jean-christophe Manciot <actionmystique at gmail.com>
---
I replaced all my calls to build configure by autoreconf, and I can
build the package now.
Thanks :)
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02  00:42 UTC
[Bug 2574] configure: line 5805: syntax error near unexpected token `-Qunused-arguments'
https://bugzilla.mindrot.org/show_bug.cgi?id=2574
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.