Subject: building binary distributions
To: None <port-pc532@NetBSD.ORG>
From: Jon Buller <jonb@metronet.com>
List: port-pc532
Date: 03/30/1998 23:17:49
OK, I've never made a distribution before, and I think I'm ready
for the final bits.  I have done a make build, followed by a
cleandir, a depend, and an all.  I did a make in distrib/pc532/floppies.
It failed like this:

  df.lo: warning: mktemp() possibly used unsafely, consider using mkstemp()
  strip instbin
  (cd /usr/src/distrib/pc532/floppies/inst/../../../../usr.sbin/pwd_mkdb; make)
  cc -static -o pwd_mkdb /usr/src/distrib/pc532/floppies/inst/../../../../usr.sbin/pwd_mkdb/*.o -lutil
  cc: /usr/src/distrib/pc532/floppies/inst/../../../../usr.sbin/pwd_mkdb/*.o: No such file or directory
  *** Error code 1
  
  Stop.
  *** Error code 1
  
  Stop.

I suspect it's because the objects are in obj.pc532, not mixed in
with the source files.  I suppose the quickest way would be to move
the objects into the source directories and rerun make in
/usr/src/distrib/pc532/floppies/.  Any suggestions?  Should I
send-pr that?  Also, how do I make the tar balls?  Just run
/usr/src/distrib/sets/maketars?

Thanks,
Jon Buller