On Wed, 2003-09-24 at 10:18, Brian Millett wrote:
> Hello, I'm getting the following error while trying to compile the srpm
> for evo-db3 (which is needed for evolution 1.4.5 srpm).
> 
> This is on RedHat 9.  Any ideas?

Well, I don't always answer my own questions, but here is what I did
(for what its worth)

After doing the rpmbuild --rebuild <srpm>, I went and edited the
evo-db3.spec.  Patch here:
shaka: diff -ruN evo-db3.spec~ evo-db3.spec
--- evo-db3.spec~       2001-08-27 12:16:58.000000000 -0500
+++ evo-db3.spec        2003-09-24 10:36:22.000000000 -0500
@@ -64,7 +64,7 @@
 esac
 case "$RPM_COMMAND" in
 build|all)
-    cd build_unix; ${MAKE}
+    ${MAKE}
     ;;
 esac
  
then I did a rpmbuild -bb evo-db3.spec and got my rpm.

Thanks.

> Thanks.
> 
> creating db_185.h
> creating db_config.h
> + '[' / '!=' /var/tmp/evo-db3-3.1.17-root ']'
> + rm -rf /var/tmp/evo-db3-3.1.17-root
> + cd build_unix
> /var/tmp/rpm-tmp.13449: line 44: cd: build_unix: No such file or
> directory
> error: Bad exit status from /var/tmp/rpm-tmp.13449 (%build)
-- 
Brian Millett  -  Technologist Rex 
"Understanding is a three-edged sword." 
   -- Kosh, "Deathwalker"

_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to