Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 1997 20:25:01 +0900
From:      Kazuhiko Kiriyama(System administrator) <kiri@kiri.toba-cmt.ac.jp>
To:        ports@FreeBSD.ORG
Subject:   Re: Can't compile kdelibs-2.1b
Message-ID:  <19971209202501M.kiri@kiri.toba-cmt.ac.jp>
In-Reply-To: Your message of "Tue, 2 Dec 1997 22:55:59 -0800 (PST)" <Pine.BSF.3.95q.971202225315.671E-100000@misery.sdf.com>
References:  <Pine.BSF.3.95q.971202225315.671E-100000@misery.sdf.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello people. Everything got well!  And every kde* functions made
successfully by kde* ports. Thanks for kde* porters.

But several kde potrs had to be change in order to "sh problem" that Tom
has pointed out as follows.

In Message-ID: <Pine.BSF.3.95q.971202225315.671E-100000@misery.sdf.com>
Tom <tom@sdf.com> wrote  :

> On Wed, 3 Dec 1997, Kazuhiko Kiriyama wrote:
> 
> > In Message-ID: <Pine.BSF.3.95q.971202210916.671A-100000@misery.sdf.com>
> > Tom <tom@sdf.com> wrote  :
> > 
> > >   I've seen configure choke looking for stuff before (in 2.2.5-stable).  I
> > > think it is /bin/sh bug, actually.
> > 
> > Oh is that true?  So people who works on 2.2.5-stable would be shut away
> > from kde!
> 
>   No, it is simple problem in /bin/sh.  If your /bin/sh is bash, it will
> probably work fine.
> 
> > >   You will probably find something like the following in configure:
> > :
> > > "/usr/bin", "/bin", and "/home/tom/bin:/usr/local/bin".  The last entry
> > > causes "test" to freak, and so configure defaults to some default
> > > directory.
> > 
> > I see.  For the time bing, people who want to use kde will be
> > installed from packages?
> 
>   Either run configure with bash, or patch the configure script to do
> something a little different.
> 
>   I find that changing:
> 
> for ac_path in $PATH:/usr/local/bin:/otherstuff; do
> 
> to:
> 
> SEARCH=$PATH:/usr/local/bin:/otherstuff
> for ac_path in $SEARCH; do
> 
>   is an effective work around to this particular problem.

These changes were made to patches that patch to configure
scripts. Effective ports are 

x11/kdelibs, x11/kdebase, misc/kdeutils, games/kdegames,
net/kdenetwork

In additin to these changes, there must be add x11/kdebase to
BUILD_DEPENDS with "graphics/Mesa".

I've done on 2.2.5-stable and XFree86-3.3.1. Are these problems have
to be send-pr ?

------------------------------------------------------------------------
KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>    Toba National College of 
                                                     Maritime Technology
                         Department of Electronic Mechanical Engineering



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