Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 07:18:27 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Shizuka Kudo <shizukakudo_99@yahoo.com>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55750: mail/courier is broken
Message-ID:  <20030908211827.GA830@k7.mavetju>
In-Reply-To: <200309081440.h88Ee4be077973@freefall.freebsd.org>
References:  <200309081440.h88Ee4be077973@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 08, 2003 at 07:40:04AM -0700, Shizuka Kudo wrote:
> The following reply was made to PR ports/55750; it has been noted by GNATS.
> 
> From: Shizuka Kudo <shizukakudo_99@yahoo.com>
> To: Edwin Groothuis <edwin@freebsd.org>,
> 	freebsd-gnats-submit@FreeBSD.org
> Cc:  
> Subject: Re: ports/55750: mail/courier is broken
> Date: Mon, 8 Sep 2003 07:31:07 -0700 (PDT)
> 
>  Hi Edwin,
>  
>  Any error message? I have compiled the port with my patch at
> around 1 Sept without problem

gmake[2]: Entering directory `/local0/scratch/edwin/ports/mail/courier/work/courier-0.43.1/threadlib'
cc  -Wall -O -pipe -march=pentium2  -rpath=/usr/lib:/home/edwin/local-5/lib -o threadtest  test.o libthreadlib.a `cat libthread.dep` -lm 
libthreadlib.a(pthread.o): In function `threadfunc':
pthread.o(.text+0x7e): undefined reference to `pthread_cleanup_push'
pthread.o(.text+0xf0): undefined reference to `pthread_cleanup_pop'
pthread.o(.text+0x13b): undefined reference to `pthread_cleanup_push'
pthread.o(.text+0x16e): undefined reference to `pthread_cleanup_pop'
libthreadlib.a(pthread.o): In function `initcondmutex':
pthread.o(.text+0x217): undefined reference to `pthread_condattr_init'

libthread.dep is empty, what probably the problem is, it should
have -lc_r in it. (or whatever PTHREAD_LIBS is pointing to).

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 



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