[MacPorts] #70511: sqlite error: attempt to write a readonly database after 2.10.0 update
MacPorts
noreply at macports.org
Sun Oct 27 00:41:01 UTC 2024
#70511: sqlite error: attempt to write a readonly database after 2.10.0 update
---------------------+--------------------
Reporter: wlipa | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.10.0
Resolution: | Keywords:
Port: |
---------------------+--------------------
Comment (by mascguy):
Just upgraded from 2.9.3 to 2.10.1 today, and now I'm seeing this error
constantly when trace mode is enabled. Here are just two examples, but
it's consistent across ports.
Note: Normally I enable verbose mode too, as the goal is to validate
dependencies, expected behavior, etc. But it's not used for these
examples, to reduce the noise.
Example 1, for `gtk3`:
{{{
---> Computing dependencies for gtk3
---> Fetching distfiles for gtk3
sqlite error: attempt to write a readonly database (8)
---> Verifying checksums for gtk3
sqlite error: attempt to write a readonly database (8)
---> Extracting gtk3
Warning: The following existing file was hidden from the build system by
trace mode:
/private/var/select/sh
Warning: The following file inside the MacPorts prefix not installed by a
port was accessed:
/opt/local/etc/gitconfig
sqlite error: attempt to write a readonly database (8)
---> Applying patches to gtk3
Warning: The following existing file was hidden from the build system by
trace mode:
/private/var/select/sh
---> Configuring gtk3
sqlite error: attempt to write a readonly database (8)
}}}
Example 2, for `fop2`:
{{{
$ sudo port -t configure fop2
---> Fetching distfiles for fop2
sqlite error: attempt to write a readonly database (8)
---> Verifying checksums for fop2
sqlite error: attempt to write a readonly database (8)
---> Extracting fop2
Warning: The following existing file was hidden from the build system by
trace mode:
/private/var/select/sh
sqlite error: attempt to write a readonly database (8)
sqlite error: attempt to write a readonly database (8)
---> Configuring fop2
sqlite error: attempt to write a readonly database (8)
}}}
Is this expected behavior for 2.10.x...?
--
Ticket URL: <https://trac.macports.org/ticket/70511#comment:19>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list