jwt27 / build-gcc

Shell scripts to build various gcc cross-compilers (primarily djgpp)
https://jw.h4ck.me/debian/
GNU General Public License v3.0
41 stars 9 forks source link

copr build #18

Open stsp opened 4 years ago

stsp commented 4 years ago

Hi.

I am trying out copr for my packages: https://copr.fedorainfracloud.org/ Would you like to deploy the djgpp there?

jwt27 commented 4 years ago

For Fedora and RH, rpms are already available from the djgpp ftp server: ftp://ftp.delorie.com/pub/djgpp/rpms/

stsp commented 4 years ago

Yes, but aren't they lack your/mine patches? And the copr faq says:

Can I depend on other packages, which are not in Fedora/EPEL?
Yes, they just need to be available in some yum repository.

So it doesn't work with plain rpms. I really think that deploying an online build and using your repo as an upstream is a good idea, as the original djgpp upstream is kinda hopeless.

stsp commented 4 years ago

If you don't want to register anywhere, I can deploy it myself. What is needed is to make sure "rpkg local" works locally. See how I converted a few packages today: https://github.com/dosemu2/comcom32/commit/4b525a7cbc645f68d0d413841b562e63474a8bc7 Its really not difficult.

jwt27 commented 4 years ago

Right, those patches are still an issue., I think you should ping those on the mailing list again and ask why they haven't been included yet. Maybe they just forgot. When I have time I'll set up a Fedora VM and look into copr.

stsp commented 4 years ago

I deployed the copr build here: https://copr.fedorainfracloud.org/coprs/stsp/dosemu2/package/build-gcc/ So you can derive from that.