Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Mathieu Malaterre
Package: cvise
Version: 2.8.0-1

I cannot run cvise in Debian/sid:

% cvise check.sh testcase.i
00:00:07 INFO ===< 150150 >===
00:00:07 INFO running 4 interestingness tests in parallel
00:00:07 INFO INITIAL PASSES
00:00:07 INFO ===< IncludesPass >===
Traceback (most recent call last):
  File "/usr/bin/cvise", line 312, in 
reducer.reduce(pass_group, skip_initial=args.skip_initial_passes)
  File "/usr/share/cvise/cvise.py", line 149, in reduce
self._run_additional_passes(pass_group['first'])
  File "/usr/share/cvise/cvise.py", line 172, in _run_additional_passes
self.test_manager.run_pass(p)
  File "/usr/share/cvise/utils/testing.py", line 530, in run_pass
success_env = self.run_parallel_tests()
  ^
  File "/usr/share/cvise/utils/testing.py", line 438, in run_parallel_tests
with pebble.ProcessPool(max_workers=self.parallel_tests) as pool:
 ^^^
  File "/usr/lib/python3/dist-packages/pebble/pool/process.py", line
60, in __init__
self._pool_manager = PoolManager(self._context, mp_context)
 ^^
  File "/usr/lib/python3/dist-packages/pebble/pool/process.py", line
202, in __init__
self.worker_manager = WorkerManager(context.workers,
  ^^
  File "/usr/lib/python3/dist-packages/pebble/pool/process.py", line
344, in __init__
self.pool_channel, self.workers_channel = channels(mp_context)
  
  File "/usr/lib/python3/dist-packages/pebble/pool/channel.py", line
35, in channels
WorkerChannel(read0, write1, (read1, write0), mp_context))
^
  File "/usr/lib/python3/dist-packages/pebble/pool/channel.py", line
83, in __init__
self.mutex = ChannelMutex(mp_context)
 
  File "/usr/lib/python3/dist-packages/pebble/pool/channel.py", line
129, in __init__
self.reader_mutex = mp_context.RLock()
^^
  File "/usr/lib/python3.11/multiprocessing/context.py", line 73, in RLock
return RLock(ctx=self.get_context())
   ^
  File "/usr/lib/python3.11/multiprocessing/synchronize.py", line 187,
in __init__
SemLock.__init__(self, RECURSIVE_MUTEX, 1, 1, ctx=ctx)
  File "/usr/lib/python3.11/multiprocessing/synchronize.py", line 57,
in __init__
sl = self._semlock = _multiprocessing.SemLock(
 ^
PermissionError: [Errno 13] Permission denied


with:

% ls -al check.sh
-rwxr-xr-x 1 mathieu mathieu 335 Aug 24 09:50 check.sh

% ls -al testcase.i
-rw-r--r-- 1 mathieu mathieu 4268253 Aug 24 09:41 testcase.i



Bug#1050415: Acknowledgement (PermissionError: [Errno 13] Permission denied)

2023-08-24 Thread Mathieu Malaterre
For reference, creduce seems to be happy with the exact same settings:

 % creduce check.sh testcase.i
===< 150190 >===
running 3 interestingness tests in parallel
===< pass_unifdef :: 0 >===
===< pass_comments :: 0 >===
===< pass_ifs :: 0 >===
===< pass_includes :: 0 >===
===< pass_line_markers :: 0 >===
===< pass_blank :: 0 >===
===< pass_clang_binsrch :: replace-function-def-with-decl >===
(0.1 %, 4263044 bytes)
(0.2 %, 4260250 bytes)
(0.3 %, 4256026 bytes)
(0.4 %, 4252741 bytes)
(0.4 %, 4251437 bytes)
(0.4 %, 4249928 bytes)
(0.5 %, 4248101 bytes)
(0.5 %, 4246010 bytes)
(0.5 %, 4245334 bytes)
(0.6 %, 4244584 bytes)
(0.6 %, 4243457 bytes)
(0.6 %, 4242382 bytes)
(0.6 %, 4241737 bytes)
(0.6 %, 4240846 bytes)
(0.7 %, 4240150 bytes)
(0.7 %, 4239316 bytes)
(0.7 %, 4238448 bytes)
(0.7 %, 4237766 bytes)
(0.7 %, 4237353 bytes)
(0.7 %, 4236623 bytes)
[...]



Processed: Re: Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo
Bug #1050415 [cvise] PermissionError: [Errno 13] Permission denied
Added tag(s) moreinfo.

-- 
1050415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Matthias Klose

Control: tags -1 + moreinfo

On 24.08.23 11:54, Mathieu Malaterre wrote:

Package: cvise
Version: 2.8.0-1

I cannot run cvise in Debian/sid:


[...]


with:

% ls -al check.sh
-rwxr-xr-x 1 mathieu mathieu 335 Aug 24 09:50 check.sh

% ls -al testcase.i
-rw-r--r-- 1 mathieu mathieu 4268253 Aug 24 09:41 testcase.i



an ls is not so useful.



Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Mathieu Malaterre
On Thu, Aug 24, 2023 at 2:21 PM Matthias Klose  wrote:
>
> Control: tags -1 + moreinfo
>
> On 24.08.23 11:54, Mathieu Malaterre wrote:
> > Package: cvise
> > Version: 2.8.0-1
> >
> > I cannot run cvise in Debian/sid:
>
> [...]
>
> > with:
> >
> > % ls -al check.sh
> > -rwxr-xr-x 1 mathieu mathieu 335 Aug 24 09:50 check.sh
> >
> > % ls -al testcase.i
> > -rw-r--r-- 1 mathieu mathieu 4268253 Aug 24 09:41 testcase.i
> >
>
> an ls is not so useful.

Ok, nevermind. I assumed this was something obvious in the python module.

Here you go:

$ curl -O 
https://raw.githubusercontent.com/malaterre/gcc-110622/main/new/testcase.i
$ curl -O 
https://raw.githubusercontent.com/malaterre/gcc-110622/main/new/check.sh
$ chmod +x check.sh
$ schroot -c sid32
$ cvise check.sh testcase.i

If you do not have a sid32 chroot, you may want to use
barriere.debian.org + sid_i386-dchroot

for reference:

% apt-cache policy cvise
cvise:
  Installed: 2.8.0-1
  Candidate: 2.8.0-1
  Version table:
 *** 2.8.0-1 500
500 http://deb.debian.org/debian sid/main i386 Packages
100 /var/lib/dpkg/status

and

% apt-cache policy creduce
creduce:
  Installed: 2.11.0~20230819-1
  Candidate: 2.11.0~20230819-1
  Version table:
 *** 2.11.0~20230819-1 500
500 http://deb.debian.org/debian sid/main i386 Packages
100 /var/lib/dpkg/status



Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL'

2023-08-24 Thread Thorsten Glaser
Package: musl-tools
Version: 1.2.3-1
Severity: serious
Justification: unusable on release architectures
X-Debbugs-Cc: t...@mirbsd.de, debian-gcc@lists.debian.org
Control: affects -1 src:mksh

Unsure if it’s musl or gcc-13_13.2.0-2 but building a simple
test program fails on both mips64el and mipsel:

$ musl-gcc […] -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -static  conftest.c
mipsel-linux-gnu-gcc: error: unrecognized command-line option '-EL'

If doing 'gcc -v' (normal gcc, not musl-gcc wrapper) the -EL shows up in:

COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<>=.' 
'-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-Wall' 
'-Wextra' '-I' '.' '-I' '../..' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-D' 
'MKSH_EARLY_LOCALE_TRACKING' '-D' 'KSH_VERSIONNAME_VENDOR_EXT=" +Debian"' '-D' 
'MKSH_BUILDMEAT' '-D' 'MKSH_BUILDSH=1' '-D' '_GNU_SOURCE' '-D' 
'SETUID_CAN_FAIL_WITH_EAGAIN=1' '-v' '-march=mips32r2' '-mfpxx' '-mllsc' 
'-mno-lxc1-sxc1' '-mno-madd4' '-mips32r2' '-EL' '-mabi=32' '-dumpdir' 'a-'

musl-gcc uses mipsel-linux-gnu-gcc (or mips64el-linux-gnuabi64-gcc)
instead of gcc, but it’s still Debian 13.2.0-2 according to --version.



Processed: binutils-mipsen: FTBFS on all architectures

2023-08-24 Thread Debian Bug Tracking System
Processing control commands:

> block 1040626 by -1
Bug #1040626 [src:gcc-13-cross-mipsen] gcc-13-cross-mipsen ftbfs in unstable
1040626 was not blocked by any bugs.
1040626 was not blocking any bugs.
Added blocking bug(s) of 1040626: 1050431

-- 
1040626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040626
1050431: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Matthias Klose

Control: tags -1 - moreinfo

On 24.08.23 15:15, Mathieu Malaterre wrote:

On Thu, Aug 24, 2023 at 2:21 PM Matthias Klose  wrote:


Control: tags -1 + moreinfo

On 24.08.23 11:54, Mathieu Malaterre wrote:

Package: cvise
Version: 2.8.0-1

I cannot run cvise in Debian/sid:


[...]


with:

% ls -al check.sh
-rwxr-xr-x 1 mathieu mathieu 335 Aug 24 09:50 check.sh

% ls -al testcase.i
-rw-r--r-- 1 mathieu mathieu 4268253 Aug 24 09:41 testcase.i



an ls is not so useful.


Ok, nevermind. I assumed this was something obvious in the python module.

Here you go:

$ curl -O 
https://raw.githubusercontent.com/malaterre/gcc-110622/main/new/testcase.i
$ curl -O 
https://raw.githubusercontent.com/malaterre/gcc-110622/main/new/check.sh
$ chmod +x check.sh
$ schroot -c sid32
$ cvise check.sh testcase.i

If you do not have a sid32 chroot, you may want to use
barriere.debian.org + sid_i386-dchroot


that works for me in a sid32 chroot, and also in a sid chroot.



Processed: Re: Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - moreinfo
Bug #1050415 [cvise] PermissionError: [Errno 13] Permission denied
Removed tag(s) moreinfo.

-- 
1050415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of cvise_2.8.0-2_source.changes

2023-08-24 Thread Debian FTP Masters
cvise_2.8.0-2_source.changes uploaded successfully to localhost
along with the files:
  cvise_2.8.0-2.dsc
  cvise_2.8.0-2.debian.tar.xz
  cvise_2.8.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



cvise_2.8.0-2_source.changes ACCEPTED into unstable

2023-08-24 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Aug 2023 19:10:09 +0200
Source: cvise
Architecture: source
Version: 2.8.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Changes:
 cvise (2.8.0-2) unstable; urgency=medium
 .
   * Build using LLVM 16.
   * Bump standards version.
Checksums-Sha1:
 7870bedc0b4c06118160a98dd9807e2843894a8d 1989 cvise_2.8.0-2.dsc
 912e24557c00b730e6fbde9a56d6f79e2e6c0ddc 6000 cvise_2.8.0-2.debian.tar.xz
 d0f9813d8200b0a7a1fd0b24971b0126ebc105ed 8766 cvise_2.8.0-2_source.buildinfo
Checksums-Sha256:
 978df06fbdce9fa932fdf3813ae5605a02867dafaa3b0cb876c73a04d836917a 1989 
cvise_2.8.0-2.dsc
 e4df711dac632e7c22bbb243c844f3d9348131a4da99a57349008e7b4227a8b0 6000 
cvise_2.8.0-2.debian.tar.xz
 071bc9ac73f531d7042dc8e4aab2a272b99720baebc025d2ea2692ac74a8aa59 8766 
cvise_2.8.0-2_source.buildinfo
Files:
 47c20f12ba89b6c468107753ffd015aa 1989 misc optional cvise_2.8.0-2.dsc
 3b48fa8c58c36b15a2d2636a753dd6dc 6000 misc optional cvise_2.8.0-2.debian.tar.xz
 f20c571419ca80da8fbdfecca70c7d97 8766 misc optional 
cvise_2.8.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmTnkeoQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9eE0EACBDM4kaPTqH8N2xmiDShTIIPm7PZb2EWPX
MvfuADVz4HDUcz2yzpZMDcj+WCvuAvRLW159tkr9TecoUZHrpg99Zn5+4VU6ggfe
738kt7PkBkykHoJUpyZMZMhJ0cL44UOphX2iCl1s2rpSAP3CrYCMgM3DhF1RK88p
6WZ9Ki3nQdXbKF02bQbl7e9ifGsxKDDC+9kZUG+GQAzfMiYm6eoanBSLyOLwN+R8
kigdulcpvxvWB/N0fYLY+4sgIIL9BKSbefAxY0DZ6MjXxmaeoipWOMt9s//18F8B
AIfDZ8kdOwIHJTbhDlgXDeTPsGIGN+gvMaWjT5xO/c+37W8i9FijaDMWjJNV1NZa
UBwbLmwniU83aw4oP+Zl6G1MI/tYuWiIS4hWAZut8X+7dRWkAIXtecgtUfvoSBDo
DdpUf/NKUX1MmvtQC0YJQmxwoeo5SZhqjuto6OxImGRip1fnpk/+QdHbrpJkszbr
+BIY7PN/MuH7nKlJaV/LNzTw5cxWilK3LcvcoMDgwsuK6l6L1h5v3s8DhMOc0+hv
W3g1u105VGgWJGQGOcvuWWIIsQ98V9fyd0PZFjjw6yH14JpeJhNqHdtcgDG5Srzw
FdBbFxguV23rw7wa3vejY9+k2WgnBfAkAH7KKEasC0Gc2syqmznuJ0qOIQSNxNuR
UTmZG/e+MA==
=8ZFf
-END PGP SIGNATURE-



Processing of gcc-12_12.3.0-8_source.changes

2023-08-24 Thread Debian FTP Masters
gcc-12_12.3.0-8_source.changes uploaded successfully to localhost
along with the files:
  gcc-12_12.3.0-8.dsc
  gcc-12_12.3.0-8.debian.tar.xz
  gcc-12_12.3.0-8_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1044154: marked as done (gcc-12: Fails to build source after successful build)

2023-08-24 Thread Debian Bug Tracking System
cc-12_12.3.0-7_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: gcc-12
Source-Version: 12.3.0-8
Done: Matthias Klose 

We believe that the bug you reported is fixed in the latest version of
gcc-12, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1044...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-12 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Aug 2023 22:13:46 +0200
Source: gcc-12
Architecture: source
Version: 12.3.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Closes: 1044154
Changes:
 gcc-12 (12.3.0-8) unstable; urgency=medium
 .
   * Update to git 20230824 from the gcc-12 branch.
 - Fix PR c++/106310, PR c++/106890, PR c++/109666, PR c++/108099,
   PR c++/109761, PR d/110959, PR fortran/107397.
   * Update sanitizer symbols files.
   * Address some lintian warnings:
 - Be quiet about libstdc++-doc manpages.
 - Don't complain about unstripped sanitizer libraries.
   * Update libgphobos symbols file.
   * Remove test protocols in clean target. Closes: #1044154.
   * Disable Ada, Go, D, Modula-2 frontends on loong64.
Checksums-Sha1:
 2a6e8b5a1557711d0c9d456eb6a6c9f84be707cd 21872 gcc-12_12.3.0-8.dsc
 b5b3f2c3cae3cee0aede30b8a5afd979ea2cf1ed 788436 gcc-12_12.3.0-8.debian.tar.xz
 64328359febef3a67b22bfb02e4b8334ad7e1dc4 8769 gcc-12_12.3.0-8_source.buildinfo
Checksums-Sha256:
 604e342d4db95711c0d84968bd7c42da0f765f9ad8a21449eb31cc2c2d4ca3d5 21872 
gcc-12_12.3.0-8.dsc
 c7af81ef02e021c387a353db30c21d9a7d9d7abc2ea0a927009cf9a31c6d4f2a 788436 
gcc-12_12.3.0-8.debian.tar.xz
 c1223fc9a804182cbf9b433e4007a2e5dccfd86e1577c316c52c6e9e12cb62db 8769 
gcc-12_12.3.0-8_source.buildinfo
Files:
 4a831b10cddd9e14cd7f60d6da2b9a00 21872 devel optional gcc-12_12.3.0-8.dsc
 577e287bfa6e96c3008555e8c30e64ea 788436 devel optional 
gcc-12_12.3.0-8.debian.tar.xz
 70dba23c70e0a59a5a92a9805236549f 8769 devel optional 
gcc-12_12.3.0-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmTnu0UQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9XEsEACw8O21Tk6oT13ZzpMn8NIGCB4naooaruLa
P4Uelos1hRq6cMbTu2SA2kUJxquIz51ZxjDDJnyJMzWzeYu5hnyzTDwDnbaouQt5
zD/wl3y5n5cb28U3yQjeb6dbfVpbkR/KcCzmY0wESw4To2zAMCsrxy4rYmf/Z9p7
9xY5oixrCQDHEFb6SCrECVSDiR79KkGqYsmu3bZOjHJKRCh05+1UPhFKcX/Ron04
32q04evA3V+na7tPmtMI5qNQZ30D70cLghptId5rpQJDTmYS0QWwUsNp9TGRQH4o
5RWwMngPQ1eNa22g15mQ0wxAn4fY3Q1C065VLZM3AluMpfM0FjiyYsnJBcgzIodZ
H3/+nn7JvxQVef3EW5OPuH3jA1Gwo58nWVwD/GMd0W7U9nvIhUP5JG8P+eQfhaED
ZtxxQSYKqQhCo+02ooIiRlPDlC8rhnr+70fTt1Eg0nFq0vRo4MosOHXFmkYibA53
CEaP++/COO+5T7MJiY/QmogMqAfQtkWeNP6ba6ZSN7SJuyL6Q8iHgI9dyKMWOXDn
VjeG9M7oRIFybGq8AgdjFfCsGMKLlrMu/3HJ2fS+n6BxMriVbQ/YVpAEdG3InXx5
J++eg8AKdIVkmfV/nTHVnUz/mOGlGbjvIZM0x+rnNB9rF/ZP/0xR0zPObjn9vVjV
SKy2BrjhlQ==
=YVPp
-END PGP SIGNATURE End Message ---


gcc-12_12.3.0-8_source.changes ACCEPTED into unstable

2023-08-24 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Aug 2023 22:13:46 +0200
Source: gcc-12
Architecture: source
Version: 12.3.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Closes: 1044154
Changes:
 gcc-12 (12.3.0-8) unstable; urgency=medium
 .
   * Update to git 20230824 from the gcc-12 branch.
 - Fix PR c++/106310, PR c++/106890, PR c++/109666, PR c++/108099,
   PR c++/109761, PR d/110959, PR fortran/107397.
   * Update sanitizer symbols files.
   * Address some lintian warnings:
 - Be quiet about libstdc++-doc manpages.
 - Don't complain about unstripped sanitizer libraries.
   * Update libgphobos symbols file.
   * Remove test protocols in clean target. Closes: #1044154.
   * Disable Ada, Go, D, Modula-2 frontends on loong64.
Checksums-Sha1:
 2a6e8b5a1557711d0c9d456eb6a6c9f84be707cd 21872 gcc-12_12.3.0-8.dsc
 b5b3f2c3cae3cee0aede30b8a5afd979ea2cf1ed 788436 gcc-12_12.3.0-8.debian.tar.xz
 64328359febef3a67b22bfb02e4b8334ad7e1dc4 8769 gcc-12_12.3.0-8_source.buildinfo
Checksums-Sha256:
 604e342d4db95711c0d84968bd7c42da0f765f9ad8a21449eb31cc2c2d4ca3d5 21872 
gcc-12_12.3.0-8.dsc
 c7af81ef02e021c387a353db30c21d9a7d9d7abc2ea0a927009cf9a31c6d4f2a 788436 
gcc-12_12.3.0-8.debian.tar.xz
 c1223fc9a804182cbf9b433e4007a2e5dccfd86e1577c316c52c6e9e12cb62db 8769 
gcc-12_12.3.0-8_source.buildinfo
Files:
 4a831b10cddd9e14cd7f60d6da2b9a00 21872 devel optional gcc-12_12.3.0-8.dsc
 577e287bfa6e96c3008555e8c30e64ea 788436 devel optional 
gcc-12_12.3.0-8.debian.tar.xz
 70dba23c70e0a59a5a92a9805236549f 8769 devel optional 
gcc-12_12.3.0-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmTnu0UQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9XEsEACw8O21Tk6oT13ZzpMn8NIGCB4naooaruLa
P4Uelos1hRq6cMbTu2SA2kUJxquIz51ZxjDDJnyJMzWzeYu5hnyzTDwDnbaouQt5
zD/wl3y5n5cb28U3yQjeb6dbfVpbkR/KcCzmY0wESw4To2zAMCsrxy4rYmf/Z9p7
9xY5oixrCQDHEFb6SCrECVSDiR79KkGqYsmu3bZOjHJKRCh05+1UPhFKcX/Ron04
32q04evA3V+na7tPmtMI5qNQZ30D70cLghptId5rpQJDTmYS0QWwUsNp9TGRQH4o
5RWwMngPQ1eNa22g15mQ0wxAn4fY3Q1C065VLZM3AluMpfM0FjiyYsnJBcgzIodZ
H3/+nn7JvxQVef3EW5OPuH3jA1Gwo58nWVwD/GMd0W7U9nvIhUP5JG8P+eQfhaED
ZtxxQSYKqQhCo+02ooIiRlPDlC8rhnr+70fTt1Eg0nFq0vRo4MosOHXFmkYibA53
CEaP++/COO+5T7MJiY/QmogMqAfQtkWeNP6ba6ZSN7SJuyL6Q8iHgI9dyKMWOXDn
VjeG9M7oRIFybGq8AgdjFfCsGMKLlrMu/3HJ2fS+n6BxMriVbQ/YVpAEdG3InXx5
J++eg8AKdIVkmfV/nTHVnUz/mOGlGbjvIZM0x+rnNB9rF/ZP/0xR0zPObjn9vVjV
SKy2BrjhlQ==
=YVPp
-END PGP SIGNATURE-



Bug#123468: [Bug c/6906] warn about asserts with side effects

2023-08-24 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6906

Sam James  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=44

-- 
You are receiving this mail because:
You reported the bug.


Bug#123468: [Bug c/6906] warn about asserts with side effects

2023-08-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6906

Eric Gallager  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=105369

-- 
You are receiving this mail because:
You reported the bug.


Bug#123468: [Bug c/6906] warn about asserts with side effects

2023-08-24 Thread sjames at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6906

Sam James  changed:

   What|Removed |Added

 CC||sjames at gcc dot gnu.org

-- 
You are receiving this mail because:
You reported the bug.


creduce is marked for autoremoval from testing

2023-08-24 Thread Debian testing autoremoval watch
creduce 2.10.0+20220116-1 is marked for autoremoval from testing on 2023-09-08

It is affected by these RC bugs:
1043127: creduce: switch to current llvm default version
 https://bugs.debian.org/1043127



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



Bug#1050415: PermissionError: [Errno 13] Permission denied

2023-08-24 Thread Mathieu Malaterre
On Thu, Aug 24, 2023 at 7:03 PM Matthias Klose  wrote:
>
> Control: tags -1 - moreinfo
>
> On 24.08.23 15:15, Mathieu Malaterre wrote:
> > On Thu, Aug 24, 2023 at 2:21 PM Matthias Klose  wrote:
> >>
> >> Control: tags -1 + moreinfo
> >>
> >> On 24.08.23 11:54, Mathieu Malaterre wrote:
> >>> Package: cvise
> >>> Version: 2.8.0-1
> >>>
> >>> I cannot run cvise in Debian/sid:
> >>
> >> [...]
> >>
> >>> with:
> >>>
> >>> % ls -al check.sh
> >>> -rwxr-xr-x 1 mathieu mathieu 335 Aug 24 09:50 check.sh
> >>>
> >>> % ls -al testcase.i
> >>> -rw-r--r-- 1 mathieu mathieu 4268253 Aug 24 09:41 testcase.i
> >>>
> >>
> >> an ls is not so useful.
> >
> > Ok, nevermind. I assumed this was something obvious in the python module.
> >
> > Here you go:
> >
> > $ curl -O 
> > https://raw.githubusercontent.com/malaterre/gcc-110622/main/new/testcase.i
> > $ curl -O 
> > https://raw.githubusercontent.com/malaterre/gcc-110622/main/new/check.sh
> > $ chmod +x check.sh
> > $ schroot -c sid32
> > $ cvise check.sh testcase.i
> >
> > If you do not have a sid32 chroot, you may want to use
> > barriere.debian.org + sid_i386-dchroot
>
> that works for me in a sid32 chroot, and also in a sid chroot.
>

I see this is exactly:

https://stackoverflow.com/questions/2009278/python-multiprocessing-permission-denied

In my case:

% ls -ld /dev/shm
drwxr-xr-x 2 root root 40 Aug 24 11:31 /dev/shm

on barriere.d.o:

% ls -ld /dev/shm
drwxrwxrwt 2 root root 40 Aug 25 06:28 /dev/shm


How did you setup your schroot ? Mine is:

% cat /etc/schroot/schroot.conf
[...]
[sid32]
description=Debian sid (unstable) 32-bit
directory=/home/mathieu/tmp/sid-chroot-i386
personality=linux32
root-groups=root
root-users=root
type=directory
users=mathieu