Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 12:17:57 -0700
From:      Rick Sattler <rjsattler@yahoo.com>
To:        "ports@FreeBSD.org" <ports@FreeBSD.org>
Subject:   make: stopped in /usr/ports/databases/freetds
Message-ID:  <1411154277.46642.YahooMailNeo@web160204.mail.bf1.yahoo.com>

next in thread | raw e-mail | index | archive | help
When trying to compile freetds (as part of an upgrade for apache24, which is dependant on devel/apr1 which is dependant on freetds), I run into the following error;

System: root@aloha:/usr/ports/databases/freetds # uname -a
FreeBSD aloha 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 #0: Mon Sep 15 14:32:29 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

Error:
root@aloha:/usr/ports/devel/apr1 # cd /usr/ports/databases/freetds
root@aloha:/usr/ports/databases/freetds # make MAKE_JOBS_UNSAFE=yes
===>  Building for freetds-0.64_11,1
gmake[2]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64'
Making all in include
gmake[3]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/include'
gmake  all-am
gmake[4]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/include'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/include'
gmake[3]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/include'
Making all in src
gmake[3]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src'
Making all in replacements
gmake[4]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/replacements'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/replacements'
Making all in tds
gmake[4]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds'
gmake  all-recursive
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds'
Making all in unittests
gmake[6]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds/unittests'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds/unittests'
gmake[6]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds'
gmake[6]: Nothing to be done for `all-am'.
gmake[6]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds'
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds'
gmake[4]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/tds'
Making all in ctlib
gmake[4]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/ctlib'
Making all in unittests
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/ctlib/unittests'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/ctlib/unittests'
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/ctlib'
gmake[5]: Nothing to be done for `all-am'.
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/ctlib'
gmake[4]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/ctlib'
Making all in dblib
gmake[4]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/dblib'
Making all in unittests
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/dblib/unittests'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/dblib/unittests'
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/dblib'
gmake[5]: Nothing to be done for `all-am'.
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/dblib'
gmake[4]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/dblib'
Making all in odbc
gmake[4]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/odbc'
Making all in unittests
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/odbc/unittests'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/odbc/unittests'
gmake[5]: Entering directory `/usr/ports/databases/freetds/work/freetds-0.64/src/odbc'
if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/local/include  -I/usr/local/include -DLIBICONV_PLUG -D_FREETDS_LIBRARY_SOURCE -DIODBC -I/usr/local/include -I/usr/local/include/p11-kit-1   -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long  -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -MT odbc.lo -MD -MP -MF ".deps/odbc.Tpo" -c -o odbc.lo odbc.c; \
then mv -f ".deps/odbc.Tpo" ".deps/odbc.Plo"; else rm -f ".deps/odbc.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -D_FREETDS_LIBRARY_SOURCE -DIODBC -I/usr/local/include -I/usr/local/include/p11-kit-1 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -MT odbc.lo -MD -MP -MF .deps/odbc.Tpo -c odbc.c  -fPIC -DPIC -o .libs/odbc.o
In file included from odbc.c:54:
In file included from ../../include/tdsodbc.h:34:
/usr/local/include/libiodbc/isql.h:84:10: error: 'sql.h' file not found with <angled> include; use "quotes" instead
#include <sql.h>
         ^~~~~~~
         "sql.h"
In file included from odbc.c:54:
In file included from ../../include/tdsodbc.h:34:
In file included from /usr/local/include/libiodbc/isql.h:84:
/usr/local/include/libiodbc/sql.h:89:10: error: 'sqltypes.h' file not found with <angled> include; use "quotes" instead
#include <sqltypes.h>
         ^~~~~~~~~~~~
         "sqltypes.h"
In file included from odbc.c:54:
In file included from ../../include/tdsodbc.h:34:
In file included from /usr/local/include/libiodbc/isql.h:84:
In file included from /usr/local/include/libiodbc/sql.h:89:
/usr/local/include/libiodbc/sqltypes.h:92:10: error: 'iodbcunix.h' file not found with <angled> include; use "quotes"
      instead
#include <iodbcunix.h>
         ^~~~~~~~~~~~~
         "iodbcunix.h"
In file included from odbc.c:54:
In file included from ../../include/tdsodbc.h:35:
/usr/local/include/libiodbc/isqlext.h:84:10: error: 'sqlext.h' file not found with <angled> include; use "quotes"
      instead
#include <sqlext.h>
         ^~~~~~~~~~
         "sqlext.h"
In file included from odbc.c:54:
In file included from ../../include/tdsodbc.h:35:
In file included from /usr/local/include/libiodbc/isqlext.h:84:
/usr/local/include/libiodbc/sqlext.h:2570:10: error: 'sqlucode.h' file not found with <angled> include; use "quotes"
      instead
#include <sqlucode.h>
         ^~~~~~~~~~~~
         "sqlucode.h"
odbc.c:1680:1: error: conflicting types for 'SQLColAttribute'
SQLColAttribute(SQLHSTMT hstmt, SQLUSMALLINT icol, SQLUSMALLINT fDescType,
^
/usr/local/include/libiodbc/sql.h:831:19: note: previous declaration is here
SQLRETURN SQL_API SQLColAttribute (
                  ^
6 errors generated.
gmake[5]: *** [odbc.lo] Error 1
gmake[5]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/odbc'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src/odbc'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/databases/freetds/work/freetds-0.64'
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/databases/freetds
*** Error code 1
Stop.
make: stopped in /usr/ports/databases/freetds
From owner-freebsd-ports@FreeBSD.ORG  Sat Sep 20 01:51:03 2014
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 69CA93E4;
 Sat, 20 Sep 2014 01:51:03 +0000 (UTC)
Received: from mail-la0-x232.google.com (mail-la0-x232.google.com
 [IPv6:2a00:1450:4010:c03::232])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id B9F2F895;
 Sat, 20 Sep 2014 01:51:02 +0000 (UTC)
Received: by mail-la0-f50.google.com with SMTP id ty20so4187548lab.9
 for <multiple recipients>; Fri, 19 Sep 2014 18:51:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:sender:in-reply-to:references:date:message-id:subject
 :from:to:cc:content-type;
 bh=Q6cCe/HCCGw2pinq/cIfyhLpkxkcu+ys5Hz7kaSxEAU=;
 b=zNXL8HNDYNZhg0E7NSOTXrVpeQDR4mhCJQAOwrtQibD5gTJf2MukBXWxcWbMk/UL1N
 OHahLqKCPlKWnrJ5G/8+HLKJiROflWST6LRIrgJKwQjdLFxmvsmC1xofUZ6/h4vtDvom
 GQEHO22Da9R9pLMt6dMRD07hQJAhHMrPyJ3fAdv3sZyhDPng/U8V2m5QvvcuoYxdcE+m
 0OPqsUZyKnuFsZ6NWi4dZYH3qNnOgrPjuH6wZujmL0cymkz7OluGOF4Drf98FnlVp9/W
 8LbkXTKxs5HlSXh2OY9BBqb1YwxtxbsHiB4JtcPtmSUYEMsZK1qtnmf2JN30SpT8LMiZ
 /Wlw==
MIME-Version: 1.0
X-Received: by 10.152.21.98 with SMTP id u2mr10467037lae.60.1411177860495;
 Fri, 19 Sep 2014 18:51:00 -0700 (PDT)
Sender: bsdkaffee@gmail.com
Received: by 10.152.22.67 with HTTP; Fri, 19 Sep 2014 18:51:00 -0700 (PDT)
In-Reply-To: <540743C3.2000601@freebsd.org>
References: <20140903163622.6dbfb6d8@munin.walstatt.dyndns.org>
 <540743C3.2000601@freebsd.org>
Date: Fri, 19 Sep 2014 21:51:00 -0400
X-Google-Sender-Auth: ohLBPHeyoL_I1qCJJnw_WF0iP_0
Message-ID: <CAJE75NEU+RvY9zbrEcvjPMsCoqXVDLKU_sodtgRNwiX73m9zwg@mail.gmail.com>
Subject: Re: svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting
 equality): found 1.8.0, expected 1.8.10
From: "Jason E. Hale" <jhale@freebsd.org>
To: Stefan Esser <se@freebsd.org>
Content-Type: text/plain; charset=UTF-8
Cc: "O. Hartmann" <ohartman@zedat.fu-berlin.de>,
 FreeBSD Ports <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>;
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Sep 2014 01:51:03 -0000

On Wed, Sep 3, 2014 at 12:37 PM, Stefan Esser <se@freebsd.org> wrote:
> Am 03.09.2014 um 16:36 schrieb O. Hartmann:
>>
>> I receive this error while using /usr/local/bin/svn:
>>
>> svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting
>> equality): found 1.8.0, expected 1.8.10
>>
>> It occurs on every usage of the svn binary installed via port
>> devel/subversion. Using /usr/bin/svn as it is installed by the base
>> system works fine.
>

When you upgrade subversion, make sure you also upgrade
security/subversion-gnome-keyring or for kwallet users
security/subversion-kwallet.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1411154277.46642.YahooMailNeo>