ports/102292: btraceback shouldn't be disabled in bacula-server

Jo Rhett jrhett at svcolo.com
Sat Aug 19 21:20:17 UTC 2006


>Number:         102292
>Category:       ports
>Synopsis:       btraceback shouldn't be disabled in bacula-server
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 19 21:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jo Rhett
>Release:        6.0-REL
>Organization:
svcolo
>Environment:
FreeBSD maiasaura.lizardarts.com 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Wed Mar 15 23:57:02 PST 2006     root at maiasaura.lizarda  s.com:/d/usr/obj/d/usr/src/sys/GENERIC  i386

>Description:
For unknown reasons the port patches the scripts Makefile to not install the btraceback utility, which is crucial for debugging problems.
>How-To-Repeat:
make ; make install
>Fix:
--- files/patch-scripts-Makefile.in_orig        Sat Aug 19 14:04:09 2006
+++ files/patch-scripts-Makefile.in     Sat Aug 19 14:09:38 2006
@@ -1,5 +1,5 @@
---- scripts/Makefile.in.orig   Sat Mar 25 10:37:41 2006
-+++ scripts/Makefile.in        Thu Mar 30 13:01:21 2006
+--- Makefile.in.orig   Sat Mar 25 05:37:41 2006
++++ Makefile.in        Sat Aug 19 14:09:11 2006
 @@ -33,14 +33,6 @@
        $(MKDIR) $(DESTDIR)$(mandir)

@@ -15,15 +15,10 @@
        @if  test -f ${DESTDIR}${scriptdir}/mtx-changer; then \
           echo "  ==> Saving existing mtx-changer to mtx-changer.old"; \
           $(MV) -f ${DESTDIR}${scriptdir}/mtx-changer ${DESTDIR}${scriptdir}/mtx-changer.old; \
-@@ -56,14 +48,7 @@
-          $(MV) -f ${DESTDIR}${scriptdir}/dvd-handler ${DESTDIR}${scriptdir}/dvd-handler.old; \
-       fi
-       $(INSTALL_SCRIPT) dvd-handler $(DESTDIR)$(scriptdir)/dvd-handler
--      $(INSTALL_DATA)   btraceback.gdb $(DESTDIR)$(scriptdir)/btraceback.gdb
--      $(INSTALL_DATA)   btraceback.dbx $(DESTDIR)$(scriptdir)/btraceback.dbx
--      chmod 0644 $(DESTDIR)$(scriptdir)/btraceback.gdb \
--                 $(DESTDIR)$(scriptdir)/btraceback.dbx
--      $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback
+@@ -61,9 +53,7 @@
+       chmod 0644 $(DESTDIR)$(scriptdir)/btraceback.gdb \
+                  $(DESTDIR)$(scriptdir)/btraceback.dbx
+       $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback
 -      gzip <bacula.man >bacula.8.gz
 -      $(INSTALL_DATA)   bacula.8.gz $(DESTDIR)$(mandir)/bacula.8.gz
 -      @rm -f bacula.8.gz
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list