Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (4ab7c73fa6c17764885b89c2303c492f380edb80)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4ab7c73fa6c17764885b89c2303c492f380edb80)
  • Date: Thu, 9 Feb 2017 22:26:28 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/apr-util/HISTORY | 3 +++
libs/apr-util/INSTALL | 2 +-
libs/apr/HISTORY | 3 +++
libs/apr/INSTALL | 4 ++--
4 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 4ab7c73fa6c17764885b89c2303c492f380edb80
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

apr+apr-util: build/ doesn't exist, copy to build-1/

I never installed apr/apr-util with the build -> build-1 symlink:
cp: target '/usr/share/apache2/build/' is not a directory

diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index 319d237..088d392 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2017-02-09 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: build doesn't exist, copy to build-1
+
2016-12-04 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: avoid bad /usr/share/apache2/build/build-1 link,
proper fix for install/build still needed
diff --git a/libs/apr-util/INSTALL b/libs/apr-util/INSTALL
index 28ac64e..ed2bfc7 100755
--- a/libs/apr-util/INSTALL
+++ b/libs/apr-util/INSTALL
@@ -14,4 +14,4 @@ cp -fv \
find_apu.m4 \
apu-conf.m4 \
apu-hints.m4 \
- $INSTALL_ROOT/usr/share/apache2/build/
+ $INSTALL_ROOT/usr/share/apache2/build-1/
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index b17b5f7..219c5f1 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,6 @@
+2017-02-09 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: build doesn't exist, copy to build-1
+
2016-12-04 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: avoid bad /usr/share/apache2/build/build-1 link,
proper fix for install/build still needed
diff --git a/libs/apr/INSTALL b/libs/apr/INSTALL
index 78ecba8..0b2f8c2 100755
--- a/libs/apr/INSTALL
+++ b/libs/apr/INSTALL
@@ -15,10 +15,10 @@ cp -fv \
make_var_export.awk \
mkdir.sh \
PrintPath \
- $INSTALL_ROOT/usr/share/apache2/build/ &&
+ $INSTALL_ROOT/usr/share/apache2/build-1/ &&

# in APR 1.x, gen-build.py is needed to build from latest source
# in APR 1.0, this file doesn't exist
if [[ -f gen-build.py ]]; then
- cp -fv gen-build.py $INSTALL_ROOT/usr/share/apache2/build/
+ cp -fv gen-build.py $INSTALL_ROOT/usr/share/apache2/build-1/
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4ab7c73fa6c17764885b89c2303c492f380edb80), Eric Sandall, 02/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page