[Bug 459874] Review Request: zeromq - Fast messaging system

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 2 02:10:47 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=459874





--- Comment #11 from Jason Tibbitts <tibbs at math.uh.edu>  2008-12-01 21:10:45 EDT ---
Sorry for the delay; the US holiday season is upon us.  Unfortunately this
still doesn't build, because you don't pull in automake, leading to the
completely cryptic:

  + autoreconf -f
  Can't exec "aclocal": Permission denied at
   /usr/share/autoconf/Autom4te/FileUtils.pm line 326.

Adding automake gets me to:

  + autoreconf -f
  configure.in:15: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

So I added libtool and it gets down to:

   ./configure: line 16530: syntax error near unexpected token `SDL,'
   ./configure: line 16530: `    PKG_CHECK_MODULES(SDL, sdl)'

Now, I have no idea why sdl might be required to build this, but I suspect that
your comment "# Needed for camera example" might be related, since you're
rebuilding the autoconf stuff for that example even if you're not actually
building it.  I added SDL-devel and it gets further:

  checking for jni.h in a /usr/lib64/jvm/java-1.6.0-openjdk/include dir...
  configure: error: Could not find jni.h in 
   /usr/lib64/jvm/java-1.6.0-openjdk/include directory.

So --with-java needs java-1.6.0-openjdk-devel in order to build, but mock pulls
in java-1.5.0-gcj-devel because both provide java-devel.  I don't know quite
enough about java to understand this.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list