Subject: ooRexx package petty problem
To: None <netbsd-users@netbsd.org>
From: =?ISO-8859-2?Q?Przemys=B3aw_Pawe=B3czyk?= <pp@kv.net.pl>
List: netbsd-users
Date: 06/13/2007 05:09:07
--Signature=_Wed__13_Jun_2007_05_09_07_-0500_10Cqn6d4ngwczzEr
Content-Type: text/plain; charset=ISO-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Hi,

I tried to make my first package. All went flawlessly without one
glitch.

"bmake install" didn't make one directory /usr/pkg/share/ooRexx. Why? I
had to do it manually end the install went as it should.

I made use of the text from the page:
http://www.netbsd.org/docs/pkgsrc/creating.html

Here are error messages (I've made one empty line to point to the
important lines):

(...)
/usr/bin/install -c
/usr/bin/install -c rexx.img /usr/pkg/bin/rexx.img
if test -z "/usr/bin/gencat"; then  echo "No rexx.cat to install";
else  /usr/bin/install -c rexx.cat /usr/pkg/bin/rexx.cat; fi
/usr/bin/install -c
platform/unix/oorexx-config /usr/pkg/bin/oorexx-config /usr/bin/install
-c ./rxregexp/rxregexp.cls /usr/pkg/bin/rxregexp.cls /usr/bin/install
-c ./rexutils/rxftp.cls /usr/pkg/bin/rxftp.cls for a

in ./samples/*.rex; do  bn=`basename $a`;  /usr/bin/install -c
$a /usr/pkg/share/ooRexx/$bn;  done;
install: /usr/pkg/share/ooRexx/ccreply.rex: open: No such file or
directory install: /usr/pkg/share/ooRexx/complex.rex: open: No such
file or directory install: /usr/pkg/share/ooRexx/factor.rex: open: No
such file or directory install: /usr/pkg/share/ooRexx/greply.rex: open:
No such file or directory install: /usr/pkg/share/ooRexx/guess.rex:
open: No such file or directory
install: /usr/pkg/share/ooRexx/ktguard.rex: open: No such file or
directory install: /usr/pkg/share/ooRexx/makestring.rex: open: No such
file or directory install: /usr/pkg/share/ooRexx/month.rex: open: No
such file or directory install: /usr/pkg/share/ooRexx/pipe.rex: open:
No such file or directory install: /usr/pkg/share/ooRexx/qdate.rex:
open: No such file or directory
install: /usr/pkg/share/ooRexx/qtime.rex: open: No such file or
directory install: /usr/pkg/share/ooRexx/rexxcps.rex: open: No such
file or directory install: /usr/pkg/share/ooRexx/rexxtry.rex: open: No
such file or directory install: /usr/pkg/share/ooRexx/semcls.rex: open:
No such file or directory install: /usr/pkg/share/ooRexx/stack.rex:
open: No such file or directory
install: /usr/pkg/share/ooRexx/usecomp.rex: open: No such file or
directory install: /usr/pkg/share/ooRexx/usepipe.rex: open: No such
file or directory

*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/oorexx/work/ooRexx-3.1.2
*** Error code 1
(...)

BTW. Why bmake isn't in repo in binary form for i386? Second question,
why bmake during make process in pkgsrc/devel/bmake didn't download or
compile necessary package of bootstrap-mk-files? Again I had to do it
by myself in another terminal window.

Regards,
pp
--
Przemysław Pawełczyk (p2o2) - pp_o2@o2.pl
P2O2 - http://pp.kv.net.pl, P2O2 Forum - http://www.p2o2.fora.pl/

--Signature=_Wed__13_Jun_2007_05_09_07_-0500_10Cqn6d4ngwczzEr
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (NetBSD)

iD8DBQFGb8JDD9+eS/1tsfYRAg99AJ40bDK+TZ/LmGjbdPVciJPPUXC1jACfX+Pc
nNvjvS8PMKf/dM6zpeSVkiQ=
=+oPG
-----END PGP SIGNATURE-----

--Signature=_Wed__13_Jun_2007_05_09_07_-0500_10Cqn6d4ngwczzEr--