First of all sorry for screwing up the mail thread. (I had a crash in my
e-mail client that forced me to copy-and-paste the messages from the web.)
> Filipe
>
> The best thing to find out what is going wrong would be to:
> - "osc build" on your own machine
> - once the error is reached, you can "osc chroot" and get in the build
> root, change to /home/abuild/rpmbuild/BUILD/* and check the content of
> config.log for specific errors related to this.
>
> Hope that helps. If not, just ask, and I'll try to walk with you through
> it (you can also find me on irc / freenode as dimstar)
>
> Dominique
Thanks a lot for the "osc chroot"! Sometimes I feel that using osc (and
OBS) is like driving an alien space ship, full of nice features, but I
cannot read the manual ;-).
I think I found the problem and I'm fixing it right now. I based on
Fedora packages and they rename H5pubconf.h to H5pubconf-32.h and
H5pubconf-64.h respectively. However, I forgot to add a sed line to
change the inside of the file as well.
"sed -i -e s/H5pubconf.h/H5pubconf-64.h/
${RPM_BUILD_ROOT}%{_includedir}/H5public.h"
I'm testing this right now. Thanks again.
Thanks again for showing me the way to do this myself, Filipe.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org