Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Version reporting

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jack Bertram <jack AT jbertram.net>
  • To: sm-discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] Version reporting
  • Date: Wed, 5 Mar 2003 13:21:21 +0000

* Dufflebunk <dufflebunk AT dufflebunk.homeip.net> [030305 13:10]:
> You complain about the clunkyness of the web interface to bugzilla, and
> suggest a bash/dialog frontend to a perl script? In the same email too!
> *LOL*

Well, I actually wasn't thinking of a dialog frontend, just something
that would prompt sequentially for the appropriate fields. I never use
the dialog bits of sorcery. But I take your point!

jack
>From redlemon AT knoware.nl Wed Mar 5 09:38:21 2003
Return-Path: <redlemon AT knoware.nl>
Delivered-To: sm-discuss AT lists.ibiblio.org
Received: from obelix.nl.oracle.com (a80-126-112-3.adsl.xs4all.nl
[80.126.112.3])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id B910A20014
for <SM-Discuss AT lists.ibiblio.org>;
Wed, 5 Mar 2003 09:38:20 -0500 (EST)
Received: from llemmens by obelix.nl.oracle.com with local (Exim 4.12)
id 18qa64-0001cR-00; Wed, 05 Mar 2003 15:42:16 +0100
From: Lyon Lemmens <redlemon AT knoware.nl>
To: Jeremy Kolb <jkolb AT brandeis.edu>,
Jose Bernardo Silva <josebernardo1 AT yahoo.com>
Subject: Re: [SM-Discuss] ORBit won't compile
Date: Wed, 5 Mar 2003 11:58:33 +0100
User-Agent: KMail/1.5
References: <20030113112254.39778.qmail AT web40308.mail.yahoo.com>
<3E22DC00.3070605 AT brandeis.edu>
In-Reply-To: <3E22DC00.3070605 AT brandeis.edu>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <E18qa64-0001cR-00 AT obelix.nl.oracle.com>
Sender: Lyon Lemmens <redlemon AT knoware.nl>
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: Wed, 05 Mar 2003 14:38:21 -0000

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).

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?


On Monday 13 January 2003 16:32, Jeremy Kolb wrote:
> orbit still failed with that undefined __ctype_b symbol :(
>
> Jeremy
>
> Jose Bernardo Silva wrote:
> >Jeremy, try first a "cast -c glib", as the problem
> >could be with libglib.so that should have been
> >recompiled after the last time you rebuilt glibc.
> >
> > --- "Jeremy A. Kolb" <jkolb AT brandeis.edu> wrote: >
> >should i recompile glibc? i already recompiled gcc
> >
> >>and it didn't change
> >>anything.
> >>
> >>Jeremy
> >>
> >>On Sun, 12 Jan 2003, Robin Cook wrote:
> >>>This is not a problem with ORBit itself. Have you
> >>
> >>tried doing a system
> >>
> >>>rebuild?
> >>>
> >>>CuZnDragon
> >>>Robin Cook
> >>>
> >>>Jeremy Kolb wrote:
> >>>>no, and now i can't run abiword.
> >>>>
> >>>>Jeremy
> >>>>
> >>>>Spencer Ogden wrote:
> >>>>>Jeremy,
> >>>>>
> >>>>>Did you ever discover the source of this error?
> >>
> >>I am getting in as well.
> >>
> >>>>>Spencer
> >>>>>
> >>>>>On Tuesday 03 December 2002 01:15 pm, Jeremy
> >>
> >>Kolb wrote:
> >>>>>>have this error when compiling the new ORBit:
> >>>>>>
> >>>>>>ame-client.o
> >>
> >>../../../src/orb/.libs/libORBit.so -L/usr/lib
> >>
> >>>>>>../../../src/IIOP/.libs/libIIOP.so
> >>>>>>../../../src/ORBitutil/.libs/libORBitutil.so
> >>>>>>./.libs/libORBitCosNaming.so
> >>
> >>/usr/lib/libglib.so -lm
> >>
> >>>>>>! Problem Detected !
> >>>>>>../../../src/IIOP/.libs/libIIOP.so: undefined
> >>
> >>reference to `__ctype_b'
> >>
> >>>>>>collect2: ld returned 1 exit status
> >>>>>>make[4]: *** [name-client] Error 1
> >>>>>>make[4]: Leaving directory
> >>
> >>`/usr/src/ORBit-0.5.17/src/services/name'
> >>
> >>>>>>make[3]: *** [all-recursive] Error 1
> >>>>>>make[3]: Leaving directory
> >>
> >>`/usr/src/ORBit-0.5.17/src/services'
> >>
> >>>>>>make[2]: *** [all-recursive] Error 1
> >>>>>>make[2]: Leaving directory
> >>
> >>`/usr/src/ORBit-0.5.17/src'
> >>
> >>>>>>make[1]: *** [all-recursive] Error 1
> >>>>>>make[1]: Leaving directory
> >>
> >>`/usr/src/ORBit-0.5.17'
> >>
> >>>>>>make: *** [all-recursive-am] Error 2
> >>>>>>
> >>>>>>
> >>>>>>Jeremy
> >>>>
> >>>>_______________________________________________
> >>>>SM-Discuss mailing list
> >>>>SM-Discuss AT lists.ibiblio.org
> >>
> >>http://lists.ibiblio.org/mailman/listinfo/sm-discuss
> >>
> >>
> >>
> >>
> >>_______________________________________________
> >>SM-Discuss mailing list
> >>SM-Discuss AT lists.ibiblio.org
> >>http://lists.ibiblio.org/mailman/listinfo/sm-discuss
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Everything you'll ever need on one web page
> >from News and Sport to Email and Music Charts
> >http://uk.my.yahoo.com
>
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss

--
Lyon Lemmens
redlemon AT knoware.nl




Archive powered by MHonArc 2.6.24.

Top of Page