Skip to main content.

2003-Sep-04

gcc was complaining:

undefined reference to `__ctype_b_loc`
This was caused by having new headers from glibc-2.3.2, like include/ctype.h, with old glibc-2.2.5 libraries.

I had a Microsoft MHT format attachment to extract. So I packaged ripmime. (Then I didn't have the MHT file anymore, so I could not test.) I imported this new package to pkgsrc-wip.

Updated and fixed theora-, and libvorbis- and libogg-nightly pkgsrc. Made a vorbis-tools-nightly, but not imported yet. It is not needed. I did need the others because theora needed recent libraries.

I am having issues with pkg_install. I want it recorded as package, but the PLIST is wrong. Also, it won't build because `optind' undeclared. (I manually worked-around this by defining this.) I was told this isn't working under Irix too.

Also for some reason (maybe related to new mk files), -DFORCE_PKG_REGISTER keeps on ending with "Error code 1". (I saw this with three different packages.)

On one of my systems today, gtar gave me an error message saying "pax". For some reason my gtar command was not gnutar but was pax. Set GNU_PROGRAM_PREFIX to nothing and see that man pages and binaries have same name with pax, gtar-base, and gcpio. Send-pr: pkg/22693: pax and gtar install bin/tar and pax and gcpio install cpio