Whole Foods in Honolulu
Karen and I went to the new Whole Foods Market that just opened in Honolulu. It's in the Kahala Mall, so we also went to the toy store and Jamba Juice.
If we were hanging out at a pub, these are the kinds of stories I'd share.
Karen and I went to the new Whole Foods Market that just opened in Honolulu. It's in the Kahala Mall, so we also went to the toy store and Jamba Juice.
Gallon, Inch, Pound - They won't always be around. Get ready for the metric system.
Labels: metric
Karen and I went to lunch today at the deli at Safeway. Oh yes, eating at the grocery store. You get a container and fill it with food and the price is $6.99 per pound. I proceed to fill my container and then think I should weigh it to figure out where I stand.
Labels: metric
My inbox has a message from Apple announcing the grand opening of the Apple Store in the Royal Hawaiian in Waikiki. Doors open at 10:00 AM HST on September 27. The first 1000 or so people in line (line?) get a free t-shirt.
Labels: fedora
When I first used MacOS X, it was version 10.0. It was a little rough around the edges. I remember trying to do some pthreads programming and discovered that pthreads hadn't been completely implemented yet. Ooops.
mkdir pkg-root
# put stuff in ./pkg-root for the package
packagemaker --root ./pkg-root [options]The resulting package will install /pkg-root to your system (dumb!). You have to run it this way:packagemaker --root ./pkg-root/And then pkg-root is treated like a staging root.pkgutil --pkgsIt is possible to remove an entry from the installed packages database. All you have to do is:
pkgutil --forget PACKAGEThis removes the entry from the database, but not what is actually on the system. Why is this even possible? Also note that this will again only work for what packages pkgutil can see. If you want to forget something in /Library/Receipts, just rm -rf the directory.
Want to completely hork your system? pkgutil does offer a way to forget a package and remove the files it owns. You can do this:
pkgutil --unlink PACKAGE
pkgutil --forget PACKAGENo dependency checking is done, pkgutil just deletes whatever is owned by that package. You do this on the BSD package, for instance, and totally hose the system. Great work, Apple.
If you pass the --target option to packagemaker, the resulting flat package it generates won't contain anything from --resources. It just ignores Resources. Great!
The different package formats created by packagemaker appear to be recorded differently in /Library/Receipts. A flat package gets a bom file in the /Library/Receipts/boms subdirectory. A package bundle with metadata gets a receipt bundle as /Library/Receipts/NAME.pkg with the bom file in the bundle as Archive.bom.
So that's what I've discovered trying to package software on MacOS X. It's frustrating and annoying. Packaging is a solved problem. And uninteresting. Why can't OS X just use any of the dozens of packaging systems out there that are open source?
Got back from Europe middle of last week and played catch up during the end of the week. Lots of work to do and I feel like now I'm basically in good shape with where my stuff is. When Fedora 10 is released, I may actually like it. The last release of Fedora that I really thought was solid was Fedora Core 6. After that, we [the project] hit the gas on development and it's been rapid progress and less testing. But that's just my opinion. The releases are good, in general, but when I compare Fedora Core 6 to what we currently have, I just get the feeling that we've traded stability for rapid development.
Backstory:
Left Vienna at 10:10 AM on 10-Sep-2008 and arrived around 9:00 PM on 10-Sep-2008 in Honolulu. Before leaving Vienna, I called home and it was Tuesday night. Oh yeah. I calculated up how much awake time I had and it was a little over 30 hours. I expect it to catch up with me at some point.
Labels: fedora
FUDCon Brno 2008 is over and I must say it went really well. Hackfests on the first day and last day. The presentations were very interesting too. Martin Sivak and I did a crash course in the Czech language as the last session on the barcamp day. It was pretty fun for everyone. Martin wrote up a possible story that would play out during the social event later that evening. I would read the English, he would say it in Czech, and the everyone else was to repeat. Pictures are on on the Flickr group.
Labels: fedora
I haven't posted anything since I got to Europe. Why? Well, Internet access has been harder than I thought it would be. And phone access.
Labels: fedora