linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* pre-R5 deficiencies
@ 1999-01-26 22:07 Ira Joseph Woodhead
  1999-01-26 23:45 ` Jeff Dubrule
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ira Joseph Woodhead @ 1999-01-26 22:07 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: ira



Hi all,

Perhaps I'm rehashing something but I couldn't find it searching the
archives, so:

What is the reasoning behind including a findutils in pre-R5 that has no
updatedb binary?? It even has scripts that use updatedb (cron jobs) but
no updatedb binary. Furthermore, 'rpm -qlp *.rpm' reveals that it is not
included in any package.

After quite a lot of effort installing pre-R5 a couple of weeks ago I
reverted back to my creaky barely-R4 from ages ago because I was so
shocked that the most useful tool for feeling your way in a new
installation was simply not there. It gives the impression of a very
not-ready product, which is counter to the impression I get from you
folks. 

I just checked back today after a couple of weeks to find a few packages
updated on 15 Jan, but not findutils.

Just curious!

Cheers,
ira

[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pre-R5 deficiencies
  1999-01-26 22:07 pre-R5 deficiencies Ira Joseph Woodhead
@ 1999-01-26 23:45 ` Jeff Dubrule
  1999-01-27  0:26 ` Matt McLean
  1999-01-27  2:42 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Jeff Dubrule @ 1999-01-26 23:45 UTC (permalink / raw)
  To: Ira Joseph Woodhead, linuxppc-dev


On Tue, Jan 26, 1999 at 05:07:22PM -0500, Ira Joseph Woodhead wrote:
> 
> 
> Hi all,
> 
> Perhaps I'm rehashing something but I couldn't find it searching the
> archives, so:
> 
> What is the reasoning behind including a findutils in pre-R5 that has no
> updatedb binary?? It even has scripts that use updatedb (cron jobs) but
> no updatedb binary. Furthermore, 'rpm -qlp *.rpm' reveals that it is not
> included in any package.
> 
> After quite a lot of effort installing pre-R5 a couple of weeks ago I
> reverted back to my creaky barely-R4 from ages ago because I was so
> shocked that the most useful tool for feeling your way in a new
> installation was simply not there. It gives the impression of a very
> not-ready product, which is counter to the impression I get from you
> folks. 
> 
> I just checked back today after a couple of weeks to find a few packages
> updated on 15 Jan, but not findutils.

Yeah, I found & fixed this bug on my system, but still have a problem with
that package: /usr/bin/updatedb refers to /var/tmp/findutils-root/... 
instead of simply /..., which is clearly broken.  I had to fix that file by
hand, although I'm sure there is a 'correct' way of doing this.

The original problem stems from the fact that 'strdup' is reimplemented by the
package, but in a way that is uncompatible with the glibc2 header files.  I
made a non-optimal-but-working fix to this, just to get it working.

-igor

[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pre-R5 deficiencies
  1999-01-26 22:07 pre-R5 deficiencies Ira Joseph Woodhead
  1999-01-26 23:45 ` Jeff Dubrule
@ 1999-01-27  0:26 ` Matt McLean
  1999-01-27  2:42 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Matt McLean @ 1999-01-27  0:26 UTC (permalink / raw)
  To: Ira Joseph Woodhead; +Cc: linuxppc-dev


On Tue, 26 Jan 1999, Ira Joseph Woodhead wrote:

> What is the reasoning behind including a findutils in pre-R5 that has no
> updatedb binary?? It even has scripts that use updatedb (cron jobs) but
> no updatedb binary. Furthermore, 'rpm -qlp *.rpm' reveals that it is not
> included in any package.

<snip>

This was a decision made by redhat.  According to a note from Erik Troan
in the spec file, you're supposed to use Secure Locate (slocate) instead.
As for why a cron script that uses updatedb is still included, I don't
know. :-)

m.


[[ 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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pre-R5 deficiencies
  1999-01-26 22:07 pre-R5 deficiencies Ira Joseph Woodhead
  1999-01-26 23:45 ` Jeff Dubrule
  1999-01-27  0:26 ` Matt McLean
@ 1999-01-27  2:42 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 1999-01-27  2:42 UTC (permalink / raw)
  To: Ira Joseph Woodhead; +Cc: linuxppc-dev


On Tue, 26 Jan 1999, Ira Joseph Woodhead wrote:

> What is the reasoning behind including a findutils in pre-R5 that has no
> updatedb binary?? It even has scripts that use updatedb (cron jobs) but
> no updatedb binary. Furthermore, 'rpm -qlp *.rpm' reveals that it is not
> included in any package.

It's part of the slocate package.  See /etc/cron.daily/slocate.cron on how
to update the db.

---
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. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-01-27  2:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-01-26 22:07 pre-R5 deficiencies Ira Joseph Woodhead
1999-01-26 23:45 ` Jeff Dubrule
1999-01-27  0:26 ` Matt McLean
1999-01-27  2:42 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).