Skip to Content.
Sympa Menu

sm-users - Re: [SM-Users] Bash PATH incorrect

sm-users AT lists.ibiblio.org

Subject: Sourcemage Users List

List archive

Chronological Thread  
  • From: Ken McLennan <kenrmcl AT aardvark.net.au>
  • To: sm-users AT lists.ibiblio.org
  • Subject: Re: [SM-Users] Bash PATH incorrect
  • Date: Mon, 14 Apr 2003 00:47:59 +1000

G'day there Pierre,

> > It's got me well & truly confused. Does anyone have any ideas?
>
> This may be what you're looking for:
>
> root@blackcat:/etc/X11/rstart/contexts# cat x11r6
> # $Xorg: x11r6,v 1.3 2000/08/17 19:54:01 cpqbld Exp $

[--- SNIP ---]

> MISC X MANPATH=/usr/X11R6/man:/usr/man
> MISC POSIX PATH=:/bin:/usr/bin:/usr/X11R6/bin:/usr/ucb
> INTERNAL-AUTH-PROGRAM X11 xauth xauth
> INTERNAL-AUTH-INPUT X11 add\040$1\040$2\040$3
> INTERNAL-AUTH-PROGRAM ICE iceauth iceauth
> INTERNAL-AUTH-INPUT ICE add\040$1\040$2\040$3\040$4\040$5

Well, it looks like that's where it's all coming from, but how on
earth did 'rstart' come into play? I don't login remotely. And why should it
then overwrite the user's path as set by .bash_profile? And then why wouldn't
it do the same if I login as root?

All these questions =). You've obviously pointed me in the right
direction, thankyou for that, but I can't see how it's working. The man page
is next to useless. Sigh...

See ya
Ken
>From phma AT ixazon.dynip.com Sun Apr 13 12:21:25 2003
Return-Path: <phma AT ixazon.dynip.com>
Delivered-To: sm-users AT lists.ibiblio.org
Received: from blackcat.ixazon.lan (208-150-110-21-adsl.precisionet.net
[208.150.110.21])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id DBF9F20017
for <sm-users AT lists.ibiblio.org>;
Sun, 13 Apr 2003 12:21:24 -0400 (EDT)
Received: by blackcat.ixazon.lan (Postfix, from userid 1001)
id B8AD3340D; Sun, 13 Apr 2003 16:21:27 +0000 (UTC)
From: Pierre Abbat <phma AT webjockey.net>
Organization: dis
To: SM - users <sm-users AT lists.ibiblio.org>
Date: Sun, 13 Apr 2003 12:21:27 -0400
User-Agent: KMail/1.5
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200304131221.27597.phma AT webjockey.net>
Subject: [SM-Users] cast kdelibs fails
X-BeenThere: sm-users AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Sourcemage Users List <sm-users.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-users>,
<mailto:sm-users-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-users>
List-Post: <mailto:sm-users AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-users>,
<mailto:sm-users-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Sun, 13 Apr 2003 16:21:25 -0000

I'm trying to update kde. I cast qt-x11, which failed, then I turned off the
databases and it succeeded. I then cast kdelibs, which failed as follows:

make[4]: Entering directory `/usr/src/kdelibs-3.1.1/khtml'
rm -f htmlpageinfo.cc
echo '#include <klocale.h>' > htmlpageinfo.cc
/usr/bin/uic -nounload -tr tr2i18n -i htmlpageinfo.h ./htmlpageinfo.ui >
htmlpageinfo.cc.temp ; ret=$?; \
sed -e "s,tr2i18n( \"\" ),QString::null,g" htmlpageinfo.cc.temp | sed -e
"s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_htmlpageinfo,g" >> htmlpageinfo.cc ;\
rm -f htmlpageinfo.cc.temp ;\
if test "$ret" = 0; then echo '#include "htmlpageinfo.moc"' >>
htmlpageinfo.cc; else rm -f htmlpageinfo.cc ; exit $ret ; fi
make[4]: *** [htmlpageinfo.cc] Error 139
make[4]: Target `all-am' not remade because of errors.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/khtml'
Making all in ecma
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/khtml/ecma'
make[4]: *** No rule to make target `../libkhtml.la', needed by `kjs_html.la'.
make[4]: Target `all' not remade because of errors.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/khtml/ecma'
Making all in kmultipart
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/khtml/kmultipart'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/khtml/kmultipart'
make[3]: *** [all-recursive] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/usr/src/kdelibs-3.1.1/khtml'
Making all in kate
make[3]: Entering directory `/usr/src/kdelibs-3.1.1/kate'
Making all in interfaces
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/kate/interfaces'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/interfaces'
Making all in part
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/kate/part'
rm -f katehledit_attrib_skel.cpp
echo '#include <klocale.h>' > katehledit_attrib_skel.cpp
/usr/bin/uic -nounload -tr tr2i18n -i katehledit_attrib_skel.h
./katehledit_attrib_skel.ui > katehledit_attrib_skel.cpp.temp ; ret=$?; \
sed -e "s,tr2i18n( \"\" ),QString::null,g" katehledit_attrib_skel.cpp.temp |
sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_katehledit_attrib_skel,g" >>
katehledit_attrib_skel.cpp ;\
rm -f katehledit_attrib_skel.cpp.temp ;\
if test "$ret" = 0; then echo '#include "katehledit_attrib_skel.moc"' >>
katehledit_attrib_skel.cpp; else rm -f katehledit_attrib_skel.cpp ; exit $ret
; fi
make[4]: *** [katehledit_attrib_skel.cpp] Error 139
make[4]: Target `all' not remade because of errors.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/part'
Making all in data
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/kate/data'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/data'
Making all in plugins
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/kate/plugins'
Making all in isearch
make[5]: Entering directory `/usr/src/kdelibs-3.1.1/kate/plugins/isearch'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/plugins/isearch'
Making all in insertfile
make[5]: Entering directory `/usr/src/kdelibs-3.1.1/kate/plugins/insertfile'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/plugins/insertfile'
Making all in kdatatool
make[5]: Entering directory `/usr/src/kdelibs-3.1.1/kate/plugins/kdatatool'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/plugins/kdatatool'
make[5]: Entering directory `/usr/src/kdelibs-3.1.1/kate/plugins'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/plugins'
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/kate/plugins'
make[4]: Entering directory `/usr/src/kdelibs-3.1.1/kate'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/src/kdelibs-3.1.1/kate'
make[3]: *** [all-recursive] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/usr/src/kdelibs-3.1.1/kate'
make[3]: Entering directory `/usr/src/kdelibs-3.1.1'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/kdelibs-3.1.1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kdelibs-3.1.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/kdelibs-3.1.1'

How do I fix this?

phma
--
.i toljundi do .ibabo mi'afra tu'a do
.ibabo damba do .ibabo do jinga
.icu'u la ma'atman.
>From rohann AT srcmage.gnu.linux Mon Apr 14 08:00:22 2003
Return-Path: <rohann AT srcmage.gnu.linux>
Delivered-To: sm-users AT lists.ibiblio.org
Received: from srcmage.gnu.linux (unknown [193.172.12.136])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 8EB0D20045
for <sm-users AT lists.ibiblio.org>;
Mon, 14 Apr 2003 08:00:20 -0400 (EDT)
Received: from rohann by srcmage.gnu.linux with local (Exim 4.10)
id 1952cl-0001fA-00
for sm-users AT lists.ibiblio.org; Mon, 14 Apr 2003 13:59:47 +0200
Date: Mon, 14 Apr 2003 13:59:47 +0200
From: Rohan Nicholls <rohan.nicholls AT informaat.nl>
To: sm-users AT lists.ibiblio.org
Subject: Re: [SM-Users] lynx compile problems?
Message-ID: <20030414115947.GB469 AT informaat.nl>
Mail-Followup-To: sm-users AT lists.ibiblio.org
References: <20030410144425.GC18864 AT informaat.nl>
<37150.134.121.46.137.1049992836.squirrel AT mail.sandall.us>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <37150.134.121.46.137.1049992836.squirrel AT mail.sandall.us>
User-Agent: Mutt/1.4i
Sender: <rohann AT srcmage.gnu.linux>
X-BeenThere: sm-users AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Sourcemage Users List <sm-users.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-users>,
<mailto:sm-users-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-users>
List-Post: <mailto:sm-users AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-users>,
<mailto:sm-users-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Apr 2003 12:00:23 -0000

* Eric Sandall <eric AT sandall.us> [030410 18:09]:
>
> Rohan Nicholls said:
> > I tried installing lynx and it failed. I am not concerned as I am
> > using links and it is working well with mutt (my main use of a text
> > based browser), but I was wondering if anyone has run into this
> > problem.
> >
> > Thanks,
> >
> > rohan
>
> I have had no problems compiling lynx (just did again to test). If you
> can, and it is reproducable, would you enter a bug report on
> http://bugs.sourcemage.org.
>
> Thank you, :)
>
> -One of Four
> a.k.a. sandalle
>

sorry this took so long, but I have entered a bug in the bugzilla, and
attached the compile log, which I hope will make more sense to others
than it did to me.

rohan
>From jason AT flattfamily.com Mon Apr 14 09:47:44 2003
Return-Path: <jason AT flattfamily.com>
Delivered-To: sm-users AT lists.ibiblio.org
Received: from 100m.mpr200-1.esr.lvcm.net (100m.mpr200-1.esr.lvcm.net
[24.234.0.78])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 367342005F
for <sm-users AT lists.ibiblio.org>;
Mon, 14 Apr 2003 09:47:44 -0400 (EDT)
Received: from 192.168.1.63 (cm063.45.234.24.lvcm.com [24.234.45.63])
by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.5)
with ESMTP id AWO68850;
Mon, 14 Apr 2003 06:47:41 -0700 (PDT)
From: Jason Flatt <jason AT flattfamily.com>
To: sm-users AT lists.ibiblio.org
Subject: Re: [SM-Users] lynx compile problems?
Date: Mon, 14 Apr 2003 06:46:28 -0700
User-Agent: KMail/1.5.1
References: <20030410144425.GC18864 AT informaat.nl>
<37150.134.121.46.137.1049992836.squirrel AT mail.sandall.us>
<20030414115947.GB469 AT informaat.nl>
In-Reply-To: <20030414115947.GB469 AT informaat.nl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200304140646.28598.jason AT flattfamily.com>
X-BeenThere: sm-users AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: jason AT flattfamily.com
List-Id: Sourcemage Users List <sm-users.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-users>,
<mailto:sm-users-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-users>
List-Post: <mailto:sm-users AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-users>,
<mailto:sm-users-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Apr 2003 13:47:44 -0000

On Monday 14 April 2003 04:59 am, Rohan Nicholls wrote:
>
> sorry this took so long, but I have entered a bug in the bugzilla, and
> attached the compile log, which I hope will make more sense to others
> than it did to me.
>
> rohan


I'm just guessing here, but it looks like you might have the ncurses.h
problem
w/gcc. Try running "cast -r -c gcc" and make sure you answer "n" to 'fix
includes'.


--
Jason Flatt
E-mail (remove the spaces): jason @ flattfamily . com
Voice: +1 702 870 6622
Fax: +1 702 870 3883
Snail Mail: PO Box 44265, Las Vegas, NV 89116-2265, USA



  • Re: [SM-Users] Bash PATH incorrect, Ken McLennan, 04/13/2003

Archive powered by MHonArc 2.6.24.

Top of Page