{"id":64,"date":"2007-06-29T06:52:00","date_gmt":"2007-06-29T13:52:00","guid":{"rendered":"http:\/\/sp2hari.com\/?p=64"},"modified":"2020-06-20T09:04:01","modified_gmt":"2020-06-20T09:04:01","slug":"tinderbox","status":"publish","type":"post","link":"https:\/\/sp2hari.com\/index.php\/2007\/06\/29\/tinderbox\/","title":{"rendered":"Tinderbox &#8230;."},"content":{"rendered":"<div style=\"text-align: justify;\">You never know when things will work and but if you believe that they will work ,they will. Ha, finally my own quote \ud83d\ude1b .<\/div>\n<div style=\"text-align: justify;\">The Solaris download which i asked my friend to do failed \ud83d\ude41 . Crap . I waited for that for more than 2 days and finally it failed. Now i can&#8217;t to afford to wait more. I have to proceed with Tinderbox, that too with real pace. With <a href=\"http:\/\/blogs.sun.com\/roller\/page\/emily\">Emily<\/a>&#8216;s trip to <a href=\"http:\/\/guadec.org\">GUADEC<\/a> and college reopening soon, i really have to do some magic.<\/div>\n<div style=\"text-align: justify;\">Emily wanted me to update from Solaris Nevada snv_55 to Solaris Nevada snv_64. Even i wanted to see what&#8217;s new in next version but looks like fate was against me.<\/div>\n<div style=\"text-align: justify;\">As such i had to reinstall my Solaris Nevada snv_55 because while installing i made a stupid mistake of selecting the default options. If you are ever planning to install Solaris, never ever do that. Do choose the custom install . After some two steps it will ask you which hard disk to choose and after that you can edit the partition size. If you fail to do this, Solaris by default allocates only required space to \/ and rest all to \/export\/home. For me it ended up having only 400MB free space in \/ while my \/export\/home had around 15GB free space :-(. I never wanted to try gparted and other things. A reinstall will fix all the problems and it did.<\/div>\n<div style=\"text-align: justify;\">So finally my partition size fixed and i am ready to start Tinderbox, when the postman gave a parcel for me. It was Solaris Nevada snv_64 from SUN, which i had registered few days back. I didn&#8217;t know whether to cry or laugh. Felt like banging my head on the monitor. Murphy is GOD . \ud83d\ude42<\/div>\n<div style=\"text-align: justify;\">So made another install of Solaris Nevada snv_64 and finally was ready to start with Tinderbox. Now i had Solaris Nevada snv_64 and all the softwares required. A new and nice thing about this version is a Shutdown button in the start menu. I really missed that in the previous version.<\/p>\n<\/div>\n<p><a onblur=\"try {parent.deselectBloggerImageGracefully();} catch(e) {}\" href=\"http:\/\/bp3.blogger.com\/_7owHVJdIzX8\/RoUjV5ApE4I\/AAAAAAAABDk\/ZJm-vuXIjxc\/s1600-h\/Screenshot.jpg\"><img decoding=\"async\" style=\"margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;\" src=\"http:\/\/bp3.blogger.com\/_7owHVJdIzX8\/RoUjV5ApE4I\/AAAAAAAABDk\/ZJm-vuXIjxc\/s400\/Screenshot.jpg\" alt=\"\" id=\"BLOGGER_PHOTO_ID_5081506613545210754\" border=\"0\"><\/a><\/p>\n<div style=\"text-align: justify;\">Another small thing about networking in Solaris. If you want your Solaris box to work with dns entries provided, then you should edit the \/etc\/nsswitch.conf as follows .<\/div>\n<p>A line in \/etc\/nsswitch.conf will be as follows<br \/>\n<span style=\"font-style: italic;\">hosts:      files <\/span><br \/>\nChange that line to<br \/>\n<span style=\"font-style: italic;\">hosts:      files dns<br \/>\n<\/span>This will make sure that first \/etc\/hosts and then dns entires are looked during networking. <span style=\"font-style: italic;\"><br \/>\n<\/span><br \/>\nThe mail from Emily had the following details with <a href=\"http:\/\/freeshells.ch\/%7Esp2hari\/soc\/tinderbox-setup.tar.gz\">this<\/a> attachment.<\/p>\n<div style=\"direction: ltr;\"><span style=\"font-style: italic;\">Pre-steps<\/span><br \/>\n<span style=\"font-style: italic;\">1. Install the latest Solaris Express(s11)<\/span><br \/>\n<span style=\"font-style: italic;\">2. Install SunOne Studio compiler<\/span><br \/>\n<span style=\"font-style: italic;\">3. Install JDS CBE<\/span><\/p>\n<p><span style=\"font-style: italic;\">1. Set up environment var. (See myenv.sh attached)<\/span><br \/>\n<span style=\"font-style: italic;\">2. Check out tinderbox client from community<\/span><br \/>\n<span style=\"font-style: italic;\">   $ . \/path\/to\/myenv.sh<\/span><br \/>\n<span style=\"font-style: italic;\">   $ cvs co -d tinderbox mozilla\/tools\/tinderbox<\/span><br \/>\n<span style=\"font-style: italic;\">3. Some modification to be done in the tinderbox source code<\/span><br \/>\n<span style=\"font-style: italic;\">   1) post-mozilla.pl<\/span><br \/>\n<span style=\"font-style: italic;\">      $ cd tinderbox; mv post-mozilla.pl post-mozilla.pl.bak<\/span><br \/>\n<span style=\"font-style: italic;\">   2) tinder-confg.pl (modify the one attached and use it)<\/span><br \/>\n<span style=\"font-style: italic;\">      $BuildAdministrator = &#8220;%YOUR_ALIAS&#8221;<\/span><br \/>\n<span style=\"font-style: italic;\">      $CVS           = &#8216;runsocks cvs -q&#8217;: (only necessary if you use proxy to access Internet)<\/span><br \/>\n<span style=\"font-style: italic;\">   3) mozconfig (use the one attached)<\/span><\/p>\n<p><span style=\"font-style: italic;\">4, this step is necessary only if you access Internet via proxy<\/span><br \/>\n<span style=\"font-style: italic;\">   1) build-seamonkey-util.pl(see the patch file build-seamonkey-util.pl.diff)<\/span><br \/>\n<span style=\"font-style: italic;\">   2) set http_proxy and ftp_proxy in $HOME\/.wgetrc since tinderbox client uses wget to send test result to server<\/span><\/p>\n<p><span style=\"font-style: italic;\">5, let&#8217;s go &#8212; start up your tinderbox client<\/span><br \/>\n<span style=\"font-style: italic;\">   $ . \/path\/to\/myenv.sh<\/span><br \/>\n<span style=\"font-style: italic;\">   $ cd \/path\/to\/tinderbox &amp;&amp; .\/build-firefox.pl &#8211;depend -t MozillaTest  &gt; ~\/build-firefox.log 2&gt;&amp;1 &amp;<\/span><\/p>\n<p>So things were really were clear in her mail.<br \/>\nAs of now, i was in pre-steps with just Solaris 11 and neither a Solaris studio nor a CBE . So i started with Solaris studio.<\/p>\n<div style=\"text-align: justify;\">The nice thing about Solaris is that the installing a new software is a matter of few clicks. Almost all the installers in Solaris works right out of the box. So with a few seconds i had Solaris studio installed . I had to change my PATH variables like<\/div>\n<p><span style=\"font-style: italic;\">export PATH=\/opt\/SUNWspro\/bin:$PATH<\/span><br \/>\n<span style=\"font-style: italic;\">export MANPATH=\/opt\/SUNWspro\/man:$MANPATH<\/span><\/p>\n<div style=\"text-align: justify;\">So after this, you will have to run sunstudio, but i got the following error saying &#8220;java 2 SDK not found&#8221;<br \/>\nOmg, so now i had to install j2sdk. Downloaded the file &#8220;j2sdk-1_4_2_15-solaris-i586.sh&#8221; and when i ran that shell script, it created a folder in the current directory with quite a few files.<\/div>\n<div style=\"text-align: justify;\">No i had no clue what to do that. Finally pinging a few of my friends, came to know that i had to set JAVA_HOME and change PATH variable again. I copied the folder that shell script created (<span>j2sdk1.4.2_15<\/span>) to \/opt and had to modify the environment variables as shown below.<\/div>\n<p><span style=\"font-style: italic;\">export JAVA_HOME=\/opt\/j2sdk1.4.2_15<\/span><br \/>\n<span style=\"font-style: italic;\">export PATH=\/opt\/j2sdk1.4.2_15\/bin:$PATH<\/span><\/p>\n<div style=\"text-align: justify;\">Now if you run sunstudio, things work fine \ud83d\ude42 . So now 2\/3 pre-steps done. The only step remaining is Common Build Environment (CBE).<\/div>\n<div style=\"text-align: justify;\">Now this again wasn&#8217;t that difficult. The only catch is to give the proper C compiler. As such, i was supposed to use the Solaris compiler that comes along with Sun studio and not gcc. So first time i made a mistake of giving the path to gcc but next time did that fine.<\/div>\n<div style=\"text-align: justify;\">Phew, all pre-steps done. Now to setup tinderbox. All the steps mentioned there worked right out of box. In step 2, it needed the environment variable $CVSROOT. As such $CVS_ROOT was configured in Emily&#8217;s script. So just changed  that to $CVSROOT and things worked fine \ud83d\ude42<\/div>\n<div style=\"text-align: justify;\">Now finally i ran tinderbox and i am not quite sure about the ouput it produced . It surely generates a lot of output . I had no clue what the output meant and what i am supposed to do with that.<\/div>\n<p>The output i got was like<\/p>\n<p><span style=\"font-style: italic;\">Name &#8220;TreeSpecific::clobber_target&#8221; used only once: possible typo at .\/build-firefox.pl line 33.<\/span><br \/>\n<span style=\"font-style: italic;\">Name &#8220;TreeSpecific::build_target&#8221; used only once: possible typo at .\/build-firefox.pl line 31.<\/span><br \/>\n<span style=\"font-style: italic;\">Name &#8220;TreeSpecific::checkout_clobber_target&#8221; used only once: possible typo at .\/build-firefox.pl line 13.<\/span><br \/>\n<span style=\"font-style: italic;\">Name &#8220;TreeSpecific::extrafiles&#8221; used only once: possible typo at .\/build-firefox.pl line 34.<\/span><br \/>\n<span style=\"font-style: italic;\">Possible unintended interpolation of @gmail in string at (eval 318) line 23.<\/span><br \/>\n<span style=\"font-style: italic;\">Starting dir is : \/root\/tinderbox\/SunOS_5.11_Depend<\/span><\/p>\n<p><span style=\"font-style: italic;\">tinderbox: tree: MozillaTest<\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: builddate: 1183129260<\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: status: building<\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: build: SunOS\/i386 5.11 home Depend trunk<\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: errorparser: unix<\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: buildfamily: unix<\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: version: $Revision: 1.1 $ <\/span><br \/>\n<span style=\"font-style: italic;\">tinderbox: END<\/span><\/p>\n<p><span style=\"font-style: italic;\">Opening SunOS_5.11_Depend.log<\/span><br \/>\n<span style=\"font-style: italic;\">current dir is &#8212; home:\/root\/tinderbox\/SunOS_5.11_Depend<\/span><br \/>\n<span style=\"font-style: italic;\">Build Administrator is sp2hari.com<\/span><br \/>\n<span style=\"font-style: italic;\">uname -a = SunOS home 5.11 snv_64a i86pc i386 i86pc<\/span><br \/>\n<span style=\"font-style: italic;\">AB_CARDCATALOG=\/usr\/dt\/share\/answerbooks\/C\/ab_cardcatalog<\/span><br \/>\n<span style=\"font-style: italic;\">ADDON_PATH=\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin:<\/span><br \/>\n<span style=\"font-style: italic;\">COLORTERM=gnome-terminal<\/span><br \/>\n<span style=\"font-style: italic;\">CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:\/cvsroot<\/span><br \/>\n<span style=\"font-style: italic;\">CVS_ROOT=:pserver:anonymous@cvs-mirror.mozilla.org:\/cvsroot<\/span><br \/>\n<span style=\"font-style: italic;\">DBUS_SESSION_BUS_ADDRESS=unix:path=\/tmp\/dbus-zAaS6sa66Z,guid=9c8119a191db027be12633004684e7cc<\/span><br \/>\n<span style=\"font-style: italic;\">DESKTOP_STARTUP_ID=<\/span><br \/>\n<span style=\"font-style: italic;\">DISPLAY=:0.0<\/span><br \/>\n<span style=\"font-style: italic;\">DTAPPSEARCHPATH=\/root\/.dt\/appmanager:\/usr\/dt\/appconfig\/appmanager\/%L:\/usr\/dt\/appconfig\/appmanager\/C<\/span><br \/>\n<span style=\"font-style: italic;\">DTDATABASESEARCHPATH=\/root\/.dt\/types,\/usr\/dt\/appconfig\/types\/%L,\/usr\/dt\/appconfig\/types\/C<\/span><br \/>\n<span style=\"font-style: italic;\">DTDEVROOT=<\/span><br \/>\n<span style=\"font-style: italic;\">DTHELPSEARCHPATH=\/root\/.dt\/help\/root-home-0\/%H:\/root\/.dt\/help\/root-home-0\/%H.sdl:\/root\/.dt\/help\/root-home-0\/%H.hv:\/root\/.dt\/help\/%H:\/root\/.dt\/help\/%H.sdl:\/root\/.dt\/help\/%H.hv:\/usr\/dt\/appconfig\/help\/%L\/%H:\/usr\/dt\/appconfig\/help\/%L\/%H.sdl:\/usr\/dt\/appconfig\/help\/%L\/%H.hv:\/usr\/dt\/appconfig\/help\/C\/%H:\/usr\/dt\/appconfig\/help\/C\/%H.sdl:\/usr\/dt\/appconfig\/help\/C\/%H.hv<\/span><br \/>\n<span style=\"font-style: italic;\">DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix     StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife     StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank<\/span><br \/>\n<span style=\"font-style: italic;\">DTSOURCEPROFILE=true<\/span><br \/>\n<span style=\"font-style: italic;\">DTUSERSESSION=root-home-0<\/span><br \/>\n<span style=\"font-style: italic;\">DTXSERVERLOCATION=local<\/span><br \/>\n<span style=\"font-style: italic;\">EDITOR=\/usr\/dt\/bin\/dtpad<\/span><br \/>\n<span style=\"font-style: italic;\">GNOME_DESKTOP_SESSION_ID=Default<\/span><br \/>\n<span style=\"font-style: italic;\">GNOME_KEYRING_SOCKET=\/var\/tmp\/keyring-a1aGab\/socket<\/span><br \/>\n<span style=\"font-style: italic;\">GTK_RC_FILES=\/etc\/gtk\/gtkrc:\/root\/.gtkrc-1.2-gnome2<\/span><br \/>\n<span style=\"font-style: italic;\">G_BROKEN_FILENAMES=yes<\/span><br \/>\n<span style=\"font-style: italic;\">G_FILENAME_ENCODING=@locale,UTF-8<\/span><br \/>\n<span style=\"font-style: italic;\">HELPPATH=\/usr\/openwin\/lib\/locale:\/usr\/openwin\/lib\/help<\/span><br \/>\n<span style=\"font-style: italic;\">HOME=\/root<\/span><br \/>\n<span style=\"font-style: italic;\">JAVA_HOME=\/opt\/j2sdk1.4.2_15<\/span><br \/>\n<span style=\"font-style: italic;\">LANG=C<\/span><br \/>\n<span style=\"font-style: italic;\">LC_ALL=C<\/span><br \/>\n<span style=\"font-style: italic;\">LC_CTYPE=C<\/span><br \/>\n<span style=\"font-style: italic;\">LD_LIBRARY_PATH=\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/dist\/bin:<\/span><br \/>\n<span style=\"font-style: italic;\">LIBPATH=\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin:<\/span><br \/>\n<span style=\"font-style: italic;\">LIBRARY_PATH=\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin:\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin\/components:<\/span><br \/>\n<span style=\"font-style: italic;\">LOGNAME=root<\/span><br \/>\n<span style=\"font-style: italic;\">MAIL=\/var\/mail\/root<\/span><br \/>\n<span style=\"font-style: italic;\">MANPATH=\/opt\/SUNWspro\/man:\/usr\/dt\/man:\/usr\/man:\/usr\/openwin\/share\/man<\/span><br \/>\n<span style=\"font-style: italic;\">MOZCONFIG=\/root\/tinderbox\/mozconfig<\/span><br \/>\n<span style=\"font-style: italic;\">MOZILLA_FIVE_HOME=\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin<\/span><br \/>\n<span style=\"font-style: italic;\">MOZ_BYPASS_PROFILE_AT_STARTUP=1<\/span><br \/>\n<span style=\"font-style: italic;\">MOZ_CO_DATE=06\/29\/2007 15:01 +0000<\/span><br \/>\n<span style=\"font-style: italic;\">MOZ_PACKAGE_MSI=0<\/span><br \/>\n<span style=\"font-style: italic;\">MOZ_SYMBOLS_TRANSFER_TYPE=scp<\/span><br \/>\n<span style=\"font-style: italic;\">NLSPATH=\/usr\/dt\/lib\/nls\/msg\/%L\/%N.cat:\/usr\/dt\/lib\/nls\/msg\/C\/%N.cat<\/span><br \/>\n<span style=\"font-style: italic;\">NO_EM_RESTART=1<\/span><br \/>\n<span style=\"font-style: italic;\">OLDPWD=\/root<\/span><br \/>\n<span style=\"font-style: italic;\">OPENWINHOME=\/usr\/openwin<\/span><br \/>\n<span style=\"font-style: italic;\">PATH=\/opt\/csw\/bin:\/opt\/SUNWspro\/bin:\/opt\/SUNWspro\/bin:\/opt\/j2sdk1.4.2_15\/bin:\/usr\/sbin:\/usr\/bin:\/usr\/dt\/bin:\/usr\/openwin\/bin:\/usr\/ucb:\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin<\/span><br \/>\n<span style=\"font-style: italic;\">PWD=\/root\/tinderbox<\/span><br \/>\n<span style=\"font-style: italic;\">SDT_NO_DTDBCACHE=1<\/span><br \/>\n<span style=\"font-style: italic;\">SDT_NO_TOOLTALK=1<\/span><br \/>\n<span style=\"font-style: italic;\">SESSIONTYPE=altDt<\/span><br \/>\n<span style=\"font-style: italic;\">SESSION_MANAGER=local\/home:\/tmp\/.ICE-unix\/316,inet6\/home:35165,inet\/home:60138<\/span><br \/>\n<span style=\"font-style: italic;\">SESSION_SVR=home<\/span><br \/>\n<span style=\"font-style: italic;\">SHELL=\/bin\/bash<\/span><br \/>\n<span style=\"font-style: italic;\">SHLVL=2<\/span><br \/>\n<span style=\"font-style: italic;\">SSH_AGENT_PID=321<\/span><br \/>\n<span style=\"font-style: italic;\">SSH_AUTH_SOCK=\/tmp\/ssh-XXXAaGNa\/agent.316<\/span><br \/>\n<span style=\"font-style: italic;\">START_SPECKEYSD=no<\/span><br \/>\n<span style=\"font-style: italic;\">TERM=xterm<\/span><br \/>\n<span style=\"font-style: italic;\">TZ=Asia\/Calcutta<\/span><br \/>\n<span style=\"font-style: italic;\">USER=root<\/span><br \/>\n<span style=\"font-style: italic;\">WINDOWID=41943093<\/span><br \/>\n<span style=\"font-style: italic;\">XFILESEARCHPATH=\/etc\/dt\/app-defaults\/%L\/%N:\/etc\/dt\/app-defaults\/C\/%N:\/usr\/dt\/app-defaults\/%L\/%N:\/usr\/dt\/app-defaults\/C\/%N:\/usr\/openwin\/lib\/locale\/%L\/%T\/%N%S:\/usr\/openwin\/lib\/%T\/%N%S<\/span><br \/>\n<span style=\"font-style: italic;\">XMBINDDIR=\/usr\/dt\/lib\/bindings<\/span><br \/>\n<span style=\"font-style: italic;\">XMICONBMSEARCHPATH=\/root\/.dt\/icons\/%B%M.bm:\/root\/.dt\/icons\/%B%M.pm:\/root\/.dt\/icons\/%B:\/usr\/dt\/appconfig\/icons\/%L\/%B%M.bm:\/usr\/dt\/appconfig\/icons\/%L\/%B%M.pm:\/usr\/dt\/appconfig\/icons\/%L\/%B:\/usr\/dt\/appconfig\/icons\/C\/%B%M.bm:\/usr\/dt\/appconfig\/icons\/C\/%B%M.pm:\/usr\/dt\/appconfig\/icons\/C\/%B<\/span><br \/>\n<span style=\"font-style: italic;\">XMICONSEARCHPATH=\/root\/.dt\/icons\/%B%M.pm:\/root\/.dt\/icons\/%B%M.bm:\/root\/.dt\/icons\/%B:\/usr\/dt\/appconfig\/icons\/%L\/%B%M.pm:\/usr\/dt\/appconfig\/icons\/%L\/%B%M.bm:\/usr\/dt\/appconfig\/icons\/%L\/%B:\/usr\/dt\/appconfig\/icons\/C\/%B%M.pm:\/usr\/dt\/appconfig\/icons\/C\/%B%M.bm:\/usr\/dt\/appconfig\/icons\/C\/%B<\/span><br \/>\n<span style=\"font-style: italic;\">XPCOM_DEBUG_BREAK=warn<\/span><br \/>\n<span style=\"font-style: italic;\">_=.\/build-firefox.pl<\/span><br \/>\n<span style=\"font-style: italic;\">dtstart_sessionlogfile=\/dev\/null<\/span><br \/>\n<span style=\"font-style: italic;\">&#8211;&gt;mozconfig&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/span><br \/>\n<span style=\"font-style: italic;\"># Make flags<\/span><br \/>\n<span style=\"font-style: italic;\">mk_add_options MOZ_CO_PROJECT=browser<\/span><br \/>\n<span style=\"font-style: italic;\">mk_add_options MOZ_CO_MODULE=&#8221;mozilla\/tools\/codesighs&#8221;<\/span><\/p>\n<p><span style=\"font-style: italic;\"># Configure flags<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-application=browser<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-optimize<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-codesighs<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-crypto<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-xft<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-svg<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;enable-canvas<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;disable-freetype2<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;disable-debug<\/span><br \/>\n<span style=\"font-style: italic;\">ac_add_options &#8211;disable-tests<\/span><br \/>\n<span style=\"font-style: italic;\">&#8211;&gt;end mozconfig&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/span><br \/>\n<span style=\"font-style: italic;\">Didn&#8217;t find \/root\/tinderbox\/post-mozilla.pl<\/span><br \/>\n<span style=\"font-style: italic;\">===============================<\/span><br \/>\n<span style=\"font-style: italic;\">Compiler is &#8212; CC<\/span><br \/>\n<span style=\"font-style: italic;\">===============================<\/span><br \/>\n<span style=\"font-style: italic;\">Begin: Fri Jun 29 20:32:28 2007<\/span><br \/>\n<span style=\"font-style: italic;\">cvs -q checkout -P -D &#8220;06\/29\/2007 15:01 +0000&#8221; mozilla\/client.mk mozilla\/browser\/config<\/span><br \/>\n<span style=\"font-style: italic;\">End:   Fri Jun 29 20:32:31 2007<\/span><br \/>\n<span style=\"font-style: italic;\">\/root\/tinderbox\/SunOS_5.11_Depend\/mozilla\/\/dist\/bin\/firefox-bin does not exist.<\/span><br \/>\n<span style=\"font-style: italic;\">No binary detected; none deleted.<\/span><br \/>\n<span style=\"font-style: italic;\">Begin: Fri Jun 29 20:32:31 2007<\/span><br \/>\n<span style=\"font-style: italic;\">make -f client.mk  checkout<\/span><br \/>\n<span style=\"font-style: italic;\">make: Fatal error in reader: client.mk, line 126: Unexpected end of line seen<\/span><br \/>\n<span style=\"font-style: italic;\">End:   Fri Jun 29 20:32:32 2007<\/span><br \/>\n<span style=\"font-style: italic; font-weight: bold;\">Error: CVS checkout failed.<\/span><\/p>\n<p>The last line is scary :-(. Have to ask about that to emily or nags soon. And oh yeah, now that i have setup a Tinderbox in Solaris, i want to setup one in Linux. Just want to see whether it is so easy in Linux. ;). Now i got my confidence back :). I can now really finish lots in integration of  Firefox Test cases into Tinderbox before i go back to college. And now i am no more scared of Solaris \ud83d\ude42 .<\/p>\n<p>Have to figure out something about the Tinderbox log.<br \/>\nBye for now.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>You never know when things will work and but if you believe that they will work ,they will. Ha, finally my own quote \ud83d\ude1b . The Solaris download which i asked my friend to do failed \ud83d\ude41 . Crap . I waited for that for more than 2 days and &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"class_list":["post-64","post","type-post","status-publish","format-standard","hentry","category-code"],"_links":{"self":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/posts\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/comments?post=64"}],"version-history":[{"count":2,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/posts\/64\/revisions"}],"predecessor-version":[{"id":1469,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/posts\/64\/revisions\/1469"}],"wp:attachment":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/media?parent=64"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/categories?post=64"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/tags?post=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}