View Single Post
  #5   (View Single Post)  
Old 9th October 2009
J05HYYY J05HYYY is offline
New User
 
Join Date: Oct 2009
Posts: 6
Default I emailed the mailing list

and they said the pkg_install files had been updated via cvs yesterday to correct the error.
now Im getting this:

Code:
===> Installing for bmake-20090909
=> Creating installation directories
/usr/bin/install -c -s -o root -g root -m 555 /home/joshua/Desktop/PhatFTP/bootstrap/work/wrk/devel/bmake/work/Linux/bmake /usr/pkg/bin
/usr/bin/install -c -o root -g root -m 444 /home/joshua/Desktop/PhatFTP/bootstrap/work/wrk/devel/bmake/work/bmake/bmake.1 /usr/pkg/man/man1
=> Automatic manual page handling
=> Registering installation for bmake-20090909
bmake-20090909 requires installed package bootstrap-mk-files-20090807
===> running: (cd /home/joshua/Desktop/PhatFTP/pkgtools/pkg_install && /home/joshua/Desktop/PhatFTP/bootstrap/work/bin/bmake  -DPKG_PRESERVE MAKECONF=/home/joshua/Desktop/PhatFTP/bootstrap/work/mk.conf install)
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 90: Could not find ../../archivers/bzip2/builtin.mk
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 91: Could not find ../../archivers/libarchive/builtin.mk
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 92: Could not find ../../devel/zlib/builtin.mk
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 93: Could not find ../../security/openssl/builtin.mk
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 95: Malformed conditional (!empty(USE_BUILTIN.openssl:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 102: Malformed conditional (empty(USE_BUILTIN.bzip2:M[yY][eE][sS]) ||  empty(USE_BUILTIN.zlib:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 111: Malformed conditional (empty(USE_BUILTIN.bzip2:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 115: Malformed conditional (empty(USE_BUILTIN.zlib:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 119: Malformed conditional (empty(USE_BUILTIN.libarchive:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 128: Malformed conditional (empty(USE_BUILTIN.bzip2:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 131: Malformed conditional (empty(USE_BUILTIN.zlib:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 134: Malformed conditional (empty(USE_BUILTIN.libarchive:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 140: Malformed conditional (empty(USE_BUILTIN.bzip2:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 143: Malformed conditional (empty(USE_BUILTIN.zlib:M[yY][eE][sS]))
bmake: "/home/joshua/Desktop/PhatFTP/pkgtools/pkg_install/Makefile" line 146: Malformed conditional (empty(USE_BUILTIN.libarchive:M[yY][eE][sS]))
bmake: Fatal errors encountered -- cannot continue

bmake: stopped in /home/joshua/Desktop/PhatFTP/pkgtools/pkg_install
===> exited with status 1
aborted.

Last edited by Carpetsmoker; 9th October 2009 at 08:53 PM. Reason: Added [code] tags for system output
Reply With Quote