View Single Post
  #5 (permalink)  
Old 11-17-2005, 08:07 AM
mcgaffin mcgaffin is offline
Member
 
Posts: 11
Default

Okay, this is just off the top of my head:
  1. Since I run Ubuntu, when I ran 'make dev-install', it failed immediately because ZimbraBuild/rpmconf/Build/get_plat_tag.sh didn't recognize Ubuntu and returned UNKNOWN. Because there is no UNKNOWN.def in ZimbraBuild/defs, I was stopped there. So I forced get_plat_tag.sh to return DEBIAN3.1 and started the install.
  2. I had the problem of downloading 3rd party software or copying versions from the M1 tarball, in cases where M2 wanted the same 3rd party releases as M1.
  3. In some cases, after building a package completed, the installation of the package installed because there were no directories like /opt/zimbra/openldap-2.2.28/var or the like. This was, of course, easy to fix.
  4. This command in the zimbramon build:
    Code:
    cp -f /opt/zcs.new/ZimbraBuild/rpmconf/Env/crontab /opt/zimbra/zimbramon/crontab
    resulted in
    Code:
    cp: cannot stat `/opt/zcs.new/ZimbraBuild/rpmconf/Env/crontab': No such file or directory

And that's where I ran out of time for the day.

I'll probably forge ahead later today to see if I can finish the build. I'm curious about the changes since M1.

regards,
david
Reply With Quote