automake 出现分段错误(核心转储)

automake 出现分段错误(核心转储)

每当我调用时automake,它都会给出分段错误(代码转储)错误。因此,我无法从源代码编译和安装任何东西!

例如:

$> automake --version
automake (GNU automake) 1.16.5
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <[email protected]>
       and Alexandre Duret-Lutz <[email protected]>.
Segmentation fault (core dumped)

注意最后的错误!

我的系统详细信息是:

$> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Noble Numbat (development branch)
Release: 24.04
Codename: noble

$> uname -a
Linux vinay-desktop 6.8.0-11-generic #11-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 14 00:29:05 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

最初,我以为这是一个漏洞,但看起来这只是我的系统的问题!

有什么提示吗?我是否缺少任何软件包或任何失败的依赖项?

相关内容