[csw-pkgsubmissions] newpkgs libxpm, libxpm_devel, xpm

Maciej (Matchek) Blizinski maciej at opencsw.org
Thu May 20 15:30:10 CEST 2010


No dia 20 de Maio de 2010 12:52, Maciej Blizinski <maciej at opencsw.org> escreveu:
> As requested, rebuilt with linking against libX11.so.4.  I have relatively
> little idea whether this meets all the detailed requirements.  There was
> something weird about linking: the x86 version of the libxpm package don't link
> against gettext.  I went with what the shared libraries were saying, so the
> dependencies between sparc and x86 packages are slightly different.

About the gettext linking, here's the patch that I used:
http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/libxpm/trunk/files/0001-Forcing-lintl-on-cxpm.patch?rev=9934
It's the least invasive thing in terms of changing linker options in
the build files.  Unfortunately, it's not a kind of patch I could push
upstream.

About the difference between sparc and x86 architectures, looking at
libXpm.so, on sparc:

[1]     NEEDED          libintl.so.8
[2]     NEEDED          libc.so.1
[3]     SONAME          libXpm.so.4

The same thing on x86:

[1]     NEEDED          libX11.so.4
[2]     NEEDED          libc.so.1
[3]     SONAME          libXpm.so.4

Looks like the sparc library depends on gettext, but not on libX11.
The i386 library, in turn, depends on libX11, but not on gettext.


More information about the pkgsubmissions mailing list