Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47BA3104C1 for ; Thu, 18 Apr 2013 02:28:33 +0000 (UTC) Received: (qmail 12970 invoked by uid 500); 18 Apr 2013 02:28:32 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 12899 invoked by uid 500); 18 Apr 2013 02:28:32 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 12885 invoked by uid 99); 18 Apr 2013 02:28:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 02:28:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [173.201.193.232] (HELO p3plsmtpa09-03.prod.phx3.secureserver.net) (173.201.193.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 02:28:27 +0000 Received: from hub ([76.252.112.72]) by p3plsmtpa09-03.prod.phx3.secureserver.net with id RETk1l00S1Zmh9Y01ETliV; Wed, 17 Apr 2013 19:27:46 -0700 Date: Wed, 17 Apr 2013 21:27:43 -0500 From: "William A. Rowe Jr." To: dev@apr.apache.org Cc: i.galic@brainsware.org Subject: Re: undefined reference to `apr_pool_mutex_set' Message-ID: <20130417212743.32215a33@hub> In-Reply-To: <792240597.462741.1366211671567.JavaMail.root@brainsware.org> References: <553787790.462730.1366211441631.JavaMail.root@brainsware.org> <792240597.462741.1366211671567.JavaMail.root@brainsware.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, 17 Apr 2013 15:14:31 +0000 (UTC) Igor Gali=C4=87 wrote: >=20 > Hi folks, >=20 > I'm having issue with a piece of software (unimrcp) failing to build:=20 >=20 > Making all in unimrcp-server > make[2]: Entering directory > `/build/unimrcp/platforms/unimrcp-server' /bin/bash ../../libtool > --tag=3DCC --mode=3Dlink gcc -g -O2 -pthread -o unimrcpserver > main.o uni_cmdline.o > uni_daemon.o ../../platforms/libunimrcp-server/libunimrcpserver.la > gcc -g -O2 -pthread -o .libs/unimrcpserver main.o uni_cmdline.o > uni_daemon.o ../../platforms/libunimrcp-server/.libs/libunimrcpserver.so > -L/usr/lib /usr/lib/libapr-1.so /usr/lib/libaprutil-1.so > -lsofia-sip-ua -lm -Wl,--rpath > -Wl,/usr/lib ../../platforms/libunimrcp-server/.libs/libunimrcpserver.so: > undefined reference to `apr_pool_mutex_set' collect2: ld returned 1 > exit status >=20 >=20 > The reason, detailed here: > https://code.google.com/p/unimrcp/issues/detail?id=3D78 Seems to be > caused by this projects creative use of APR: > https://code.google.com/p/unimrcp/issues/detail?id=3D29 >=20 > Is there anything I can do other than compile a sepcial version of > APR for this project's requirements? That's what happens when projects don't push hacks upstream :( Sorry we can't provide too much guidance. If there is a submitted patch under the AL lying around somewhere, please flag it to the=20 dev@ list for consideration.