Signal 11
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
# pkg install cargo-c
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: py39-service-identity has a missing dependency: py3...
pkg: py39-openssl has a missing dependency: py39-cryptog...
pkg: py39-aioquic has a missing dependency: py39-cryptog...
pkg: py39-urllib3 has a missing dependency: py39-cryptog...
Checking integrity... done (1 conflicting)
- mysql80-client-8.0.35 conflicts with mysql81-client-...
Checking integrity... done (0 conflicting)
The following 8 package(s) will be affected (of 0 checke...
Installed packages to be REMOVED:
amavisd-new: 2.12.3_6,1
mysql81-client: 8.1.0_1
mysql81-server: 8.1.0
New packages to be INSTALLED:
cargo-c: 0.10.2
mysql80-client: 8.0.35
php81-gd: 8.1.29
ruby31: 3.1.6,1
Installed packages to be REINSTALLED:
pkg-1.21.3
Number of packages to be removed: 3
Number of packages to be installed: 4
Number of packages to be reinstalled: 1
The operation will free 56 MiB.
Proceed with this action? [y/N]: y
[1/8] Deinstalling mysql81-server-8.1.0...
[1/8] Deleting files for mysql81-server-8.1.0: 100%
==> You should manually remove the "mysql" user
==> You should manually remove the "mysql" group
[2/8] Deinstalling mysql81-client-8.1.0_1...
[2/8] Deleting files for mysql81-client-8.1.0_1: 100%
[3/8] Deinstalling amavisd-new-2.12.3_6,1...
[3/8] Deleting files for amavisd-new-2.12.3_6,1: 100%
==> You should manually remove the "vscan" user
==> You should manually remove the "vscan" group
You should manually remove the "/var/amavis" directory.
You should manually remove the "/var/virusmails" directo...
[4/8] Reinstalling pkg-1.21.3...
[4/8] Extracting pkg-1.21.3: 100%
[5/8] Installing mysql80-client-8.0.35...
[5/8] Extracting mysql80-client-8.0.35: 100%
[6/8] Installing ruby31-3.1.6,1...
[6/8] Extracting ruby31-3.1.6,1: 100%
[7/8] Installing php81-gd-8.1.29...
[7/8] Extracting php81-gd-8.1.29: 100%
[8/8] Installing cargo-c-0.10.2...
[8/8] Extracting cargo-c-0.10.2: 100%
You may need to manually remove /usr/local/etc/amavisd.c...
=====
Message from mysql80-client-8.0.35:
--
This is the mysql CLIENT without the server.
for complete server and client, please install databases...
=====
Message from ruby31-3.1.6,1:
--
Some of the standard commands and libraries are provided...
ports for ease of upgrading:
devel/ruby-gems: gem - RubyGems p...
devel/rubygem-debug: debug - Debuggin...
devel/rubygem-erb: erb - Templating...
devel/rubygem-irb: irb - Interactiv...
devel/rubygem-minitest: minitest - Compl...
devel/rubygem-power_assert: power_assert - P...
devel/rubygem-rake: rake - Ruby Make
devel/rubygem-rbs: rbs - Language f...
devel/rubygem-rdoc: rdoc - Ruby Docu...
devel/rubygem-test-unit: test-unit - Unit...
devel/rubygem-typeprof: typeprof - Type ...
ftp/rubygem-net-ftp: net-ftp - Suppor...
mail/rubygem-net-imap: net-imap - Ruby ...
mail/rubygem-net-pop: net-pop - Ruby c...
mail/rubygem-net-smtp: net-smtp - Simpl...
math/rubygem-matrix: matrix - Impleme...
math/rubygem-prime: prime - Prime nu...
sysutils/rubygem-bundler: bundler - Tool t...
textproc/rubygem-rexml: rexml - XML tool...
www/rubygem-rss: rss - Family of ...
Install them as occasion demands.
--
===> NOTICE:
This port is deprecated; you may wish to reconsider inst...
Please migrate to newer version. Ruby 3.1 is expected to...
It is scheduled to be removed on or after 2025-03-31.
=====
Message from php81-gd-8.1.29:
--
This file has been added to automatically load the insta...
/usr/local/etc/php/ext-20-gd.ini.sample
--
===> NOTICE:
This port is deprecated; you may wish to reconsider inst...
Upstream EOL reaches on 2025-12-31.
It is scheduled to be removed on or after 2025-12-31.
----
*Signal 11 [#yf880f1e]
portinstall security/py-cryptography すると
===> Cargo config:
[source.cargo]
directory = '/usr/ports/security/py-cryptography/work-py...
[source.crates-io]
replace-with = 'cargo'
===> Updating Cargo.lock
===> Building for py39-cryptography-41.0.3,1
* Getting build dependencies for wheel...
/usr/local/lib/python3.9/site-packages/setuptools/config...
warnings.warn(msg, _BetaConfiguration)
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/de...
の所を
===> Cargo config:
[source.cargo]
directory = '/usr/ports/devel/cargo-c/work/cargo-c-0.9.1...
[source.crates-io]
replace-with = 'cargo'
===> Updating Cargo.lock
*** Signal 11
とエラーする機体があるので、なにが原因なのか検索し修正し...
因みに正常に終了すると、
Installing py39-cryptography-41.0.3,1...
===> Cleaning for rust-1.71.0
===> Cleaning for rust-1.71.0
===> Cleaning for cmake-core-3.26.1_1
===> Cleaning for cmake-core-3.26.1_1
===> Cleaning for jsoncpp-1.9.5
===> Cleaning for jsoncpp-1.9.5
===> Cleaning for libuv-1.46.0
===> Cleaning for libuv-1.46.0
===> Cleaning for rhash-1.4.3
===> Cleaning for rhash-1.4.3
===> Cleaning for py39-cryptography-41.0.3,1
---> Cleaning out obsolete shared libraries
となる。ので、これらを入れ換えてみる。
portupgrade -rRf rust-1.71.0
portupgrade -rRf cargo-c
と、ここでエラー
===> Additional optimization to port applied
===> Cargo config:
[source.cargo]
directory = '/usr/ports/devel/cargo-c/work/cargo-c-0.9.2...
[source.crates-io]
replace-with = 'cargo'
===> Updating Cargo.lock
*** Signal 11
Stop.
make: stopped in /usr/ports/devel/cargo-c
egrep: empty (sub)expression
** Command failed [exit code 1]: /usr/bin/script -qa /tm...
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / ...
! devel/cargo-c (cargo-c-0.9.21) (unknown...
確認してみると、[source.cargo] の下の directory = '/usr/...
あるのは、/usr/ports/devel/cargo-c までなので、まだ、こ...
**locate Cargo.lock [#l0862bf5]
/usr/local/lib/rustlib/src/rust/library/std/Cargo.lock
これ以外は、
/usr/ports/deskutils/pueue/files/patch-Cargo.lock
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
: ...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
# pkg install cargo-c
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: py39-service-identity has a missing dependency: py3...
pkg: py39-openssl has a missing dependency: py39-cryptog...
pkg: py39-aioquic has a missing dependency: py39-cryptog...
pkg: py39-urllib3 has a missing dependency: py39-cryptog...
Checking integrity... done (1 conflicting)
- mysql80-client-8.0.35 conflicts with mysql81-client-...
Checking integrity... done (0 conflicting)
The following 8 package(s) will be affected (of 0 checke...
Installed packages to be REMOVED:
amavisd-new: 2.12.3_6,1
mysql81-client: 8.1.0_1
mysql81-server: 8.1.0
New packages to be INSTALLED:
cargo-c: 0.10.2
mysql80-client: 8.0.35
php81-gd: 8.1.29
ruby31: 3.1.6,1
Installed packages to be REINSTALLED:
pkg-1.21.3
Number of packages to be removed: 3
Number of packages to be installed: 4
Number of packages to be reinstalled: 1
The operation will free 56 MiB.
Proceed with this action? [y/N]: y
[1/8] Deinstalling mysql81-server-8.1.0...
[1/8] Deleting files for mysql81-server-8.1.0: 100%
==> You should manually remove the "mysql" user
==> You should manually remove the "mysql" group
[2/8] Deinstalling mysql81-client-8.1.0_1...
[2/8] Deleting files for mysql81-client-8.1.0_1: 100%
[3/8] Deinstalling amavisd-new-2.12.3_6,1...
[3/8] Deleting files for amavisd-new-2.12.3_6,1: 100%
==> You should manually remove the "vscan" user
==> You should manually remove the "vscan" group
You should manually remove the "/var/amavis" directory.
You should manually remove the "/var/virusmails" directo...
[4/8] Reinstalling pkg-1.21.3...
[4/8] Extracting pkg-1.21.3: 100%
[5/8] Installing mysql80-client-8.0.35...
[5/8] Extracting mysql80-client-8.0.35: 100%
[6/8] Installing ruby31-3.1.6,1...
[6/8] Extracting ruby31-3.1.6,1: 100%
[7/8] Installing php81-gd-8.1.29...
[7/8] Extracting php81-gd-8.1.29: 100%
[8/8] Installing cargo-c-0.10.2...
[8/8] Extracting cargo-c-0.10.2: 100%
You may need to manually remove /usr/local/etc/amavisd.c...
=====
Message from mysql80-client-8.0.35:
--
This is the mysql CLIENT without the server.
for complete server and client, please install databases...
=====
Message from ruby31-3.1.6,1:
--
Some of the standard commands and libraries are provided...
ports for ease of upgrading:
devel/ruby-gems: gem - RubyGems p...
devel/rubygem-debug: debug - Debuggin...
devel/rubygem-erb: erb - Templating...
devel/rubygem-irb: irb - Interactiv...
devel/rubygem-minitest: minitest - Compl...
devel/rubygem-power_assert: power_assert - P...
devel/rubygem-rake: rake - Ruby Make
devel/rubygem-rbs: rbs - Language f...
devel/rubygem-rdoc: rdoc - Ruby Docu...
devel/rubygem-test-unit: test-unit - Unit...
devel/rubygem-typeprof: typeprof - Type ...
ftp/rubygem-net-ftp: net-ftp - Suppor...
mail/rubygem-net-imap: net-imap - Ruby ...
mail/rubygem-net-pop: net-pop - Ruby c...
mail/rubygem-net-smtp: net-smtp - Simpl...
math/rubygem-matrix: matrix - Impleme...
math/rubygem-prime: prime - Prime nu...
sysutils/rubygem-bundler: bundler - Tool t...
textproc/rubygem-rexml: rexml - XML tool...
www/rubygem-rss: rss - Family of ...
Install them as occasion demands.
--
===> NOTICE:
This port is deprecated; you may wish to reconsider inst...
Please migrate to newer version. Ruby 3.1 is expected to...
It is scheduled to be removed on or after 2025-03-31.
=====
Message from php81-gd-8.1.29:
--
This file has been added to automatically load the insta...
/usr/local/etc/php/ext-20-gd.ini.sample
--
===> NOTICE:
This port is deprecated; you may wish to reconsider inst...
Upstream EOL reaches on 2025-12-31.
It is scheduled to be removed on or after 2025-12-31.
----
*Signal 11 [#yf880f1e]
portinstall security/py-cryptography すると
===> Cargo config:
[source.cargo]
directory = '/usr/ports/security/py-cryptography/work-py...
[source.crates-io]
replace-with = 'cargo'
===> Updating Cargo.lock
===> Building for py39-cryptography-41.0.3,1
* Getting build dependencies for wheel...
/usr/local/lib/python3.9/site-packages/setuptools/config...
warnings.warn(msg, _BetaConfiguration)
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/de...
の所を
===> Cargo config:
[source.cargo]
directory = '/usr/ports/devel/cargo-c/work/cargo-c-0.9.1...
[source.crates-io]
replace-with = 'cargo'
===> Updating Cargo.lock
*** Signal 11
とエラーする機体があるので、なにが原因なのか検索し修正し...
因みに正常に終了すると、
Installing py39-cryptography-41.0.3,1...
===> Cleaning for rust-1.71.0
===> Cleaning for rust-1.71.0
===> Cleaning for cmake-core-3.26.1_1
===> Cleaning for cmake-core-3.26.1_1
===> Cleaning for jsoncpp-1.9.5
===> Cleaning for jsoncpp-1.9.5
===> Cleaning for libuv-1.46.0
===> Cleaning for libuv-1.46.0
===> Cleaning for rhash-1.4.3
===> Cleaning for rhash-1.4.3
===> Cleaning for py39-cryptography-41.0.3,1
---> Cleaning out obsolete shared libraries
となる。ので、これらを入れ換えてみる。
portupgrade -rRf rust-1.71.0
portupgrade -rRf cargo-c
と、ここでエラー
===> Additional optimization to port applied
===> Cargo config:
[source.cargo]
directory = '/usr/ports/devel/cargo-c/work/cargo-c-0.9.2...
[source.crates-io]
replace-with = 'cargo'
===> Updating Cargo.lock
*** Signal 11
Stop.
make: stopped in /usr/ports/devel/cargo-c
egrep: empty (sub)expression
** Command failed [exit code 1]: /usr/bin/script -qa /tm...
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / ...
! devel/cargo-c (cargo-c-0.9.21) (unknown...
確認してみると、[source.cargo] の下の directory = '/usr/...
あるのは、/usr/ports/devel/cargo-c までなので、まだ、こ...
**locate Cargo.lock [#l0862bf5]
/usr/local/lib/rustlib/src/rust/library/std/Cargo.lock
これ以外は、
/usr/ports/deskutils/pueue/files/patch-Cargo.lock
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
/usr/ports/devel/cargo-c/work/cargo-c-0.9.24+cargo-0.73....
: ...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: