Displaying 4 results from an estimated 4 matches for "pacman_download_all_packag".
Did you mean:
pacman_download_all_packages
2014 Mar 10
2
[supermin 2/3] Add file.source_path, no functional changes
...pacman_get_all_files pkgs =
let config =
try string_prefix "/etc/" path && (lstat path).st_kind = S_REG
with Unix_error _ -> false in
- { ft_path = path; ft_config = config }
+ { ft_path = path; ft_source_path = path; ft_config = config }
) lines
let pacman_download_all_packages pkgs dir =
diff --git a/src/rpm.ml b/src/rpm.ml
index e022fa5..6e7afdb 100644
--- a/src/rpm.ml
+++ b/src/rpm.ml
@@ -174,7 +174,7 @@ let rpm_get_all_files pkgs =
function
| [ path; flags ] ->
let config = String.contains flags 'c' in
- { ft_path = path; ft_config =...
2014 Mar 08
9
supermin and dpkg-divert
While trying to run libguestfs tests after building with
"--enable-appliance --with-supermin-extra-options=--use-installed", I
ran into a peculiar error message in the c-api test:
,----
| libguestfs: error: strings: /abssymlink: strings: error while loading
| shared libraries: libbfd-2.24-multiarch.so: cannot open shared object
| file: No such file or directory
`----
The problem here
2014 Mar 13
3
[supermin 1/3] Recognize dpkg-divert
---
configure.ac | 1 +
src/config.ml.in | 1 +
src/dpkg.ml | 1 +
3 files changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 2141540..99ea913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,7 @@ AC_PATH_PROG(APT_GET,[apt-get],[no])
AC_PATH_PROG(DPKG,[dpkg],[no])
AC_PATH_PROG(DPKG_DEB,[dpkg-deb],[no])
AC_PATH_PROG(DPKG_QUERY,[dpkg-query],[no])
2014 Aug 12
3
Re: issue when building/making package from git
My current version is supermin 5.1.8-1
>
> If the tests *don't* run successfully, then you've most likely found a
> bug in supermin. That has to be fixed before continuing.
>
tests failed. See the log below.
==========================================
supermin 5.1.9: tests/test-suite.log
==========================================
# TOTAL: 8
# PASS: 5
# SKIP: 0
# XFAIL: