Discussion:
Doh! bootstrap-pkgsr won't build
Andreas Maus
2003-05-17 07:49:56 UTC
Permalink
Hello everybody!

After an installation of the new NetBSD 1.6.1 I tried to install
the pkg_src utility. So I grab the the tarball
(ftp://ftp.NetBSD.org/pub/NetBSD/packages/bootstrap-pkgsrc.tar.gz) , untar it run bootstrap:

***@sysiphos /root/pkgsrc/bootstrap-pkgsrc $ ./bootstrap --prefix=/root/bootstrap

[...snipp...]

gcc -o bmake arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o suff.o targ.o trace.o var.o util.o lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o lstReplace.o lstSucc.o
bmake.boot: don't know how to make /usr/share/tmac/tmac.andoc. Stop

bmake.boot: stopped in /root/pkgsrc/bootstrap-pkgsrc/bmake
*** Error code 2

Stop.
make: stopped in /root/pkgsrc/bootstrap-pkgsrc/bmake
bmake installation failed.

***@sysiphos /root/pkgsrc/bootstrap-pkgsrc $

Huh?
Does anybody out there know how I can get rid of this error ?

Many thanks in advance,

Andreas.
--
Windows 95: A 32-bit patch for a 16-bit GUI shell running on top of
an 8-bit operating system written for a 4-bit processor by a 2-bit
company who cannot stand 1 bit of competition.
Lubomir Sedlacik
2003-05-17 08:14:25 UTC
Permalink
After an installation of the new NetBSD 1.6.1 I tried to install the
pkg_src utility. So I grab the the tarball
(ftp://ftp.NetBSD.org/pub/NetBSD/packages/bootstrap-pkgsrc.tar.gz) ,
bootstrap-pkgsrc is for non-NetBSD systems. please follow the
instructions mentioned at:

http://netbsd.org/Documentation/software/packages.html#binary

and below.


regards,
--
-- Lubomir Sedlacik <***@Xtrmntr.org> --
-- <***@silcnet.org> --
Andreas Maus
2003-05-20 17:51:23 UTC
Permalink
On Sat, May 17, 2003 at 10:14:25AM +0200, Lubomir Sedlacik wrote:
Hi Lubomir.
Post by Lubomir Sedlacik
bootstrap-pkgsrc is for non-NetBSD systems. please follow the
http://netbsd.org/Documentation/software/packages.html#binary
and below.
Whoops. I've stopped reading after bootstrap and thought 'Cool! Lets try it'...
And I missed somehow the sentence 'If you are using NetBSD, you can get started with pkgsrc right away.'
in the documentation.

Shame on me ! Shame on me !!!

...but on the other hand ... Now I know that bootstrap is for non-NetBSD-systems and
I am looking a Packagemanagement for my "Linux from scratch"-Systems which compiles
from source and tracks dependancies. I will give bootstrap a try on my Penguin-Hosts...

Next time I will read the _whole_ documentation. I promise ;-)

Anyway, thanks for the help.

Andreas.
--
Windows 95: A 32-bit patch for a 16-bit GUI shell running on top of
an 8-bit operating system written for a 4-bit processor by a 2-bit
company who cannot stand 1 bit of competition.
Jeremy C. Reed
2003-05-20 18:06:17 UTC
Permalink
Post by Andreas Maus
I am looking a Packagemanagement for my "Linux from scratch"-Systems
which compiles from source and tracks dependancies. I will give
bootstrap a try on my Penguin-Hosts...
For your information, I have packaged many Linux-specific programs. Most I
have imported to wip-pkgsrc. Many of these packages I built in late 2002.

I use NetBSD-style rc.d scripts (with NetBSD's rc.subr and rcorder) and
all software is installed with packages built via pkgsrc.

Some of my packages I use:

devel/bin86 -- submitted on 15/Mar/2003; and imported to wip on 16/May/2003
devel/byacc -- uploaded to wip on 05/Apr/2003
editors/ged -- change this to editors/ed -- submitted on 17/Mar/2003;
imported to wip on 17/May/2003
mail/libc-client -- conflicts with uw-imap
math/bc -- submitted on 17/Mar/2003; imported to wip on 17/Mar/2003
misc/linux-kernel -- not finished, but usable
need to also install the kernel headers
misc/man -- not finished -- not used
misc/man-db
misc/words -- uploaded to wip on 16/May/2003
net/linux-nfs-utils -- uploaded to wip on 15/May/2003
net/netkit-base -- uploaded to wip on 15/May/2003
net/net-tools -- uploaded to wip on 07/May/2003
net/portmap -- uploaded to wip on 07/May/2003
net/ppp -- uploaded to wip on 18/Apr/2003
security/iptables -- being worked on
sysutils/file -- submitted on 17/Mar/2003; is now in pkgsrc :)
sysutils/linux-modutils -- uploaded to wip on 15/May/2003
sysutils/rcorder -- maybe should be in misc/ -- uploaded to wip on 28/Apr/2003
sysutils/shadow shadow has conflicts with sysutils/user
sysutils/sysklogd -- uploaded to wip on 07/May/2003
sysutils/sysvinit -- uploaded to wip on 07/May/2003
sysutils/util-linux
sysutils/vixie-cron -- uploaded to wip on 19/Apr/2003
sysutils/procps -- uploaded to wip on 15/May/2003
sysutils/lilo
sysutils/strace -- submitted on 17/Mar/2003 via PR; uploaded to wip on 15/May/2003
devel/glibc
also see http://www.geocities.com/velcok/netbsd-gnu.html
x11/XFree86 -- not done yet, but usable



Jeremy C. Reed
http://bsd.reedmedia.net/

Loading...