Bug 782953 - build broken: Dogtag 9 pki-tps does not build for git repo
Summary: build broken: Dogtag 9 pki-tps does not build for git repo
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: pki-tps
Version: 9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthew Harmsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-18 22:51 UTC by Christina Fu
Modified: 2016-01-26 09:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-26 09:38:53 UTC
Type: ---


Attachments (Terms of Use)
Fix of broken build of pki tps in git repo patch (2.88 KB, patch)
2012-01-19 03:04 UTC, Matthew Harmsen
no flags Details | Diff

Description Christina Fu 2012-01-18 22:51:20 UTC
Dogtag 9 pki-tps does not build for git repo

Comment 1 Matthew Harmsen 2012-01-19 02:52:19 UTC
Sent out the following email:

CMakeLists.txt file was changed to account for the removal of
empty directories from the source code.

Bugzilla Bug #782953
---
 pki/base/tps/CMakeLists.txt |   91 +++++++++++++++++++++++++++++++------------
 1 files changed, 66 insertions(+), 25 deletions(-)

diff --git a/pki/base/tps/CMakeLists.txt b/pki/base/tps/CMakeLists.txt
index cefe11c..96d23fe 100644
--- a/pki/base/tps/CMakeLists.txt
+++ b/pki/base/tps/CMakeLists.txt
@@ -98,31 +98,6 @@ install(
 
 install(
     DIRECTORY
-        forms/esc/demo
-        forms/esc/home
-        forms/esc/so
-        forms/esc/sow
-        forms/tps
-    DESTINATION
-        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot
-    PATTERN
-        "forms/esc/sow/css" EXCLUDE
-    PATTERN
-        "forms/esc/sow/images"EXCLUDE
-    PATTERN
-        "forms/esc/sow/js"EXCLUDE
-    PATTERN
-        "forms/tps/admin/console/css"EXCLUDE
-)
-
-install(
-    DIRECTORY
-    DESTINATION
-        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tokendb
-)
-
-install(
-    DIRECTORY
         lib
     DESTINATION
         ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}
@@ -165,3 +140,69 @@ install(
         ${VAR_INSTALL_DIR}/run/pki/tps
 )
 
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/demo
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/home
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/so
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/sow
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tokendb
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console/config
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console/img
+)
+
+install(
+    DIRECTORY
+    DESTINATION
+        ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console/js
+)
+
-- 1.7.7.1

Comment 2 Matthew Harmsen 2012-01-19 03:04:04 UTC
Created attachment 556163 [details]
Fix of broken build of pki tps in git repo patch

Comment 3 Matthew Harmsen 2012-01-19 04:00:25 UTC
[481] git push
Counting objects: 11, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (6/6), 706 bytes, done.
Total 6 (delta 4), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/pki.git
   45f30bd..5bf257b  DOGTAG_9_BRANCH -> DOGTAG_9_BRANCH

Comment 4 Matthew Harmsen 2012-01-19 04:07:12 UTC
# git push
Counting objects: 11, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 756 bytes, done.
Total 6 (delta 4), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/pki.git
   84e5122..413d6cb  master -> master

Comment 5 Jan Kurik 2015-12-22 11:33:38 UTC
This bug is currently assigned to an unsupported release. If you think this bug is still valid and should remain open, please re-assign it to a supported release (F22, F23) or to rawhide.

Bugs which will be assigned to an unsupported release are going to be closed as EOL (End Of Life) on January 26th, 2016.

Comment 6 Matthew Harmsen 2016-01-05 17:13:57 UTC
This bug may be closed on January 26th, 2016.


Note You need to log in before you can comment on or make changes to this bug.