Date: Wed, 29 Dec 2010 18:14:44 -0600 From: Jason Bacon <jwbacon@tds.net> To: Jordan Force <j19force93@gmail.com> Cc: freebsd-ppc@freebsd.org Subject: Re: can't partition disk using sys-install Message-ID: <4D1BCEF4.7000802@tds.net> In-Reply-To: <B0FE225E-D9A1-44AD-AE6E-085899D1F01B@gmail.com> References: <AANLkTikWCiXh-TU_obqwRNDP8ys2wB3BhHi4YcvQXgn8@mail.gmail.com> <4D1B42A8.6040005@tds.net> <20101229182942.0000058b@unknown> <AANLkTi=Z5tp0pjjVxz_cuE9_wV08fp_M7fRfHLkz%2Bp%2BN@mail.gmail.com> <AANLkTinjod7nWjHvT=uejWNyTOKNwxLGGfGTjNXzwbxx@mail.gmail.com> <4D1BA744.8000705@tds.net> <B0FE225E-D9A1-44AD-AE6E-085899D1F01B@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
FYI, I found a bug in the script. It does check to see if ports are installed, but I mistakenly put the libvpx patch before the check. Run reinstall_jb_port desktop-installer and run desktop-installer again. -J Jordan Force wrote: > You're welcome. > Could that be related to the error I'm getting: > > When I run desktop-installer, after doing a "make install" and > "rehash", it asks if I want to use ports. I say yes, and it says "1 > out of 1 hunks failed". Same result if I say "no" to using ports. > > On Dec 29, 2010, at 4:25 PM, Jason Bacon <jwbacon@tds.net > <mailto:jwbacon@tds.net>> wrote: > >> >> Thanks, Jordan. The remove_jb_ports script is actually installed in >> $LOCALBASE/bin as part of the port, so it's normally in the PATH. >> This error only occurs when bootstrapping the port. I'll put in a >> check using "which", or something like that.. >> >> -J >> >> jordan force wrote: >>> In the script update_jb_ports, There seems to be a bug in the program!: >>> I thought you should change this: >>> " >>> #!/bin/csh set echo_style = both set list_file = ~root/.jb_ports.lst # >>> Remove old trees first ./remove_jb_ports >>> " >>> instead of having this: >>> >>> " >>> #!/bin/csh >>> >>> set echo_style = both >>> set list_file = ~root/.jb_ports.lst >>> >>> # Remove old trees first >>> remove_jb_ports >>> " >>> >>> otherwise it says that it can't find remove_jb_ports. >>> _______________________________________________ >>> freebsd-ppc@freebsd.org <mailto:freebsd-ppc@freebsd.org> mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ppc >>> To unsubscribe, send any mail to >>> "freebsd-ppc-unsubscribe@freebsd.org >>> <mailto:freebsd-ppc-unsubscribe@freebsd.org>" >>> >> >> >> -- >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> Jason W. Bacon >> jwbacon@tds.net <mailto:jwbacon@tds.net> >> http://personalpages.tds.net/~jwbacon >> <http://personalpages.tds.net/%7Ejwbacon> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> >> -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jason W. Bacon jwbacon@tds.net http://personalpages.tds.net/~jwbacon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D1BCEF4.7000802>