All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Costabel <costabel@wanadoo.fr>
To: Tom Rini <tmrini@ntplx.net>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: More problem in pre-R5
Date: Sat, 06 Mar 1999 03:05:17 +0100	[thread overview]
Message-ID: <36E08D5D.524D08A8@wanadoo.fr> (raw)
In-Reply-To: Pine.LNX.4.05.9903051607040.23617-100000@pc.wackyland.com


Thanks for the hint. It is working now. So, if anyone else is listening:
It finally was just this little typo in more.c:

--- util-linux-2.9h/text-utils/more.c   Tue Jan 26 01:09:08 1999
+++ util-linux-2.9i/text-utils/more.c   Thu Jan 28 16:11:00 1999
@@ -1800,7 +1800,7 @@
 
 void errwrite1 (char *sym)
 {
-    write (fileno(stderr), &sym, 1);
+    write (fileno(stderr), sym, 1);
 }
 
 void error (char *mess)

I didn't yet have the courage to compile the whole
util-linux-2.9i.tar.gz, considering that the 2.9h.src.rpm contains
plenty of patches and the 2.9h spec together with the 2.9i.tar.gz didn't
want to build.
Or is there a util-linux-2.9i.src.rpm around?

--
Martin

Tom Rini wrote:
> 
> On Thu, 4 Mar 1999, Tom Rini wrote:
> 
> > On Fri, 5 Mar 1999, Martin Costabel wrote:
> >
> > > Tom Rini wrote:
> > > >
> > > > On Thu, 4 Mar 1999, Martin Costabel wrote:
> > > >
> > > > > Does anyone else see this?
> > > >
> > > > used to. Upgrade ncurses as well.
> > >
> > > Thanks. Just upgraded; still doesn't work. What version of ncurses is
> > > recommended?
> >
> > Gimmie a few.. <g>  I'm looking at a few things now.
> 
> It's been a few, fix found.  For those of you that just can't wait/use
> less, grab util-linux 2.9i and change HAVE_SHADOW=yes to no (current
> behavior) and build.
> 
> ---
> Tom Rini (TR1265)
> http://dobbstown.yeti.edu/

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

  reply	other threads:[~1999-03-06  2:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-04  9:08 More problem in pre-R5 Martin Costabel
1999-03-04 20:26 ` Tom Rini
1999-03-05  1:12   ` Martin Costabel
1999-03-05  3:00     ` Tom Rini
1999-03-05 21:08       ` Tom Rini
1999-03-06  2:05         ` Martin Costabel [this message]
1999-03-06  2:11           ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36E08D5D.524D08A8@wanadoo.fr \
    --to=costabel@wanadoo.fr \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=tmrini@ntplx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.