Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jun 2018 19:37:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 226969] net-mgmt/vidalia: Fix build with recent clang
Message-ID:  <bug-226969-7788-E06AgmzEu5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226969-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226969-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226969

Guido Falsi <madpilot@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |madpilot@FreeBSD.org

--- Comment #1 from Guido Falsi <madpilot@FreeBSD.org> ---
I tested your patch, but it fails on head:

/usr/bin/c++  -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG
-DQT_XML_LIB -isystem /usr/local/include/qt4 -isystem
/usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtXml -isystem
/usr/local/include/qt4/QtNetwork -isystem /usr/local/include/qt4/QtCore -I.
-I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtSql
-I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXmlPatterns
-I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtHelp
-I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtSvg
-I/usr/local/share/qt4/mkspecs/default -Isrc -Isrc/torcontrol -Isrc/common
-Isrc/miniupnpc -Isrc/vidalia -Isrc/vidalia/about -Isrc/vidalia/bwgraph
-Isrc/vidalia/config -Isrc/vidalia/help/browser -Isrc/vidalia/log
-Isrc/vidalia/network -O2 -pipe -fstack-protector -fno-strict-aliasing -O2
-pipe -fstack-protector -fno-strict-aliasing -MD -MT
src/vidalia/CMakeFiles/vidalia.dir/network/moc_NetViewer.o -MF
src/vidalia/CMakeFiles/vidalia.dir/network/moc_NetViewer.o.d -o
src/vidalia/CMakeFiles/vidalia.dir/network/moc_NetViewer.o -c
src/vidalia/network/moc_NetViewer.cxx
In file included from src/vidalia/network/moc_NetViewer.cxx:9:
In file included from src/vidalia/network/NetViewer.h:22:
In file included from src/vidalia/network/GeoIpResolver.h:20:
In file included from src/vidalia/Vidalia.h:21:
In file included from src/vidalia/config/TorSettings.h:19:
In file included from src/vidalia/config/AbstractTorSettings.h:20:
In file included from src/torcontrol/TorControl.h:23:
src/torcontrol/TorSignal.h:16:9: warning: '_TORSIGNAL_H' is used as a header
guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _TORSIGNAL_H
        ^~~~~~~~~~~~
src/torcontrol/TorSignal.h:17:9: note: '_TORSGINAL_H' is defined here; did =
you
mean '_TORSIGNAL_H'?
#define _TORSGINAL_H
        ^~~~~~~~~~~~
        _TORSIGNAL_H
In file included from src/vidalia/network/moc_NetViewer.cxx:9:
In file included from src/vidalia/network/NetViewer.h:22:
In file included from src/vidalia/network/GeoIpResolver.h:20:
In file included from src/vidalia/Vidalia.h:21:
src/vidalia/config/TorSettings.h:80:38: error: cannot combine with previous
'bool' declaration specifier
  void setAutoControlPort(const bool auto);
                                     ^
1 warning and 1 error generated.


Could you investigate this?

You can find the full log here:

https://people.freebsd.org/~madpilot/vidalia-0.2.21.log

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226969-7788-E06AgmzEu5>