Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-30 Thread Panu Matilainen
Closed #2440.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#event-8884908198
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-30 Thread Panu Matilainen
Fixed in a slightly different manner in commit 
a2b49273aa0935dcb88743c216925fc4d42723a8

Thanks for reporting and the patch!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1489938278
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread Panu Matilainen
It's possible to move config.h.in processing later, and set PARENT_SCOPE on 
RPMCANONVENDOR in makemacros() but it probably wants a bit of reorganization 
instead.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473848145
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread Panu Matilainen
Hmm, it's not the value of vendor changing that breaks the CI. This breaks 
setting RPMCANONVENDOR in config.h, which in turn breaks the build.

Currently RPMCANONVENDOR is set on global scope early on, but with this it only 
gets set inside makemacros() which is called *after* config.h.in is processed. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473846349
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread Panu Matilainen
I'm not in the least surprised that there are multiple bugs in that area, all 
that is basically from very early days to just get a builds with cmake 
*somehow* going :laughing: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473814125
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread ニール・ゴンパ
Will do! 﫡 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473811240
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread Panu Matilainen
Do file ticket(s) on such findings so others don't need to rediscover.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473810274
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread ニール・ゴンパ
There are other bugs related to the platform setup, but I haven't figured out 
how to fix them yet.  

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473808289
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] cmake: Fix rpm vendor setting and drop enforced "redhat" vendor (PR #2440)

2023-03-17 Thread Panu Matilainen
Oops, indeed. Thanks for spotting!

But this causes a bunch of strange failures in CI, I can systematically 
reproduce (with local "make ci"). So something somewhere isn't quite right. I 
guess those debuginfo tests could be expecting a particular value of vendor for 
reproduction, but then we never set it to redhat in autotools times either 
:thinking: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2440#issuecomment-1473797455
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint