[Bug 472150] Review Request: coot - crystallographic macromolecular building toolkit

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 19 14:39:41 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=472150





--- Comment #1 from Adam Huffman <bloch at verdurin.com>  2008-11-19 09:39:40 EDT ---
Just tried building the coot SRPM after manually installing the dependencies,
on an F9 system.  Here's the output:

rpmbuild --rebuild coot-0.5-1.f8.src.rpm 
Installing coot-0.5-1.f8.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.76679
+ umask 022
+ cd /home/adam/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/adam/rpmbuild/BUILD
+ rm -rf coot-0.5
+ /usr/bin/gzip -dc /home/adam/rpmbuild/SOURCES/coot-0.5.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd coot-0.5
+ /usr/bin/gzip -dc
/home/adam/rpmbuild/SOURCES/coot-reference-structures.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (configure.in.patch):'
Patch #0 (configure.in.patch):
+ patch -p0 -s
+ cp /home/adam/rpmbuild/SOURCES/coot.in ./
+ cp src/blank.cc src/coot_wrap_guile.cc
+ rm src/coot_wrap_python_pre.cc
+ iconv -f iso8859-1 -t utf-8 README
+ mv -f README.conv README
+ aclocal -I macros
configure.in:101: warning: macro `AM_PATH_GTKGLEXT_1_0' not found in library
+ libtoolize --automake --copy
+ autoconf
configure.in:101: error: possibly undefined macro: AM_PATH_GTKGLEXT_1_0
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
error: Bad exit status from /var/tmp/rpm-tmp.76679 (%prep)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.76679 (%prep)

so I think you need to add a BuildRequires for gtkglext.  After installling
that, here's what I see (which I think is expected until the mmdb situation is
resolved):

checking for GTK... yes
checking for GNOME_CANVAS... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GtkGLExt - version >= 1.0.0... yes (version 1.2.0)
checking for GLUT... yes
checking for MMDB... configure: error: Package requirements (mmdb >= 1.12) were
not met:

Requested 'mmdb >= 1.12' but version of mmdb is 1.09.1

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MMDB_CFLAGS
and MMDB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

error: Bad exit status from /var/tmp/rpm-tmp.80390 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.80390 (%build)

-- 
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