Older blog entries for wcooley (starting at number 2)

Learned more about CVS today. CVS is weird--I knew that already, but now I understand it a little better. I ran a cvs remove on lnxs/usr.bin/man the other day, because I tried an import of a newer version and there were conflicts, and I'd hoped to not have to deal with conflicts. (I might have made some mistakes the first time I imported, like choosing by start tags.) However, the next time I tried to import, everything went directly into the Attic. Yuck.

So I read up a bit on it, and CVS sets the otherwise user-set "State:" field to "dead". I found out that state can be changed with the cvs admin -s <state> command. I looked up the "admin" in the Cederqvist manual, however, and it was not recommended that you diddle with the dead state, but that you use cvs remove and cvs add instead.

Well, after playing around with it, I finally copied the innards of the tarball I was trying to import into place, and with find I re-added everything. Now, everything is happy.

Lessons learned: Don't use cvs remove to make importing easier. To get files back from the dead, re-add them. Seems to be the only way. Don't try to use <code> tags in Advogato diary entries--use <tt> instead.

Noticed SourceForge had changed their policy to allow crypto, so I imported OpenSSL into the LNXS codebase. OpenSSH was imported last week, with an area set up to open a tarball and make OpenSSL automatically. Now glibc-crypt can be moved directly into glibc, and out of noexport/.

Solved a problem with screen not working on one of my build machines, which I didn't see on the other. Discovered /dev/ptmx needs to be mode 666.

Hacked Makefiles for LNXS all Sunday. Girlfriend out of town, no distractions. I thought I'd managed to devise a system that wouldn't require lots of customization for most modules. Seems to mostly be the case, but for modules that do need customizaiton, it's going to be a long road.

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!