public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug documentation/27803] New: doc/SystemTap_Tapset_Reference/tapsets.pdf is removed during cleaning but not rebuilt
@ 2021-04-29 22:26 ddstreet at canonical dot com
  2023-12-06 21:42 ` [Bug documentation/27803] " wcohen at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: ddstreet at canonical dot com @ 2021-04-29 22:26 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=27803

            Bug ID: 27803
           Summary: doc/SystemTap_Tapset_Reference/tapsets.pdf is removed
                    during cleaning but not rebuilt
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: documentation
          Assignee: systemtap at sourceware dot org
          Reporter: ddstreet at canonical dot com
  Target Milestone: ---

The file "doc/SystemTap_Tapset_Reference/tapsets.pdf" is included in the make
target "clean-generic", since it's included in $CLEANFILES, along with
tapsets.xml

However, unlike tapsets.xml, there is no rule to remake this file, so after
cleaning the build will fail since tapsets.pdf doesn't exist.

It appears to be built from the scripts/update-docs script, but nothing in the
build actually calls that, that I can find.

Should tapsets.pdf get rebuild during the build, or should it be removed from
$CLEANFILES

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug documentation/27803] doc/SystemTap_Tapset_Reference/tapsets.pdf is removed during cleaning but not rebuilt
  2021-04-29 22:26 [Bug documentation/27803] New: doc/SystemTap_Tapset_Reference/tapsets.pdf is removed during cleaning but not rebuilt ddstreet at canonical dot com
@ 2023-12-06 21:42 ` wcohen at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: wcohen at redhat dot com @ 2023-12-06 21:42 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=27803

William Cohen <wcohen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wcohen at redhat dot com

--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
This should be addressed by the following commit:

commit ec6c1f93353e5a0f095943bc8bfe3c7749b9c9b7 (HEAD -> master)
Author: William Cohen <wcohen@redhat.com>
Date:   Wed Dec 6 16:36:42 2023 -0500

    PR27803: Do not remove doc/SystemTap_Tapset_Reference/tapsets.pdf

    The "make clean" would remove tapsets.pdf and the "make" does
    not rebuild it.  tapsets.pdf is built using some other scripts
    and is checked into the SystemTap git repository.  Changing
    the Makefile.am and Makefile.in to avoid removing tapsets.pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-06 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 22:26 [Bug documentation/27803] New: doc/SystemTap_Tapset_Reference/tapsets.pdf is removed during cleaning but not rebuilt ddstreet at canonical dot com
2023-12-06 21:42 ` [Bug documentation/27803] " wcohen at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).