在 Linux 上构建 Solaris 软件包?
我们的一个项目是一段跨平台的代码。我们主要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我个人使用过 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.
我不知道是否有人已经完成了在 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.