Re: Debian bookwork / grub2 / LVM / RAID / dm-integrity fails to boot

2024-05-22 Thread Marc SCHAEFER
Hello, On Wed, May 22, 2024 at 10:13:06AM +, Andy Smith wrote: > metadata tags to some PVs prevented grub from assembling them, grub is indeed very fragile if you use dm-integrity anywhere on any of your LVs on the same VG where /boot is (or at least if in the list of LVs, the dm-integrity

Re: Debian bookwork / grub2 / LVM / RAID / dm-integrity fails to boot

2024-05-22 Thread Marc SCHAEFER
Hello, On Wed, May 22, 2024 at 08:57:38AM +0200, Marc SCHAEFER wrote: > I will try this work-around and report back here. As I said, I can > live with /boot on RAID without dm-integrity, as long as the rest can be > dm-integrity+raid protected. So, enable dm-integrity on all LVs,

Re: Debian bookwork / grub2 / LVM / RAID / dm-integrity fails to boot

2024-05-22 Thread Marc SCHAEFER
Additional info: On Wed, May 22, 2024 at 08:49:56AM +0200, Marc SCHAEFER wrote: > Having /boot on a LVM non enabled dm-integrity logical volume does not > work either, as soon as there is ANY LVM dm-integrity enabled logical > volume anywhere (even not linked to booting), grub2 complains

Re: Debian bookwork / grub2 / LVM / RAID / dm-integrity fails to boot

2024-05-22 Thread Marc SCHAEFER
Hello, On Tue, May 21, 2024 at 08:41:58PM +0200, Franco Martelli wrote: > I can only recommend you to read carefully the Wiki: > https://raid.wiki.kernel.org/index.php/Dm-integrity I did, and it looks it does not seem to document anything pertaining to my issue: 1) I don't use integritysetup

[OSM Dortmund] Parking Schema und Parkraumanalyse

2024-05-21 Thread Marc Gehling via Dortmund
eetmap.org/wiki/DE:Street_parking#Helfer_bei_der_Aktualisierung_veralteter_parking:lane=*_und_parking:condition=*-Daten>. Danach würde ich anfangen, das ParkingSchema umzusetzten. Auch da fange ich wieder im Süden an. Mfg marc ps. nach 3 Jahren stille wer ließt die Mai

[ceph-users] Re: CephFS as Offline Storage

2024-05-21 Thread Marc
> It's all non-corperate data, I'm just trying to cut back on wattage > (removes around 450W of the 2.4KW) by powering down backup servers that 450W for one server seems quite hefty. Under full load? You can also check your cpu power states and frequency that cuts also some power. > > So

[ceph-users] Re: CephFS as Offline Storage

2024-05-21 Thread Marc
> > I think it is his lab so maybe it is a test setup for production. > > Home production? A home setup to test on, before he applies changes to his production Saluti  ;) ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email

[ceph-users] Re: CephFS as Offline Storage

2024-05-21 Thread Marc
I think it is his lab so maybe it is a test setup for production. I don't think it matters to much with scrubbing, it is not like it is related to how long you were offline. It will scrub just as much being 1 month offline as being 6 months offline. > > If you have a single node arguably ZFS

Re: [xubuntu-users] ibus not working in 24.04

2024-05-21 Thread Marc Coevoet
=Egdnd3Mtd2l6Ii5jaGFuZ2luZyBrZXlib2FyZHMgaXNuJ3Qgd29ya2luZyBpbiBteSB4dWJ1bnR1MgUQIRigATIFECEYoAFIzgpQwghYwghwAXgAkAEAmAHNAaABzQGqAQMyLTG4AQPIAQD4AQL4AQGYAgKgAugBqAIKwgIHECMYJxjqApgDCpIHBTEuMC4xoAe-Aw=gws-wiz shows me a history of "features" ... and it looks like there is a solution ... Marc -- The "Penguin" has arrived - and he's not going away - ever. For former Apple users: Xubuntu.org (menu's up left) For former Windows users: Lubuntu.o

[ceph-users] dkim on this mailing list

2024-05-21 Thread Marc
Just to confirm if I am messing up my mailserver configs. But currently all messages from this mailing list should generate a dkim pass status? ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

Bug#1059616: "wc -l" gives "illegal instruction"

2024-05-21 Thread Marc Haber
using Debian's default kernel and the issue only happens on one of my machines, I won't raise the severity, but if this also happens with a Debian kernel, this would be an RC bug for me and warrant a bookworm point release upload. Greetings Marc --- a/configure.ac +++ b/configure.ac @@ -544,27 +

Bug#1071564: bookworm-pu: package aide/0.18.3-1+deb12u3

2024-05-21 Thread Marc Haber
+ + * Upstream patch to fix concurrent reading of extended +attributes (xattrs) (Closes: #1070805) + + -- Marc Haber Thu, 16 May 2024 13:32:11 +0200 + aide (0.18.3-1+deb12u2) bookworm; urgency=medium * Upstream patch to fix child directory processing on equal match diff -Nru aide-0.18.3

Bug#1071564: bookworm-pu: package aide/0.18.3-1+deb12u3

2024-05-21 Thread Marc Haber
+ + * Upstream patch to fix concurrent reading of extended +attributes (xattrs) (Closes: #1070805) + + -- Marc Haber Thu, 16 May 2024 13:32:11 +0200 + aide (0.18.3-1+deb12u2) bookworm; urgency=medium * Upstream patch to fix child directory processing on equal match diff -Nru aide-0.18.3

[COMMITTED 30/31] ada: Simplify test for propagation of attributes to subtypes

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou This changes the test to use the Is_Base_Type predicate and also removes the superfluous call to Base_Type before First_Subtype. No functional changes. gcc/ada/ * gcc-interface/decl.cc (gnat_to_gnu_entity): Use the Is_Base_Type predicate and remove

[COMMITTED 26/31] ada: Fix strict aliasing violation in parameter passing

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou This fixes a long-standing (implicit) violation of the strict aliasing rules that occurs when the result of a call to an instance of Unchecked_Conversion is directly passed as an actual parameter in a call to a subprogram and the passing mechanism is by reference. In this

[gcc r15-747] ada: Simplify test for propagation of attributes to subtypes

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:9fbf129bade8014d1fd7ab8ecd255df7e12570f0 commit r15-747-g9fbf129bade8014d1fd7ab8ecd255df7e12570f0 Author: Eric Botcazou Date: Fri Mar 29 09:08:08 2024 +0100 ada: Simplify test for propagation of attributes to subtypes This changes the test to use the

[COMMITTED 25/31] ada: Fix crash with aliased array and if expression

2024-05-21 Thread Marc Poulhiès
From: Ronan Desplanques The way if expressions were translated led the gimplifying phase to attempt to create a temporary of a variable-sized type in some cases. This patch fixes this by adding an address indirection layer in those cases. gcc/ada/ * gcc-interface/utils2.cc

[COMMITTED 31/31] ada: Streamline implementation of simple nonbinary modular operations

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou They are implemented by the nonbinary_modular_operation routine, which is complex and, in particular, creates signed types and types with a partial precision each time a subtraction or a multiplication resp. is generated. Both are unnecessary and a simple approach even

[COMMITTED 23/31] ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_Proc

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou The deallocation call of the return and secondary stacks no longer matches the profile built in Exp_Util.Build_Allocate_Deallocate_Proc, so this just removes the code as unreachable and adds an assertion to that effect. gcc/ada/ * gcc-interface/utils2.cc

[COMMITTED 29/31] ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou It occurs in build_load_modify_store where the pattern matching logic cannot find the atomic load that is present in the tree because it has been wrapped in a SAVE_EXPR by gnat_protect_expr, which is unnecessary. gcc/ada/ * gcc-interface/utils2.cc

[gcc r15-748] ada: Streamline implementation of simple nonbinary modular operations

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:ea793db568348d7fb9a6dd08d34d9c40608f6023 commit r15-748-gea793db568348d7fb9a6dd08d34d9c40608f6023 Author: Eric Botcazou Date: Thu Apr 4 16:39:55 2024 +0200 ada: Streamline implementation of simple nonbinary modular operations They are implemented by the

[COMMITTED 27/31] ada: Make detection of useless copy for return more robust

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou In the return-by-invisible-reference case, the return object of an extended return statement is allocated directly on the return stack and, therefore, the copy operation on return is useless. The code detecting this was not robust enough and missed some complex cases.

[gcc r15-742] ada: Fix crash with aliased array and if expression

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:a687d5da7015042fa7ff047430e3c5cb57524a7c commit r15-742-ga687d5da7015042fa7ff047430e3c5cb57524a7c Author: Ronan Desplanques Date: Fri Feb 23 09:53:32 2024 +0100 ada: Fix crash with aliased array and if expression The way if expressions were translated led

[gcc r15-741] ada: Minor typo fix in comment

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:3f4485608f1b4e2e0e91d2da8fa0a815110c5f8e commit r15-741-g3f4485608f1b4e2e0e91d2da8fa0a815110c5f8e Author: Marc Poulhiès Date: Fri Jan 26 13:58:34 2024 +0100 ada: Minor typo fix in comment gcc/ada/ * gcc-interface/decl.cc: Fix typo in comment

[COMMITTED 24/31] ada: Minor typo fix in comment

2024-05-21 Thread Marc Poulhiès
gcc/ada/ * gcc-interface/decl.cc: Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/gcc-interface/decl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/gcc-interface/decl.cc b/gcc/ada/gcc-interface/decl.cc index

[gcc r15-743] ada: Fix strict aliasing violation in parameter passing

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:f20a57edefe0cb185e57f82a15e887887b98d3ab commit r15-743-gf20a57edefe0cb185e57f82a15e887887b98d3ab Author: Eric Botcazou Date: Thu Feb 29 09:14:27 2024 +0100 ada: Fix strict aliasing violation in parameter passing This fixes a long-standing (implicit)

[COMMITTED 22/31] ada: Avoid temporary for conditional expression of discriminated record type

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou This just aligns the definite case (discriminants with default) with the indefinite case (discriminants without default), the latter case having been properly handled for long. In the former case, the maximum size is used so a temporary can be much larger than the actual

[COMMITTED 17/31] ada: Fix oversight in previous change

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou In rare cases, types using structural equality may reach relate_alias_sets. gcc/ada/ * gcc-interface/utils.cc (relate_alias_sets): Restore previous code when the type uses structural equality. Tested on x86_64-pc-linux-gnu, committed on master. ---

[COMMITTED 18/31] ada: Fix small inaccuracy for Size attribute applied to objects

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou This reverts a change made some time ago in lvalue_required_for_attribute_p whereby the Size attribute applied to objects would no longer be considered as requiring an lvalue. While not wrong in principle, this turns out to be problematic because the implementation in

[COMMITTED 19/31] ada: Fix crash on aliased constant with packed array type and -g switch

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou The problem is that we build a template whose array field is not an array in the case of an aliased object with nominal unconstrained array subtype. gcc/ada/ * gcc-interface/decl.cc (gnat_to_gnu_entity) : For an array allocated with its bounds, make sure to

[gcc r15-740] ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_Proc

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:bc54f5b8b21114c7f63f4b318f36d63026add3b6 commit r15-740-gbc54f5b8b21114c7f63f4b318f36d63026add3b6 Author: Eric Botcazou Date: Sun Feb 11 19:18:46 2024 +0100 ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_Proc The deallocation call of

[gcc r15-734] ada: Fix oversight in previous change

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:0715ed49b40311e9b2715f63308a970195dd2417 commit r15-734-g0715ed49b40311e9b2715f63308a970195dd2417 Author: Eric Botcazou Date: Thu Dec 14 13:05:52 2023 +0100 ada: Fix oversight in previous change In rare cases, types using structural equality may reach

[COMMITTED 14/31] ada: Remove duplicate statement

2024-05-21 Thread Marc Poulhiès
From: Ronan Desplanques This patch removes a duplicate statement that was useless and could be misleading to the reader by suggesting that there are multiple global variables named Style_Check, while there is just one. gcc/ada/ * frontend.adb (Frontend): Remove duplicate statement.

[COMMITTED 20/31] ada: Fix assembler error for gigantic library-level object on 64-bit Windows

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou Most small 64-bit code models have a limit of 2 GB on the span of binaries, so we also use the limit for the size of the largest statically allocatable object by the compiler. If the limit is topped, the compiler switches over to a dynamic allocation (if not forbidden) after

[gcc r15-737] ada: Fix assembler error for gigantic library-level object on 64-bit Windows

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:15ac30dbe8e80453b980b6d242f5b1f9a025e2ca commit r15-737-g15ac30dbe8e80453b980b6d242f5b1f9a025e2ca Author: Eric Botcazou Date: Mon Jan 22 23:56:37 2024 +0100 ada: Fix assembler error for gigantic library-level object on 64-bit Windows Most small 64-bit code

[COMMITTED 15/31] ada: Fix layout in a list of aspects

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek Code cleanup; semantics is unaffected. gcc/ada/ * aspects.ads (Nonoverridable_Aspect_Id): Fix layout. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/aspects.ads | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff

[COMMITTED 28/31] ada: Fix strict aliasing violation in parameter passing (continued)

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou This fixes another long-standing (implicit) violation of the strict aliasing rules that occurs when the result of a value conversion is directly passed as an actual parameter in a call to a subprogram and the passing mechanism is by reference. In this case, the reference

[COMMITTED 10/31] ada: Remove some explicit yields in tasking run-time

2024-05-21 Thread Marc Poulhiès
From: Ronan Desplanques This patch removes three occurrences where tasking run-time subprograms yielded control shortly before conditional calls to Sleep, in order to avoid these calls more often. It was intended as an optimization on systems where calls to Sleep are costly and in particular

[gcc r15-746] ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:bf69349b8d974ff2a2518976e69724d21aa1f423 commit r15-746-gbf69349b8d974ff2a2518976e69724d21aa1f423 Author: Eric Botcazou Date: Thu Mar 28 00:02:11 2024 +0100 ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022 It occurs in

[gcc r15-745] ada: Fix strict aliasing violation in parameter passing (continued)

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:ccdef2aef6463159a596ef1a4afe6ddce9d0f2ea commit r15-745-gccdef2aef6463159a596ef1a4afe6ddce9d0f2ea Author: Eric Botcazou Date: Sun Mar 10 13:22:55 2024 +0100 ada: Fix strict aliasing violation in parameter passing (continued) This fixes another long-standing

[gcc r15-744] ada: Make detection of useless copy for return more robust

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:d851e08ba97f5d0671711763f6a7d4c94afb8457 commit r15-744-gd851e08ba97f5d0671711763f6a7d4c94afb8457 Author: Eric Botcazou Date: Tue Mar 12 17:56:00 2024 +0100 ada: Make detection of useless copy for return more robust In the return-by-invisible-reference case,

[COMMITTED 16/31] ada: Missing constraint check for initial value of object with address clause

2024-05-21 Thread Marc Poulhiès
From: Steve Baird In some cases where an object is declared with an initial value that is an aggregate and also with a specified Address (either via an aspect_specification or via an attribute_definition_clause), the check that the initial value satisfies the constraints of the object's subtype

[COMMITTED 13/31] ada: Remove useless trampolines caused by Unchecked_Conversion

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou The partial solution implemented in Validate_Unchecked_Conversion to support unchecked conversions between addresses and pointers to subprograms, for the platforms where pointers to subprograms do not all have the same size, turns out to be counter-productive for others

[COMMITTED 21/31] ada: Remove unused dependencies from gnatbind object list

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek The gnatbind executable does not depend on aspects, SCIL, style checks, etc. Also, these dependencies are not needed to actually build the executable. Cleanup. gcc/ada/ * gcc-interface/Make-lang.in (GNATBIND_OBJS): Remove unused dependencies. Tested on

[COMMITTED 01/31] ada: Add new Mingw task priority mapping

2024-05-21 Thread Marc Poulhiès
From: Justin Squirek This patch adds a new mapping (Non_FIFO_Underlying_Priorities) for dynamically setting task priorities in Windows when pragma Task_Dispatching_Policy (FIFO_Within_Priorities) is not present. Additionally, it documents the requirement to specify the pragma in order to use

[gcc r15-733] ada: Missing constraint check for initial value of object with address clause

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:2ccf77d982d41dda5d352e99d67f901d1cfb7668 commit r15-733-g2ccf77d982d41dda5d352e99d67f901d1cfb7668 Author: Steve Baird Date: Fri Apr 5 12:35:08 2024 -0700 ada: Missing constraint check for initial value of object with address clause In some cases where an

[gcc r15-739] ada: Avoid temporary for conditional expression of discriminated record type

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:e49eac82e805ede5dd9b3c5d4ae9f8d90b0cc034 commit r15-739-ge49eac82e805ede5dd9b3c5d4ae9f8d90b0cc034 Author: Eric Botcazou Date: Tue Feb 6 12:57:38 2024 +0100 ada: Avoid temporary for conditional expression of discriminated record type This just aligns the

[COMMITTED 11/31] ada: Simplify management of scopes while inlining

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek Code cleanup; semantics is unaffected. gcc/ada/ * inline.adb (Add_Scope_To_Clean): Use Append_Unique_Elmt. (Analyze_Inlined_Bodies): Refine type of a local counter; remove extra whitespace. Tested on x86_64-pc-linux-gnu, committed on master. ---

[gcc r15-738] ada: Remove unused dependencies from gnatbind object list

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:448157fbf9f2261ad1a2e98139603c002f86c7bf commit r15-738-g448157fbf9f2261ad1a2e98139603c002f86c7bf Author: Piotr Trojanek Date: Fri Jan 26 11:08:35 2024 +0100 ada: Remove unused dependencies from gnatbind object list The gnatbind executable does not depend on

[gcc r15-736] ada: Fix crash on aliased constant with packed array type and -g switch

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:0967e06caaa606eec7b2f222bb9926ec6523ea02 commit r15-736-g0967e06caaa606eec7b2f222bb9926ec6523ea02 Author: Eric Botcazou Date: Fri Jan 12 10:50:01 2024 +0100 ada: Fix crash on aliased constant with packed array type and -g switch The problem is that we build

[gcc r15-735] ada: Fix small inaccuracy for Size attribute applied to objects

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:dc775b12224ca18088b5f6a8a7759c426a58b116 commit r15-735-gdc775b12224ca18088b5f6a8a7759c426a58b116 Author: Eric Botcazou Date: Thu Dec 14 15:18:28 2023 +0100 ada: Fix small inaccuracy for Size attribute applied to objects This reverts a change made some time

[gcc r15-732] ada: Fix layout in a list of aspects

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:8cadfeb5f6d7d15cb3d008b11105a2e67b46dbe9 commit r15-732-g8cadfeb5f6d7d15cb3d008b11105a2e67b46dbe9 Author: Piotr Trojanek Date: Wed Apr 3 13:36:35 2024 +0200 ada: Fix layout in a list of aspects Code cleanup; semantics is unaffected. gcc/ada/

[gcc r15-729] ada: Add elaboration switch tags to info messages

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:21484502b0d773ae485be9c9b814b30f2b52fb2f commit r15-729-g21484502b0d773ae485be9c9b814b30f2b52fb2f Author: Viljar Indus Date: Tue Apr 2 14:32:04 2024 +0300 ada: Add elaboration switch tags to info messages Add the ?$? insertion characters for elaboration

[COMMITTED 05/31] ada: Do not leak tagged type names when Discard_Names is enabled

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek When both pragmas Discard_Names and No_Tagged_Streams apply to a tagged type, the intended behavior is to prevent type names from leaking into object code, as documented in GNAT RM. However, while Discard_Names can be used as a configuration pragma, No_Tagged_Streams must

[COMMITTED 06/31] ada: Update documentation of warning messages

2024-05-21 Thread Marc Poulhiès
From: Viljar Indus Update the documentation of warning messages that only emit info messages to clearly reflect that they only emit info messages and not warning messages. gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update the documentation of -gnatw.n

[gcc r15-727] ada: Remove some explicit yields in tasking run-time

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:0cb4e7f41b6466718715ea71fce6621c9e93ecfd commit r15-727-g0cb4e7f41b6466718715ea71fce6621c9e93ecfd Author: Ronan Desplanques Date: Tue Apr 2 09:09:31 2024 +0200 ada: Remove some explicit yields in tasking run-time This patch removes three occurrences where

[COMMITTED 09/31] ada: Fix formatting in list of implemented Ada 2012 features

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek Fix formatting; meaning is unaffected. gcc/ada/ * doc/gnat_rm/implementation_of_ada_2012_features.rst: Fix formatting. * gnat_rm.texi: Regenerate. Tested on x86_64-pc-linux-gnu, committed on master. ---

[COMMITTED 12/31] ada: Add elaboration switch tags to info messages

2024-05-21 Thread Marc Poulhiès
From: Viljar Indus Add the ?$? insertion characters for elaboration message so they would be marked with the [-gnatel] tag. Note that these insertion characters were not added for SPARK elaboration messages: gcc/ada/ * sem_elab.adb: Add missing elaboration insertion characters

[gcc r15-731] ada: Remove duplicate statement

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:417b6bd4783665cb3dae1569ece57e4a033cafef commit r15-731-g417b6bd4783665cb3dae1569ece57e4a033cafef Author: Ronan Desplanques Date: Tue Apr 2 18:27:39 2024 +0200 ada: Remove duplicate statement This patch removes a duplicate statement that was useless and

[gcc r15-730] ada: Remove useless trampolines caused by Unchecked_Conversion

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:933d27af7748c38f1213edceaa6a2edf46f82cc2 commit r15-730-g933d27af7748c38f1213edceaa6a2edf46f82cc2 Author: Eric Botcazou Date: Thu Apr 4 18:15:24 2024 +0200 ada: Remove useless trampolines caused by Unchecked_Conversion The partial solution implemented in

[COMMITTED 03/31] ada: Remove trailing NUL in minimal expansion of Put_Image attribute

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek When procedure that implements Put_Image attribute emits the type name, this name was wrongly followed by a NUL character. gcc/ada/ * exp_put_image.adb (Build_Record_Put_Image_Procedure): Remove trailing NUL from the fully qualified type name. Tested on

[gcc r15-728] ada: Simplify management of scopes while inlining

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:8af95ac6c3b1ca737fdb140e54bfaf5814b0afdb commit r15-728-g8af95ac6c3b1ca737fdb140e54bfaf5814b0afdb Author: Piotr Trojanek Date: Wed Apr 3 13:43:07 2024 +0200 ada: Simplify management of scopes while inlining Code cleanup; semantics is unaffected.

[COMMITTED 07/31] ada: Fix index entry for an implemented AI feature

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek Fix inconsistent reference with "05" in the name of AI. gcc/ada/ * doc/gnat_rm/implementation_of_ada_2012_features.rst (AI-0216): Fix index reference. * gnat_rm.texi: Regenerate. Tested on x86_64-pc-linux-gnu, committed on master. ---

[gcc r15-726] ada: Fix formatting in list of implemented Ada 2012 features

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:238fba24a43280e692fc9c53852657837bbc94bc commit r15-726-g238fba24a43280e692fc9c53852657837bbc94bc Author: Piotr Trojanek Date: Mon Mar 18 22:43:54 2024 +0100 ada: Fix formatting in list of implemented Ada 2012 features Fix formatting; meaning is unaffected.

[COMMITTED 04/31] ada: Remove conversion from String_Id to String and back to String_Id

2024-05-21 Thread Marc Poulhiès
From: Piotr Trojanek Code cleanup; semantics is unaffected. gcc/ada/ * exp_put_image.adb (Build_Record_Put_Image_Procedure): Remove useless conversions. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_put_image.adb | 6 ++ 1 file changed, 2

[gcc r15-724] ada: Fix index entry for an implemented AI feature

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:b0a97d4e223b9ab22f35b7a6008257596f78418b commit r15-724-gb0a97d4e223b9ab22f35b7a6008257596f78418b Author: Piotr Trojanek Date: Mon Mar 18 17:29:07 2024 +0100 ada: Fix index entry for an implemented AI feature Fix inconsistent reference with "05" in the name

[COMMITTED 02/31] ada: Follow-up fix to previous change for Text_Ptr

2024-05-21 Thread Marc Poulhiès
From: Eric Botcazou The variable would be saved and restored while still uninitialized. gcc/ada/ * err_vars.ads (Error_Msg_Sloc): Initialize to No_Location. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/err_vars.ads | 2 +- 1 file changed, 1 insertion(+), 1

[gcc r15-723] ada: Update documentation of warning messages

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:01cb6e1338be45a8dd08dd8eb260477b7e8120a6 commit r15-723-g01cb6e1338be45a8dd08dd8eb260477b7e8120a6 Author: Viljar Indus Date: Tue Apr 2 13:48:55 2024 +0300 ada: Update documentation of warning messages Update the documentation of warning messages that only

[gcc r15-722] ada: Do not leak tagged type names when Discard_Names is enabled

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:a311db8758b573494211735412f0228f4efe120d commit r15-722-ga311db8758b573494211735412f0228f4efe120d Author: Piotr Trojanek Date: Fri Mar 22 23:11:10 2024 +0100 ada: Do not leak tagged type names when Discard_Names is enabled When both pragmas Discard_Names and

[gcc r15-721] ada: Remove conversion from String_Id to String and back to String_Id

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:5035d5e33bce179c19c32d9f4aa2c47a5a29d8df commit r15-721-g5035d5e33bce179c19c32d9f4aa2c47a5a29d8df Author: Piotr Trojanek Date: Fri Mar 22 19:06:48 2024 +0100 ada: Remove conversion from String_Id to String and back to String_Id Code cleanup; semantics is

[gcc r15-720] ada: Remove trailing NUL in minimal expansion of Put_Image attribute

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:1bc1fa1160f186b1120bf354f3be3f9b0bf536fb commit r15-720-g1bc1fa1160f186b1120bf354f3be3f9b0bf536fb Author: Piotr Trojanek Date: Fri Mar 22 19:02:00 2024 +0100 ada: Remove trailing NUL in minimal expansion of Put_Image attribute When procedure that implements

[gcc r15-719] ada: Follow-up fix to previous change for Text_Ptr

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:b22c01db9a8cbc4030af4353a7b4d01be2c6123f commit r15-719-gb22c01db9a8cbc4030af4353a7b4d01be2c6123f Author: Eric Botcazou Date: Tue Apr 2 10:51:00 2024 +0200 ada: Follow-up fix to previous change for Text_Ptr The variable would be saved and restored while

[gcc r15-718] ada: Add new Mingw task priority mapping

2024-05-21 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:c32fd1a614bd3bfd219bb6fd72e9b7ebf4a0a9c2 commit r15-718-gc32fd1a614bd3bfd219bb6fd72e9b7ebf4a0a9c2 Author: Justin Squirek Date: Mon Mar 11 15:15:34 2024 + ada: Add new Mingw task priority mapping This patch adds a new mapping

Re: [java code coverage] Runtime custom coverage filter

2024-05-20 Thread Marc Hoffmann
remote control option. For the latter die ExecDump.java <https://www.jacoco.org/jacoco/trunk/doc/api.html> example and the remote protocol <https://www.jacoco.org/jacoco/trunk/doc/api/org/jacoco/core/runtime/RemoteControlWriter.html#visitDumpCommand(boolean,%20boolean)>. Regards, -marc

RE: el9 bind ip address

2024-05-20 Thread Marc
> > Anyone know if this file is still working in el9? Looks like if I put > SLAPD_URLS it is not read. > > > > /etc/sysconfig/slapd > > > That's a question for Red Hat. No one on the OpenLDAP Project has > anything to do with that. > Yes I already reported it (I think) don't even know where to

RE: How to setup replication in openldap 2.6.7

2024-05-20 Thread Marc
> > How to setup replication in openldap 2.6.7 > Please let me know :) you have to give the manuals a try. You have to decide also what replication type you choose. I am still having the old one add: olcSyncrepl olcSyncrepl: {0}rid=..

[ceph-users] Re: Cephfs over internet

2024-05-20 Thread Marc
> Hi all, > Due to so many reasons (political, heating problems, lack of space > aso.) we have to > plan for our ceph cluster to be hosted externaly. > The planned version to setup is reef. > Reading up on documentation we found that it was possible to run in > secure mode. > > Our ceph.conf file

Debian bookwork / grub2 / LVM / RAID / dm-integrity fails to boot

2024-05-20 Thread Marc SCHAEFER
Hello, 1. INITIAL SITUATION: WORKS (no dm-integrity at all) I have a Debian bookwork uptodate system that boots correctly with kernel 6.1.0-21-amd64. It is setup like this: - /dev/nvme1n1p1 is /boot/efi - /dev/nvme0n1p2 and /dev/nvme1n1p2 are the two LVM physical volumes - a volume

Re: Error: attempt to compare iterators from different sequences

2024-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2024 à 03:45, Scott Kostyshak a écrit : Great, thanks! I pulled in the fix, made a fresh build and I get another error along the same lines. Note my version shows I've pulled in Riki's fix: $ lyx --version LyX 2.5.0~devel (2024-05-20) Git commit hash 2d86b881 I attach the

Re: [LyX/master] Address Qt 6.7 deprecation warning

2024-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2024 à 14:02, Jürgen Spitzmüller a écrit : Am Montag, dem 20.05.2024 um 10:37 +0200 schrieb Jean-Marc Lasgouttes: What about putting it in  2.4.1? Yes, why not. Currently it is just another annoying warning, though. Yes, but eventually it will bite. And we know that 2.4 will stay

Re: Unsatisfied dependencies libcupsimage2 on sid

2024-05-20 Thread Marc Haber
"Casse" means "Breaks", and that means that libcupsimage2 explicitly declares itself incompatible with any libcups2 earlier than 2.4.7-1.2. That is the version currently in unstable. Which version of libcups2 do you have

Re: [clamav-users] reject/flag files based on extension

2024-05-20 Thread Marc via clamav-users
> > Is it possible to configure clamav, so it rejects or marks files as virus > just based on their file extension? > When it processes data from milter. Maybe someone has experience with this? I have the impression from these pages that somewhere filenames are available within clamav, so I

Re: Error: attempt to compare iterators from different sequences

2024-05-20 Thread Jean-Marc Lasgouttes
This is very weird. It is at the same location AFAICS. JMarc Le 20 mai 2024 03:45:23 GMT+02:00, Scott Kostyshak a écrit : -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Address Qt 6.7 deprecation warning

2024-05-20 Thread Jean-Marc Lasgouttes
What about putting it in 2.4.1? JMarc Le 20 mai 2024 09:49:57 GMT+02:00, Juergen Spitzmueller a écrit  : >commit 44633c7f729e79ea023f2a5ccbbdd0002411619f >Author: Juergen Spitzmueller >Date: Mon May 20 09:49:10 2024 +0200 > >Address Qt 6.7 deprecation warning >--- >

[COMMITTED 30/30] ada: Allow 'others' in formal packages with overloaded formals

2024-05-20 Thread Marc Poulhiès
From: Bob Duff If a generic package has two or more generic formal parameters with the same defining name (which can happen only for formal subprograms), then RM-12.7(4.1/3) disallows named associations in a corresponding formal package. This is not intended to cover "others => <>". This patch

[COMMITTED 28/30] ada: Fix internal error on nested aggregate in conditional expression

2024-05-20 Thread Marc Poulhiès
From: Eric Botcazou This plugs a loophole in the change improving code generation for nested aggregates present in conditional expressions: once the delayed expansion is chosen for the nested aggregate, the expansion of the parent aggregate cannot be left to the back-end and the test must be

[COMMITTED 27/30] ada: Get rid of secondary stack for indefinite record types with size clause

2024-05-20 Thread Marc Poulhiès
From: Eric Botcazou This change eliminates the use of the secondary stack for indefinite record types for which a valid (object) size clause is specified. In accordance with the RM, the compiler accepts (object) size clauses on such types only if all the components, including those of the

[COMMITTED 29/30] ada: Add direct workaround for limitations of RTSfind mechanism

2024-05-20 Thread Marc Poulhiès
From: Eric Botcazou This adds a direct workaround for the spurious compilation errors caused by the presence of preconditions/postconditions in the Interfaces.C unit, which trip on limitations of the RTSfind mechanism when it comes to visibility, as well as removes an indirect workaround that

[COMMITTED 19/30] ada: Fix list of attributes defined by Ada 2012

2024-05-20 Thread Marc Poulhiès
From: Piotr Trojanek Recognize references to attributes Old, Overlaps_Storage and Result as language-defined in Ada 2012 and implementation-defined in earlier versions of Ada. Other attributes introduced by Ada 2012 RM are correctly categorized. This change only affects code with restriction

[COMMITTED 25/30] ada: Add Is_Base_Type predicate to C interface

2024-05-20 Thread Marc Poulhiès
From: Eric Botcazou This also documents what the predicate effectively does. gcc/ada/ * einfo-utils.ads (Is_Base_Type): Move to Miscellaneous Subprograms section and add description. * fe.h (Is_Base_Type): Declare. Tested on x86_64-pc-linux-gnu, committed on master.

[COMMITTED 18/30] ada: Apply restriction No_Implementation_Attributes to source nodes only

2024-05-20 Thread Marc Poulhiès
From: Piotr Trojanek Restriction No_Implementation_Attributes must not be applied to nodes that come from expansion. In particular, it must not be applied to Object_Size, which is implementation-defined attribute before Ada 2022, but appears in expansion of tagged types since Ada 95. gcc/ada/

[COMMITTED 21/30] ada: Further refine 'Super attribute

2024-05-20 Thread Marc Poulhiès
From: Justin Squirek This patch relaxes the restriction on 'Super such that it can apply to abstract type objects. gcc/ada/ * sem_attr.adb (Analyze_Attribute): Remove restriction on 'Super for abstract types. Tested on x86_64-pc-linux-gnu, committed on master. ---

[COMMITTED 17/30] ada: Remove repeated condition in check for implementation attributes

2024-05-20 Thread Marc Poulhiès
From: Piotr Trojanek Code cleanup; semantics is unaffected. gcc/ada/ * sem_attr.adb (Analyze_Attribute): Remove condition that is already checked by an enclosing IF statement. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/sem_attr.adb | 2 +- 1 file

[gcc r15-684] ada: Add Is_Base_Type predicate to C interface

2024-05-20 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:aecb63d075838e17673e1b13f21a414d23fcf2cd commit r15-684-gaecb63d075838e17673e1b13f21a414d23fcf2cd Author: Eric Botcazou Date: Fri Mar 29 09:03:28 2024 +0100 ada: Add Is_Base_Type predicate to C interface This also documents what the predicate effectively

[COMMITTED 26/30] ada: Formal package comment corrections in sinfo.ads

2024-05-20 Thread Marc Poulhiès
From: Bob Duff Misc comment corrections and clarifications in sinfo.ads related to generic formal packages. gcc/ada/ * sinfo.ads: Misc comment corrections and clarifications. The syntax for GENERIC_ASSOCIATION and FORMAL_PACKAGE_ACTUAL_PART was wrong.

[COMMITTED 20/30] ada: Fix list of implementation-defined attributes

2024-05-20 Thread Marc Poulhiès
From: Piotr Trojanek Several of the implementation-defined attributes were wrongly recognized as defined by the Ada RM. This change only affects code with restriction No_Implementation_Attributes. gcc/ada/ * sem_attr.ads (Attribute_Impl_Def): Fix list of implementation-defined

[COMMITTED 23/30] ada: Error on instantiation of generic containing legal container aggregate

2024-05-20 Thread Marc Poulhiès
From: Gary Dismukes When a container aggregate for a predefined container type (such as a Vector type) that has an iterated component association occurs within a generic unit and that generic is instantiated, the compiler reports a spurious error message "iterated component association can only

[gcc r15-687] ada: Fix internal error on nested aggregate in conditional expression

2024-05-20 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:bfa743ddc9fd1850a7cc282afe5f3101b544ac64 commit r15-687-gbfa743ddc9fd1850a7cc282afe5f3101b544ac64 Author: Eric Botcazou Date: Fri Mar 29 17:46:43 2024 +0100 ada: Fix internal error on nested aggregate in conditional expression This plugs a loophole in the

[gcc r15-688] ada: Add direct workaround for limitations of RTSfind mechanism

2024-05-20 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:49eb34ea61c6e8fbb10d3a36484cbf5468580fba commit r15-688-g49eb34ea61c6e8fbb10d3a36484cbf5468580fba Author: Eric Botcazou Date: Sat Mar 30 23:12:51 2024 +0100 ada: Add direct workaround for limitations of RTSfind mechanism This adds a direct workaround for the

[gcc r15-685] ada: Formal package comment corrections in sinfo.ads

2024-05-20 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:cee232f4bf2e7d6891ec68c0100ecc5063e3e748 commit r15-685-gcee232f4bf2e7d6891ec68c0100ecc5063e3e748 Author: Bob Duff Date: Fri Mar 29 12:17:56 2024 -0400 ada: Formal package comment corrections in sinfo.ads Misc comment corrections and clarifications in

  1   2   3   4   5   6   7   8   9   10   >