9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Glenn McGuire <foo@bar.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] plan 9 software for unix
Date: Wed, 12 Feb 2003 19:26:58 -0500	[thread overview]
Message-ID: <3E4AE652.2080101@bar.net> (raw)
In-Reply-To: <d1073f7492521fd20e9276602429ba3f@plan9.bell-labs.com>

Cool!

I downloaded the RPMs to my Redhat 8 box, and the mk RPM did not work
for me  (I suspect the dependency on libregexp was looking for regexp,
and not regexp9, but have not had the time to check it out yet.)

I compiled the source in the tgz file, and it succeeded without warnings.

Incidentally, it appears that newer versions of rpm have seperated the
creation function to another executable named 'rpmbuild'.  I made the
following changes in my copy of the makefile:

RPMBLD=rpmbuild
RPMDIR=/usr/src/redhat

[...]

rpm:
         make tgz
         cp mk-$(VERSION).tgz $(RPMDIR)/SOURCES
         $(RPMBLD) -ba rpm.spec
         cp $(RPMDIR)/SRPMS/mk-$(VERSION)-1.src.rpm .
         cp $(RPMDIR)/RPMS/i586/mk-$(VERSION)-1.i586.rpm .


I don't have the rpm.spec, so the 'rpm' build target still isn't fully
functional yet. I'm happy enough that mk is working, so I'm setting this
aside, but I figured I had enough feedback to make worth sending out a note.
	-gm



Russ Cox wrote:
> http://pdos.lcs.mit.edu/~rsc/software
> has convenient packagings of libfmt,
> libbio, libregexp, and mk that should build
> on unix systems with minimal efforts.
> i wrote freebsd/386 and linux/386 make files
> and would welcome others.
>
> the libraries are intended to integrate well
> with the native unix c library, so that they
> can be used in unix programs (rather than
> just ports of plan 9 programs).
>
> they're all in tgz, rpm, and freebsd ports formats.
> enjoy.
>




  parent reply	other threads:[~2003-02-13  0:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-12 20:13 Russ Cox
2003-02-12 20:46 ` northern snowfall
2003-02-12 22:58   ` Dan Cross
2003-02-13  2:33     ` Russ Cox
2003-02-13  0:26 ` Glenn McGuire [this message]
2003-02-13 12:28 ` Eric Grosse
2003-02-13 17:47 ` Jeff Sickel
2003-02-13 17:57   ` Russ Cox
2003-02-13 18:37 ` Russ Cox
2003-02-13 13:19 Eric Grosse

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=3E4AE652.2080101@bar.net \
    --to=foo@bar.net \
    --cc=9fans@cse.psu.edu \
    /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 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).