On 02/22/12 17:08, Matthew Harmsen wrote:
On 02/22/12 12:18, Andreas Schneider wrote:
> Here are the fixes so that it stops looking up for the java compiler.
>
>
> -- andreas
>
>
>
>
> _______________________________________________
> Pki-devel mailing list
> Pki-devel(a)redhat.com
>
https://www.redhat.com/mailman/listinfo/pki-devel
ACK and I will apply these two patches to the "master".
Andreas,
UN-ACK
Sorry, but I must claim 'mea culpa' as I was much too quick to ACK this
change.
Having applied both patches to a freshly checked-out tree, I get the
following errors on 64-bit F16 for Dogtag 10:
# rpm -q cmake
cmake-2.8.7-4.fc16.x86_64
# git clone
ssh://git.fedorahosted.org/git/pki.git pkigit
# git am /home/mharmsen/DOGTAG/0001-cmake-Set-the-project-to-NONE.patch
Applying: cmake: Set the project to NONE.
# git am
/home/mharmsen/DOGTAG/0002-cmake-Remove-obsolete-Java-Compiler-files.patch
Applying: cmake: Remove obsolete Java Compiler files.
# cd pkigit
# pki/scripts/compose_pki_core_packages rpms
(two_patches typescript and rpm-tmp.qrNxXR file attached)
I also tried just the first patch only (with pretty much the same results):
# git clone
ssh://git.fedorahosted.org/git/pki.git pkigit
# git am /home/mharmsen/DOGTAG/0001-cmake-Set-the-project-to-NONE.patch
Applying: cmake: Set the project to NONE.
# cd pkigit
# pki/scripts/compose_pki_core_packages rpms
(first_patch_only typescript and rpm-tmp.kecA2s file attached)
Could you please perform a test build of your patches to see why these
don't work?
Thanks,
-- Matt