" /> Status for Andrew DeFaria: April 10, 2005 - April 16, 2005 Archives

« April 3, 2005 - April 9, 2005 | Main | April 17, 2005 - April 23, 2005 »

April 14, 2005

Unable to build glibc for Bluecat

In step 3 of the build process a build of glibc continues to fail. In debugging this I got down to:

/build/bluecat/build/20050319/cdt/bin/rpmbuild -ba --rmsource --clean /usr/src/bluecat/packages/glibc/SPECS/glibc_cdt.spec --bluecat_cdt=i386-bluecat-linux

This rpmbuild command is building both source and binary rpms and effectively goes through a building process. After a long time it eventually fails with:

RPM build errors:
    File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
share/info/libc.info
    File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
share/info/libc.info-1
    File not found: /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/\
share/info/libc.info-10
...

Looking in /build/bluecat/build/20050319/var/tmp/glibc-2.3.2-root/cdt/share/info I do see those files but they are gzipped (end in .gz). The rpmbuild command therefore returns a non zero status and due to bad error handling it looks as if the failure is somewhere else, but no it's here.

Also it seems like this directory, or at least the "var/tmp" portion of the path seems to indicate that this is a temporary directory, perhaps created by the rpmbuild itself so I'm not sure if simply unzipping the files will make this rpmbuild succeed or not.

April 13, 2005

RH 8.0 BC Build

  • Continuing with RH 8.0 BC build. Step 3 got pretty far but then has some problem. Attempting to repeat and debug

April 12, 2005

Code review

  • Held code review for 2.1.0 branch merge
  • Fixed references so that T3 == t3 WRT ecr.php. Also fixed a bug where multiple t3 type reference would fail to link properly
  • Plodding on with RH 8.0 Bluecat build

April 11, 2005

LOS178 3.0.0

  • Committed merge of branch 2.1.0 -> TOT producing 3.0.0
  • Tagged bin-image, los178, toolbox, and tst with REL_LOS178_3p0p0_ppc_20050408
  • Packaged up all media
  • Conducting review