Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] ORBit won't compile

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Dufflebunk" <dufflebunk AT go-nix.ca>
  • To: spencero AT mail.utexas.edu, "SM-Discuss AT lists.ibiblio.org"@achilles.go-nix.ca
  • Subject: Re: [SM-Discuss] ORBit won't compile
  • Date: Wed, 5 Mar 2003 15:37:01 -0400

cast --fix does do that... I think... that's the library stuff... but then
I've never bothered to look at what the tests are checking ;)

--------- Original Message --------
From: spencero AT mail.utexas.edu
To: SM-Discuss AT lists.ibiblio.org <SM-Discuss AT lists.ibiblio.org>
Subject: Re: [SM-Discuss] ORBit won't compile
Date: 05/03/03 15:30

>
> Woohoo, thanks for the fix, that one has been bugging me for a long time.
> Is there a way to integrate this kind of thing into the integrity check? A
> file installed by tcp wrappers reffered to nonexistant symbols, that's not
> good.
>
> Small correction, the spell is named 'tcp_wrappers'.
>
> Thanks,
>
> Spencer
>
> On Wednesday 05 March 2003 04:58 am, Lyon Lemmens wrote:
> &gt; &quot;cast -c tcpwrappers ORBit&quot; fixed it for me.
>
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss
>
>
>
>
>From jimmy AT yen.tp Thu Mar 6 07:51:03 2003
Return-Path: <jimmy AT yen.tp>
Delivered-To: sm-discuss AT lists.ibiblio.org
Received: from mail.infinology.com (mail1.infinology.com [38.118.142.100])
by happyhouse.metalab.unc.edu (Postfix) with SMTP id C008720012
for <SM-Discuss AT lists.ibiblio.org>;
Thu, 6 Mar 2003 07:51:02 -0500 (EST)
Received: (qmail 21725 invoked by uid 1011); 6 Mar 2003 12:54:04 -0000
Received: from unknown (HELO yen.tp) (211.74.5.218)
by mail1.infinology.com with SMTP; 6 Mar 2003 12:54:04 -0000
Message-ID: <3E67448D.3050604 AT yen.tp>
Date: Thu, 06 Mar 2003 20:52:29 +0800
From: =?ISO-8859-1?Q?=22Jimmy_Yen=28=3F=3F=3F=29=22?= <jimmy AT yen.tp>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030219
X-Accept-Language: ja, zh-tw, en
MIME-Version: 1.0
To: Lyon Lemmens <redlemon AT knoware.nl>
Subject: Re: [SM-Discuss] ORBit won't compile
References: <20030113112254.39778.qmail AT web40308.mail.yahoo.com>
<3E22DC00.3070605 AT brandeis.edu>
<E18qa64-0001cR-00 AT obelix.nl.oracle.com>
In-Reply-To: <E18qa64-0001cR-00 AT obelix.nl.oracle.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Mailman-Approved-At: Fri, 07 Mar 2003 02:08:35 -0500
cc: SM-Discuss AT lists.ibiblio.org
X-BeenThere: sm-discuss AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Public SourceMage Discussion List <sm-discuss.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-discuss>,
<mailto:sm-discuss-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-discuss>
List-Post: <mailto:sm-discuss AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-discuss>,
<mailto:sm-discuss-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Mar 2003 12:51:03 -0000

Lyon Lemmens wrote:

>I ran into the bugger too.
>
>After a bit of digging through the compile logs, I saw that something called
>libIIOP was the first to fail. Went into the the source dir and saw object
>files for which there were no sourcefiles. One of the objects "options.o"
>contained the __ctype_b symbol (as shown by objdump -t).
>
__ctype_b is one of the deprecated symbols no longer defined in glibc
2.3 by default. As long as everything are compiled with glibc 2.3, this
shouldn't happen again.

>
>So I did a make clean; make -v in the dir, which showed the object files
>were unpacked using "ar -x" from
>
> /usr/lib/libwrap.a
>
>"Gaze from" showed it to be owned by tcpwrappers.
>
>The lib was from august 2002, before I moved to glibc 2.3.1.
>
>"cast -c tcpwrappers ORBit" fixed it for me.
>
>This may give you a handle how to approach this.
>
>
>Maybe a dependency between ORBit and tcpwrappers is required?
>
>
I don't think so. ORBit works on my box without tcp_wrappers being
installed.

haoto




Archive powered by MHonArc 2.6.24.

Top of Page