Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 447faa1

Browse files
author
Release Manager
committed
Trac #29424: Slackware: system packages fix
Building git for `slackware-14.2-minimal` (https://github.com/mkoeppe/sage/runs/542501916): {{{ mkdir -p po/build/locale/vi/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/vi/LC_MESSAGES/git.mo po/vi.po msgfmt: error while loading shared libraries: libcroco-0.6.so.3: cannot open shared object file: No such file or directory Makefile:2150: recipe for target 'po/build/locale/vi/LC_MESSAGES/git.mo' failed make[4]: *** [po/build/locale/vi/LC_MESSAGES/git.mo] Error 127 }}} libpng not found: {{{ configure:12817: checking for libpng >= 1.2 configure:12824: $PKG_CONFIG --exists --print-errors "libpng >= 1.2" Package libpng was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng.pc' to the PKG_CONFIG_PATH environment variable No package 'libpng' found }}} URL: https://trac.sagemath.org/29424 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
2 parents 655d6b8 + f7493d9 commit 447faa1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
gd
2+
# shared library dependencies of gd
3+
fontconfig libXpm libX11 libxcb libXau libXdmcp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libpng

build/pkgs/slackware-bootstrap.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Packages needed for ./bootstrap
2-
gettext-tools
1+
# Additional packages needed for ./bootstrap
32
autoconf
43
automake
54
libtool
6-
pkg-config

build/pkgs/slackware.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ python-2.7
1111
flex
1212
# for https upstream_url downloads
1313
ca-certificates
14+
pkg-config
15+
gettext-tools
16+
libcroco # gettext dependency (msgfmt)
17+
libxml2

0 commit comments

Comments
 (0)