在 Linux 上构建 Solaris 软件包?

发布于 2024-08-18 16:53:47 字数 336 浏览 7 评论 0原文

我们的一个项目是一段跨平台的代码。我们主要在 Windows、Linux 和 Solaris/SPARC 上构建它。在这三者中,我们与 Solaris 的关系最少,保持 SPARC 机器正常运行是一项维护工作,而且一般来说 Solaris 管理不是我们的能力。

几年前,我在 Linux 上为 SPARC64 构建了一个可用的交叉编译器,并且该部分运行得很好。阻止我们继续前进的是构建过程的最后一部分,其中涉及使用 pkgmk 和 pkgtrans 构建 Solaris 软件包。

我一直没能找到一种 Linux 解决方案来构建可安装在 SPARC Solaris 上的 pkg 文件——有人知道现在是否存在这样的解决方案吗?

One of our projects is a cross-platform piece of code. We build it on Windows, Linux, and Solaris/SPARC mostly. Of the 3, we deal with Solaris the least and it's a maintenance pain to keep our SPARC box up and running and in general Solaris administration is not our competency.

A few years back I built a working cross-compiler for SPARC64 on Linux, and that part worked great. What stopped us from going forward was the last part of our build process, which involves building a Solaris package with pkgmk and pkgtrans.

I was never able to find a Linux solution for building pkg files that can be installed on SPARC Solaris -- does anyone know if one exists today?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

柠檬心 2024-08-25 16:53:47

我个人使用过 Heirloom 项目中的工具: http://heirloom.sourceforge.net/
这个想法是在更快的 Linux 机器上交叉编译 Sparc 并构建包。

I have personally used the tools from Heirloom project: http://heirloom.sourceforge.net/
The idea was to cross compile for Sparc on a faster Linux machine and build also the package.

黑白记忆 2024-08-25 16:53:47

我不知道是否有人已经完成了在 Linux 上构建它的工作,但 Sun 已将 pkgmk 源代码作为 OpenSolaris 的一部分发布 源库。

请参见 https://hg。 java.net/hg/solaris~on-src/file/tip/usr/src/cmd/svr4pkg/ 是整个 SVR4 pkg* 命令套件的源代码,尽管它也可能依赖于其他库。

I don't know that anyone has done the work to build it on Linux, but Sun has released the pkgmk sources as part of the OpenSolaris source base.

See https://hg.java.net/hg/solaris~on-src/file/tip/usr/src/cmd/svr4pkg/ for the source to the entire suite of SVR4 pkg* commands, though it may have dependencies on other libraries as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文