Below is a small example C source showing the clang 15+ armv7
problem that leads to the unbounded looping in later code in
the lang/gcc12+ builds: a data structure is mis-initialized,
breaking its invariant properties used by the later code
structure.
# more partition.c
// Minor varation of part o
--- Original Message ---
On Tuesday, March 7th, 2023 at 11:26 AM, Mark Millard wrote:
>
>
> Below is a small example C source showing the clang 15+ armv7
> problem that leads to the unbounded looping in later code in
> the lang/gcc12+ builds: a data structure is mis-initialized,
> brea
On Mar 7, 2023, at 03:12, Lorenzo Salvadore
wrote:
>
> --- Original Message ---
> On Tuesday, March 7th, 2023 at 11:26 AM, Mark Millard
> wrote:
>
>
>>
>>
>> Below is a small example C source showing the clang 15+ armv7
>> problem that leads to the unbounded looping in later code i
On 7 Mar 2023, at 11:26, Mark Millard wrote:
>
> Below is a small example C source showing the clang 15+ armv7
> problem that leads to the unbounded looping in later code in
> the lang/gcc12+ builds: a data structure is mis-initialized,
> breaking its invariant properties used by the later code
>
On Mar 7, 2023, at 03:45, Dimitry Andric wrote:
> On 7 Mar 2023, at 11:26, Mark Millard wrote:
>>
>> Below is a small example C source showing the clang 15+ armv7
>> problem that leads to the unbounded looping in later code in
>> the lang/gcc12+ builds: a data structure is mis-initialized,
>> b
--- Original Message ---
On Tuesday, March 7th, 2023 at 1:04 PM, Mark Millard wrote:
>
>
> On Mar 7, 2023, at 03:45, Dimitry Andric d...@freebsd.org wrote:
>
> > On 7 Mar 2023, at 11:26, Mark Millard mark...@yahoo.com wrote:
> >
> > > Below is a small example C source showing the cla
Dear port maintainers,
The portscout new distfile checker has detected that one or more
unmaintained ports appears to be out of date. Please take the opportunity
to check each of the ports listed below, and if possible and appropriate,
submit/commit an update. Please consider also adopting this po
Baptiste Daroussin wrote on 3/6/23 2:56 AM:
On Wed, Mar 01, 2023 at 11:50:13PM -0800, Mel Pilgrim wrote:
I need to determine the ABI string pkg uses on a given system, and need to
do so when there are no pkgs installed.
pkg config ABI
pkg config ALTABI
When run in a freshly-created jail:
[r7
I've been running Nextcloud for years now. Not once did Nextcloud survive a pkg
update.
My tip:
Run it in a jail. Lock the pkgs. Put the actual content on a separate zfs
dataset and mount it with nullfs into said jail.
Am 7. März 2023 01:27:53 MEZ schrieb "Kevin P. Neal" :
>This is a new one to
On 2023-03-07 9:09, Dan Langille wrote:
Baptiste Daroussin wrote on 3/6/23 2:56 AM:
On Wed, Mar 01, 2023 at 11:50:13PM -0800, Mel Pilgrim wrote:
I need to determine the ABI string pkg uses on a given system, and need to
do so when there are no pkgs installed.
pkg config ABI
pkg config ALTABI
[I got a openSUSE tumblweed linux going on a RPi2 v1.1
(so: armv7) and installed clang 15. I show the test
fails there as well.]
On Mar 7, 2023, at 04:04, Mark Millard wrote:
> On Mar 7, 2023, at 03:45, Dimitry Andric wrote:
>
>> On 7 Mar 2023, at 11:26, Mark Millard wrote:
>>>
>>> Below is
I have submitted:
https://github.com/llvm/llvm-project/issues/61255
===
Mark Millard
marklmi at yahoo.com
Hello.
Are you still saying that you are creating another program that does not rely
on the pkg command?
Then again, let's look at elf_tables.h.
It would be necessary to have such a conversion table.
static struct arch_trans machine_arch_translation[] = {
{ "x86:32", "i386" },
{
On 2023-03-07 19:56, Tatsuki Makino wrote:
Hello.
Are you still saying that you are creating another program that does not rely
on the pkg command?
Then again, let's look at elf_tables.h.
It would be necessary to have such a conversion table.
Yeah basically. It pulls the pkg source as a buil
On Tue, Mar 7, 2023 at 11:34 PM Mel Pilgrim
wrote:
>
> On 2023-03-07 19:56, Tatsuki Makino wrote:
> > Hello.
> >
> > Are you still saying that you are creating another program that does not
> > rely on the pkg command?
> > Then again, let's look at elf_tables.h.
> > It would be necessary to have
I see that the pkg for the bootstrapper has a function in
/usr/src/usr.sbin/pkg/config.c to create an ABI.
There is a function called pkg_get_myabi, which seems to be just the result of
the following command, with a colon in between. (In fact, it's a system call or
something.)
uname -s
expr `un
16 matches
Mail list logo