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

--- Comment #34 from Cristian Ciupitu <[email protected]> ---
I've tried to scratch build it on Fedora rawhide [1] and 19 [2][3] and
it failed on both:

    ++ readlink -f /usr/bin/javac
    ++ sed s:/bin/javac::
    + export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64
    + JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64
    + ./autogen.sh
    ** Running libtoolize
    ./autogen.sh: line 9: libtoolize: command not found
    ** ERROR: while running 'libtoolize --automake --copy'
    ** ERROR: ./autogen.sh failed
    RPM build errors:
    error: Bad exit status from /var/tmp/rpm-tmp.6TFw7b (%build)
        Bad exit status from /var/tmp/rpm-tmp.6TFw7b (%build)
    Child return code was: 1

What package has libtoolize?

    [ciupicri@hermes rpmbuild (cubrid *)]$ rpm -q -f `which libtoolize`
    libtool-2.4.2-7.fc18.x86_64

So you probably need to add

    BuildRequires: libtool

to `cubrid.spec`.


As a side note, I'd also suggest distributing the source code archived
with xz instead of gzip.  The gzip version has 49 MBs, while the xz one
has only 21 MBs. Even bzip2 would be nice since it has only 34 MBs.


[1] http://koji.fedoraproject.org/koji/taskinfo?taskID=5615349

[2] http://koji.fedoraproject.org/koji/taskinfo?taskID=5615419

[3] http://koji.fedoraproject.org/koji/taskinfo?taskID=5615421

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=s9lvQYdS5P&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to