If you stumbled into this post first you may want to have a look over this previous post as we are building upon steps covered there.
So far we have got our world binaries built and these are the foundation of the environments we setup for testing our port builds. From here we create a tinderbox build. Within tinderbox a build refers to a combination of world binaries (the tinderbox jails we setup before) and a version of the ports files. It is probably a rare case but it would appear that you could setup a build using say netbsd pkgsrc system or similar, the most likely alternative to the official ports system would be an internal development branch of the ports source.
The first step is to setup the ports files to be used. A cvs checkout is shown in the docs and you could adjust the svn usage from yesterday if you have your own local svn repo (official ports are still in cvs at this point). The examples in the docs show a source checkout that is unique to your tinderbox setup. I think using the system installed ports will be enough for what I want and will bypass the confusion of three copies of the ports files. Personally I use portsnap to update my system ports tree and create or update a port there to test and develop it. Then I have a copy within my home folder that is an svn checkout from my redports account that I transfer changes to that I want to keep, and commit as desired from there. While my personal folder is just the ports I make changes to, I don't want a third copy just for test builds, so what I will use here is a user defined update method that will run portsnap anytime I want to update the ports tree. We have two options here, 1. create a portsTree with no update method leaving us to run portsnap manually as desired. 2. create a portsTree with a user update method. The first option is straight forward and acceptable for most but I want to look at option 2 here.
Reading the docs you may jump straight in and use a command like
You may also want to share your local distfiles with tinderbox. Pretty easy and the one setup is shared across all portstree configs -
Now that we have our jails and portsTree setup it is time for the build. Remember a tinderbox build is a combination of a specific jail and portsTree and is straight forward -
The name I used there may raise a few questions but first lets consider what variations of builds we want to use.
The aim of using tinderbox is to test building under a variety of conditions, in this case primarily different system versions. To that end we started by creating 2 jails with different versions of world binaries, you may have extended that number and I encourage you to do so but I use two in these examples. From FreeBSD 9.0 we are moving away from a dependency on gcc as the main compiler and now include clang within the base system. Being in the early transition of this is a bit awkward as not all ports build with the old gcc v4.2 that is included with base and not all ports build with clang either. Well ports changes need to be tested with each compiler so we may get a full ports build happening on any system install. One option we have is to specify what version of gcc is used to build our port. Easy till we get linking issues with something like boost installed with gcc42 and not linking with a gcc46 built port (that is my early guess and may not be the location of a solution). So anyway I am suggesting that a number of builds are setup to test building with clang as well as gcc. This will only apply to 9.0 and higher, 8.3 has just entered beta1 and doesn't appear to include clang. The other question you may have is that I only put clang in the name, how does it know to build with clang? It doesn't yet - that comes in a minute.
Well using the two jails we built yesterday lets setup the builds -
Now we have four builds setup to test our ports in. As I suggested before you should also consider having at least an 8-STABLE jail setup and maybe even a 7-STABLE one as well if not more. As clang is not included in 7 or 8 there is no need to setup two builds for each, I would still use gcc in the build name though.
At this point you will find a few directories have been created. The first you will probably see is tinderbox/{BUILDNAME} so if your following along you will have four there corresponding to each build you setup. The next ones are inside tinderbox/builds and have the same names as the four we just looked at. The dirs inside builds contain a Makefile with all the package dependencies and although you may think make.0 and make.1 are makefiles they are in fact logs containing the log of the last compile done, each port compile is run in two phases, and a more than likely empty duds file. The top level dirs are where all the work is done. For each port you make, tinderbox will extract the tarball found in the corresponding jail build and mount the various points needed for portstrees/distfiles/devfs/procfs. From that you can work out that each build starts up in a unique environment (it uses chroot) completely isolated for your test make. Each environment is cleaned up after each test make and the log files will include files left behind if you get your pkg-plist incorrect.
Now to configuring the compiler to use. When you first test making your port and look at a log file you may notice that the timestamp at the start is all wrong. That will be a wrong timezone setting and gets us close to the compiler settings. First lets set the timezone, so edit the file tinderbox/scripts/etc/env/GLOBAL and add the following line (adjusted to match your timezone of course)
You can see that it uses a bash style environment setting. Within the same folder we want to create a config file for each build we setup using the name build.{BUILDNAME} and have it contain the CC options that we wish to use. Before you go thinking about copying all your /etc/make.conf settings consider the purpose of this - testing against a minimum system config to ensure your port is as compatible as possible. Those with a custom edited make.conf need to handle their own port build conflicts with the options they want to use. So here all we want to do is set the compiler to use. To make this easy let's make a script, I will put this inside tinderbox/scripts and lets call it gencompilerenvfiles.sh
Pretty straight forward if you know some shell scripting, if it's a bit beyond what you know it simply gets a list of dirs from within builds and outputs three lines to a corresponding config file for each one. The script won't touch files that already exist, so delete them if you want a clean slate or adjust if you want to add to existing files. The first loop uses grep to get clang named builds the second gcc. Is it overkill specifying gcc for the gcc builds - yep - but it keeps things consistent and also gets the CC setting output to the log file to remove any confusion when looking over them later, or more to the point when you get someone else to look over them for some help.
Now your all setup to use tinderbox to test your ports building. While the docs say you can do an adhoc build with just the tinderbuild command I find that not to be the case, the two command you use are
The first time you build a port it may take a while - it will build each dependency needed, basically running make package-recursive for your port. Next time it will just pkg_add each dependancy and build the port you ask it to. The -nullfs option is needed if you setup the nullfs mount for portstree as shown above (or maybe it is for distfiles?). This adds some more dirs for you as well.
tinderbox/packages/{BUILDNAME} will contain all the packages created by that build. You will find a folder for each category containing links to the corresponding package inside the All dir.
tinderbox/logs/{BUILDNAME} will contain log files of each port compiled for that build.
tinderbox/errors/{BUILDNAME} will contain copies of the log files that had errors - this is probably all your really interested in.
That's about all you need to get up and running with tinderbox. I think I will do one more post covering some housekeeping and other notes. To close off I'll show a script I use to automate running any number of ports inside every build you have configured, I save it in tinderbox/scripts and call it testbuilds.sh
So to make use of the script
and it will go through and compile each port with every tinderbox build you have setup.
11286 comments
What a data of un-ambiguity
What a data of un-ambiguity and preserveness of precious experience concerning unpredicted feelings.
Keep on working, great job!
Keep on working, great job!
I don't even know how I ended
I don't even know how I ended up here, but I thought this
post was good. I don't know who you are but definitely you're going to a famous blogger
if you aren't already ;) Cheers!
Heya! I'm at work browsing
Heya! I'm at work browsing your blog from my new iphone!
Just wanted to say I love reading your blog and look forward to all your posts!
Keep up the outstanding work!
This is really interesting,
This is really interesting, You're a very skilled blogger.
I've joined your feed and look forward to seeking more of your wonderful post.
Also, I've shared your website in my social networks!
I was curious if you ever
I was curious if you ever thought of changing the
structure of your blog? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of
content so people could connect with it better. Youve got an awful lot of text for only having one or two pictures.
Maybe you could space it out better?
Hi mates, its wonderful
Hi mates, its wonderful article on the topic of teachingand fully explained, keep it
up all the time.
Hi there, You have done a
Hi there, You have done a great job. I'll definitely digg it and personally suggest to my friends.
I'm confident they'll be benefited from this website.
You need to be a part of a
You need to be a part of a contest for one of the finest websites online.
I most certainly will highly recommend this site!
Hello! I know this is kinda
Hello! I know this is kinda off topic but I was wondering which blog platform are you using
for this website? I'm getting fed up of Wordpress because I've had problems
with hackers and I'm looking at options for another platform.
I would be fantastic if you could point me in the direction of a good platform.
Great website you have here
Great website you have here but I was curious about if you knew of any user discussion forums that cover
the same topics discussed in this article? I'd really like to be a part of
online community where I can get feedback from other experienced individuals that share the same interest.
If you have any suggestions, please let me know. Cheers!
Hi there, I would like to
Hi there, I would like to subscribe for this website to obtain most
up-to-date updates, thus where can i do it please help out.
Excellent blog post. I
Excellent blog post. I absolutely appreciate this site.
Stick with it!
Write more, thats all I have
Write more, thats all I have to say. Literally,
it seems as though you relied on the video to make your point.
You obviously know what youre talking about, why throw away your
intelligence on just posting videos to your site when you
could be giving us something enlightening to read?
Good day! I just want to give
Good day! I just want to give you a big thumbs up for your great
info you've got here on this post. I will be coming back to your blog for more soon.
Thanks for your marvelous
Thanks for your marvelous posting! I truly enjoyed reading it, you can be
a great author.I will remember to bookmark your blog and will eventually come back in the future.
I want to encourage you continue your great posts,
have a nice day!
Hi to every one, because I am
Hi to every one, because I am actually keen of reading this blog's post to be updated daily.
It carries nice information.
Hello there, I discovered
Hello there, I discovered your website via Google at the same time
as looking for a related subject, your web site came up, it appears to be
like great. I've bookmarked it in my google bookmarks.
Hello there, simply become alert to your blog through Google, and
found that it is really informative. I'm going to be careful for brussels.
I'll be grateful in the event you proceed this in future. Lots of other folks
will likely be benefited out of your writing. Cheers!
Hello! Would you mind if I
Hello! Would you mind if I share your blog with
my twitter group? There's a lot of folks that I think would really appreciate your content.
Please let me know. Many thanks
I really like your blog..
I really like your blog.. very nice colors & theme.
Did you make this website yourself or did you hire someone to do
it for you? Plz answer back as I'm looking to design my own blog and would like to find out where u got this from.
thanks a lot
I do consider all of the
I do consider all of the ideas you have presented
to your post. They are really convincing and will certainly work.
Nonetheless, the posts are very short for starters. May you please prolong them a bit
from next time? Thank you for the post.
I enjoy what you guys tend to
I enjoy what you guys tend to be up too. This kind
of clever work and coverage! Keep up the amazing works guys
I've added you guys to my blogroll.
Great article! That is the
Great article! That is the type of information that
are supposed to be shared across the internet.
Shame on Google for not positioning this put up upper!
Come on over and visit my website . Thank you =)
I'll right away clutch your
I'll right away clutch your rss as I can not in finding your e-mail subscription link or
e-newsletter service. Do you've any? Please permit me recognise in order that I
may just subscribe. Thanks.
Hey! Quick question that's
Hey! Quick question that's entirely off topic. Do you know how to make your site
mobile friendly? My site looks weird when viewing from my
apple iphone. I'm trying to find a theme or plugin that might be able
to fix this issue. If you have any recommendations, please
share. Many thanks!
It's going to be finish of
It's going to be finish of mine day, but before ending I am reading this fantastic article to increase my
know-how.
It's an amazing article in
It's an amazing article in support of all the web users; they will obtain advantage from it I am
sure.
I'm really loving the theme
I'm really loving the theme/design of your weblog. Do you ever run into any web browser compatibility problems?
A few of my blog audience have complained about my site not
working correctly in Explorer but looks great in Safari.
Do you have any advice to help fix this problem?
What's up Dear, are you truly
What's up Dear, are you truly visiting this web site on a regular basis,
if so then you will definitely obtain pleasant know-how.
Attractive section of content
Attractive section of content. I just stumbled
upon your web site and in accession capital to assert that
I get actually enjoyed account your blog posts. Any way I'll be
subscribing to your augment and even I achievement you access
consistently rapidly.
I was curious if you ever
I was curious if you ever considered changing the structure of your site?
Its very well written; I love what youve got to say.
But maybe you could a little more in the
way of content so people could connect with
it better. Youve got an awful lot of text for only having 1 or 2
images. Maybe you could space it out better?
Excellent beat ! I wish to
Excellent beat ! I wish to apprentice while you amend your site,
how can i subscribe for a blog site? The account aided me
a acceptable deal. I had been a little bit acquainted of this your
broadcast provided bright clear concept
Excellent beat ! I wish to
Excellent beat ! I wish to apprentice while you amend your site,
how can i subscribe for a blog site? The account aided me
a acceptable deal. I had been a little bit acquainted of this your
broadcast provided bright clear concept
Hi there would you mind
Hi there would you mind stating which blog platform you're using?
I'm planning to start my own blog in the near future
but I'm having a tough time deciding between BlogEngine/Wordpress/B2evolution and Drupal.
The reason I ask is because your design and style seems different then most
blogs and I'm looking for something completely unique. P.S Apologies for being
off-topic but I had to ask!
I know this if off topic but
I know this if off topic but I'm looking into starting my own blog and was wondering what all is required to get set up?
I'm assuming having a blog like yours would cost a pretty penny?
I'm not very web savvy so I'm not 100% positive. Any recommendations or advice would be greatly appreciated.
Thanks
Wow, fantastic blog layout!
Wow, fantastic blog layout! How long have you been blogging for?
you make blogging look easy. The overall look of your website is wonderful,
as well as the content!
Hey there! This is my first
Hey there! This is my first visit to your blog! We are a collection of volunteers and starting a new
initiative in a community in the same niche. Your blog provided us
valuable information to work on. You have done a outstanding job!
Greetings! Very helpful
Greetings! Very helpful advice within this post! It's the little
changes that produce the greatest changes. Many thanks for
sharing!
There is certainly a lot to
There is certainly a lot to find out about this subject.
I love all the points you made.
I for all time emailed this
I for all time emailed this website post page to all my associates, because if like
to read it after that my links will too.
I blog frequently and I
I blog frequently and I seriously thank you for your content.
This great article has really peaked my interest. I am going to book mark your website and keep checking for new details
about once per week. I opted in for your RSS feed as well.
Fantastic goods from you, man
Fantastic goods from you, man. I have understand your
stuff previous to and you're just too fantastic. I actually like what
you've acquired here, certainly like what you're saying and
the way in which you say it. You make it entertaining and you still take care of to keep it smart.
I can't wait to read much more from you. This is really a tremendous web site.
Pretty section of content. I
Pretty section of content. I just stumbled upon your weblog and in accession capital to assert that
I acquire in fact enjoyed account your blog posts.
Anyway I will be subscribing to your augment and even I achievement you access consistently fast.
Thank you for any other
Thank you for any other informative web site.
Where else may I get that type of information written in such an ideal method?
I've a project that I'm just now operating on, and I've been on the look out for such information.
Very good article. I
Very good article. I absolutely appreciate this website.
Keep it up!
May I simply just say what a
May I simply just say what a relief to discover someone that truly understands what they're talking about on the net.
You actually understand how to bring an issue to light and make it
important. More and more people need to check this out and understand this side of your story.
It's surprising you're not more popular because you
surely have the gift.
Good article. I am
Good article. I am experiencing many of these issues as well..
Greetings, There's no doubt
Greetings, There's no doubt that your website could
be having web browser compatibility issues. When I take a look at
your site in Safari, it looks fine but when opening in IE, it has some overlapping issues.
I just wanted to provide you with a quick heads up!
Aside from that, wonderful website!
I visit every day a few blogs
I visit every day a few blogs and blogs to read articles, except this website presents feature
based posts.
Having read this I thought it
Having read this I thought it was extremely informative.
I appreciate you spending some time and energy to put this informative article together.
I once again find myself personally spending a lot of time both reading and commenting.
But so what, it was still worthwhile!
Pages
Add new comment