Re: f34 - llvm12 update

2021-05-26 Thread Tom Stellard

On 5/26/21 3:47 PM, Tom Stellard wrote:

On 5/14/21 5:20 AM, Serge Guelton wrote:

Hi folks,

we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.

In addition the package the llvm team maintain, the following packages needs a 
rebuild:

 annobin-0:9.65
 bindgen-0:0.57.0
 clazy-0:1.9
 doxygen-1:1.9.1
 gnome-builder-0:3.40.0
 mesa-dri-drivers-0:21.0.2
 mesa-libOSMesa-0:21.0.2
 mesa-vulkan-drivers-0:21.0.2
 postgresql-llvmjit-0:13.2
 qt-creator-0:4.14.1
 qt6-doctools-0:6.0.3
 qt6-linguist-0:6.0.3



There have been some more packages that rebuilt against 12.0.0rc1 since
this email, so the full list of packages that will be rebuilt against
llvm 12.0.0 is now:

annobin
bcc
bpftrace
castxml
clazy
cvise
doxygen
ghdl
gnome-builder
mesa
openshadinglanguage
postgresql
qt-creator
qt6-qttools
rust
rust-bindgen
scorep
spirv-llvm-translator



My mistake, I ran the query on rawhide instead of f34.  Here is
the real list:

annobin
clazy
doxygen
gnome-builder
mesa
pocl
postgresql
qt-creator
qt6-qttools
rust-bindgen
spirv-llvm-translator



-Tom



Once the llvm packaes are all rebuit, we will push these rebuilds in the 
side-tag f34-build-side-41029.

Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you have any
question/remark.




___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: f34 - llvm12 update

2021-05-26 Thread Tom Stellard

On 5/14/21 5:20 AM, Serge Guelton wrote:

Hi folks,

we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.

In addition the package the llvm team maintain, the following packages needs a 
rebuild:

 annobin-0:9.65
 bindgen-0:0.57.0
 clazy-0:1.9
 doxygen-1:1.9.1
 gnome-builder-0:3.40.0
 mesa-dri-drivers-0:21.0.2
 mesa-libOSMesa-0:21.0.2
 mesa-vulkan-drivers-0:21.0.2
 postgresql-llvmjit-0:13.2
 qt-creator-0:4.14.1
 qt6-doctools-0:6.0.3
 qt6-linguist-0:6.0.3



There have been some more packages that rebuilt against 12.0.0rc1 since
this email, so the full list of packages that will be rebuilt against
llvm 12.0.0 is now:

annobin
bcc
bpftrace
castxml
clazy
cvise
doxygen
ghdl
gnome-builder
mesa
openshadinglanguage
postgresql
qt-creator
qt6-qttools
rust
rust-bindgen
scorep
spirv-llvm-translator

-Tom



Once the llvm packaes are all rebuit, we will push these rebuilds in the 
side-tag f34-build-side-41029.

Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you have any
question/remark.


___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: f34 - llvm12 update

2021-05-15 Thread Richard W.M. Jones
On Sat, May 15, 2021 at 08:53:13PM +, Zbigniew Jędrzejewski-Szmek wrote:
> On Sat, May 15, 2021 at 08:42:33PM +0100, Richard W.M. Jones wrote:
> > On Fri, May 14, 2021 at 02:20:41PM +0200, Serge Guelton wrote:
> > > Hi folks,
> > > 
> > > we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.
> > > 
> > > In addition the package the llvm team maintain, the following packages 
> > > needs a rebuild:
> > > 
> > > annobin-0:9.65
> > > bindgen-0:0.57.0
> > > clazy-0:1.9
> > > doxygen-1:1.9.1
> > > gnome-builder-0:3.40.0
> > > mesa-dri-drivers-0:21.0.2
> > > mesa-libOSMesa-0:21.0.2
> > > mesa-vulkan-drivers-0:21.0.2
> > > postgresql-llvmjit-0:13.2
> > > qt-creator-0:4.14.1
> > > qt6-doctools-0:6.0.3
> > > qt6-linguist-0:6.0.3
> > > 
> > > Once the llvm packaes are all rebuit, we will push these rebuilds in the 
> > > side-tag f34-build-side-41029.
> > > 
> > > Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you 
> > > have any
> > > question/remark.
> > 
> > american-fuzzy-lop is dependent on the major version of clang which
> > probably hasn't changed, but maybe worth a rebuild?
> > 
> > In general it'd be good if you could rebuild afl whenever clang major
> > changes in future.  However it unfortunately requires a trivial change
> > to the spec file each time:
> > https://src.fedoraproject.org/rpms/american-fuzzy-lop/blob/rawhide/f/american-fuzzy-lop.spec#_1
> > 
> > If clang exported an RPM symbol for the major version we could avoid
> > needing to churn the specfile like this.
> 
> https://src.fedoraproject.org/rpms/american-fuzzy-lop/pull-request/1 ?

Thanks - I've included this and I'm doing a build now (in main
Rawhide):

https://koji.fedoraproject.org/koji/taskinfo?taskID=67995321

I still think it would be a good idea if bumps to clang on a side tag
could include rebuilding AFL.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: f34 - llvm12 update

2021-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Sat, May 15, 2021 at 08:42:33PM +0100, Richard W.M. Jones wrote:
> On Fri, May 14, 2021 at 02:20:41PM +0200, Serge Guelton wrote:
> > Hi folks,
> > 
> > we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.
> > 
> > In addition the package the llvm team maintain, the following packages 
> > needs a rebuild:
> > 
> > annobin-0:9.65
> > bindgen-0:0.57.0
> > clazy-0:1.9
> > doxygen-1:1.9.1
> > gnome-builder-0:3.40.0
> > mesa-dri-drivers-0:21.0.2
> > mesa-libOSMesa-0:21.0.2
> > mesa-vulkan-drivers-0:21.0.2
> > postgresql-llvmjit-0:13.2
> > qt-creator-0:4.14.1
> > qt6-doctools-0:6.0.3
> > qt6-linguist-0:6.0.3
> > 
> > Once the llvm packaes are all rebuit, we will push these rebuilds in the 
> > side-tag f34-build-side-41029.
> > 
> > Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you 
> > have any
> > question/remark.
> 
> american-fuzzy-lop is dependent on the major version of clang which
> probably hasn't changed, but maybe worth a rebuild?
> 
> In general it'd be good if you could rebuild afl whenever clang major
> changes in future.  However it unfortunately requires a trivial change
> to the spec file each time:
> https://src.fedoraproject.org/rpms/american-fuzzy-lop/blob/rawhide/f/american-fuzzy-lop.spec#_1
> 
> If clang exported an RPM symbol for the major version we could avoid
> needing to churn the specfile like this.

https://src.fedoraproject.org/rpms/american-fuzzy-lop/pull-request/1 ?

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: f34 - llvm12 update

2021-05-15 Thread Richard W.M. Jones
On Fri, May 14, 2021 at 02:20:41PM +0200, Serge Guelton wrote:
> Hi folks,
> 
> we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.
> 
> In addition the package the llvm team maintain, the following packages needs 
> a rebuild:
> 
> annobin-0:9.65
> bindgen-0:0.57.0
> clazy-0:1.9
> doxygen-1:1.9.1
> gnome-builder-0:3.40.0
> mesa-dri-drivers-0:21.0.2
> mesa-libOSMesa-0:21.0.2
> mesa-vulkan-drivers-0:21.0.2
> postgresql-llvmjit-0:13.2
> qt-creator-0:4.14.1
> qt6-doctools-0:6.0.3
> qt6-linguist-0:6.0.3
> 
> Once the llvm packaes are all rebuit, we will push these rebuilds in the 
> side-tag f34-build-side-41029.
> 
> Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you have 
> any
> question/remark.

american-fuzzy-lop is dependent on the major version of clang which
probably hasn't changed, but maybe worth a rebuild?

In general it'd be good if you could rebuild afl whenever clang major
changes in future.  However it unfortunately requires a trivial change
to the spec file each time:
https://src.fedoraproject.org/rpms/american-fuzzy-lop/blob/rawhide/f/american-fuzzy-lop.spec#_1

If clang exported an RPM symbol for the major version we could avoid
needing to churn the specfile like this.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: f34 - llvm12 update

2021-05-14 Thread Josh Stone
On 5/14/21 5:55 AM, Fabio Valentini wrote:
> Would it be possible to rebuild and include rust as well? It is
> already built against LLVM 12 in rawhide, and building it against LLVM
> 12 instead of the LLVM 11 compat package fixes a few code generation
> issues and crashes that have been hitting Fedora Rust packages.
> jistone might have more details ...

I have started the rust rebuild in the side tag:
https://koji.fedoraproject.org/koji/taskinfo?taskID=67922508
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: f34 - llvm12 update

2021-05-14 Thread Fabio Valentini
On Fri, May 14, 2021 at 2:49 PM Serge Guelton  wrote:
>
> Hi folks,
>
> we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.
>
> In addition the package the llvm team maintain, the following packages needs 
> a rebuild:
>
> annobin-0:9.65
> bindgen-0:0.57.0
> clazy-0:1.9
> doxygen-1:1.9.1
> gnome-builder-0:3.40.0
> mesa-dri-drivers-0:21.0.2
> mesa-libOSMesa-0:21.0.2
> mesa-vulkan-drivers-0:21.0.2
> postgresql-llvmjit-0:13.2
> qt-creator-0:4.14.1
> qt6-doctools-0:6.0.3
> qt6-linguist-0:6.0.3
>
> Once the llvm packaes are all rebuit, we will push these rebuilds in the 
> side-tag f34-build-side-41029.
>
> Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you have 
> any
> question/remark.

Would it be possible to rebuild and include rust as well? It is
already built against LLVM 12 in rawhide, and building it against LLVM
12 instead of the LLVM 11 compat package fixes a few code generation
issues and crashes that have been hitting Fedora Rust packages.
jistone might have more details ...

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


f34 - llvm12 update

2021-05-14 Thread Serge Guelton
Hi folks,

we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.

In addition the package the llvm team maintain, the following packages needs a 
rebuild:

annobin-0:9.65
bindgen-0:0.57.0
clazy-0:1.9
doxygen-1:1.9.1
gnome-builder-0:3.40.0
mesa-dri-drivers-0:21.0.2
mesa-libOSMesa-0:21.0.2
mesa-vulkan-drivers-0:21.0.2
postgresql-llvmjit-0:13.2
qt-creator-0:4.14.1
qt6-doctools-0:6.0.3
qt6-linguist-0:6.0.3

Once the llvm packaes are all rebuit, we will push these rebuilds in the 
side-tag f34-build-side-41029.

Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you have any
question/remark.
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-annou...@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


f34 - llvm12 update

2021-05-14 Thread Serge Guelton
Hi folks,

we're preparing an update of the LLVM package from 12.0.0rc1 to 12.0.0.

In addition the package the llvm team maintain, the following packages needs a 
rebuild:

annobin-0:9.65
bindgen-0:0.57.0
clazy-0:1.9
doxygen-1:1.9.1
gnome-builder-0:3.40.0
mesa-dri-drivers-0:21.0.2
mesa-libOSMesa-0:21.0.2
mesa-vulkan-drivers-0:21.0.2
postgresql-llvmjit-0:13.2
qt-creator-0:4.14.1
qt6-doctools-0:6.0.3
qt6-linguist-0:6.0.3

Once the llvm packaes are all rebuit, we will push these rebuilds in the 
side-tag f34-build-side-41029.

Feel free to contact sguel...@redhat.com and tstel...@redhat.com if you have any
question/remark.
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure