CentOS 4.8専用のホスティングサーバーには、Bazaarに似たバージョン管理システムが必要です。

CentOS 4.8専用のホスティングサーバーには、Bazaarに似たバージョン管理システムが必要です。

最近、コアシステムファイルが削除され、専用サーバーを再構築する必要がありました。しかし、それは別の話です...

再構築する前に、Bazaarのさまざまなプロジェクトに変更をマージ、分岐、コミットしました。これで、ホスティング会社がCentOs 5.0の代わりにCentOs 4.8にサーバーを再構築したようです。以前もそうだったようです。サポートによると、Bazaarは新しいオペレーティングシステムと互換性がありません。

支援チームは次のように語った。

すべてのBazaar依存関係をインストールしましたが、1つがありません。

  • 依存関係の欠落:bzrパッケージにはlibc.so.6(GLIBC_2.4)が必要です。

将来のバージョンのCentOSで利用可能です。

私の質問は。これは完全に正しいことですか? Centos 4.8でBazaarを実行する方法はありますか?

そうでなければ、Bazaarのような他のバージョン管理システムはありますか?

以下はBazaarのインストール試行ログです。

Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package bzr
Error: Missing Dependency: python(abi) = 2.4 is needed by package bzr
Error: Missing Dependency: rtld(GNU_HASH) is needed by package bzr
Error: Missing Dependency: libcrypto.so.6 is needed by package python-pycurl
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-paramiko
Error: Missing Dependency: rtld(GNU_HASH) is needed by package python-pycurl
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-pycurl
Error: Missing Dependency: libssl.so.6 is needed by package python-pycurl
Error: Missing Dependency: rtld(GNU_HASH) is needed by package python-crypto
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package python-crypto
Error: Missing Dependency: python(abi) = 2.4 is needed by package python-crypto
Error: Missing Dependency: python-abi = 2.4 is needed by package python-crypto

ベストアンサー1

もしあなたなら本物RHEL4 / CentOS4を維持する必要があります(この点について考えてください。元の投稿に関する私のコメントを読んでください)。少なくともRPMを見つけることができます。そして水銀存在するRHEL4用EPEL。どちらもBazaarに似ていますが、BazaarのLaunchpad統合が不足しています。

おすすめ記事