<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>3803</bug_id>
          
          <creation_ts>2004-03-08 15:25:10 +0300</creation_ts>
          <short_desc>Spurious output in a generated file</short_desc>
          <delta_ts>2010-01-24 20:11:06 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>automake_1.8</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Mikhail Zabaluev">mhz</reporter>
          <assigned_to name="Dmitry V. Levin">ldv</assigned_to>
          
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>12186</commentid>
    <comment_count>0</comment_count>
    <who name="Mikhail Zabaluev">mhz</who>
    <bug_when>2004-03-08 15:25:10 +0300</bug_when>
    <thetext>Steps to Reproduce:
1. Unpack xsldbg 3.1.7 source, change to the source directory
2. Run aclocal-1.8; automake-1.8

Actual Results:  
File src/libxsldbg/Makefile.in contains a bogus replica of a multi-line variable
assignment without trailing backslashes:

SOURCES =
        $(noinst_HEADERS)
        xsldbg.c
        cmds.h
        debugXSL.c
        arraylist.c
        callstack.c
        breakpoint.c
        search.c
        debug.c
        files.c
        utils.c
        options.c
        breakpoint_cmds.c
        template_cmds.c
        nodeview_cmds.c
        os_cmds.c
        file_cmds.c
        param_cmds.c
        option_cmds.c
        trace_cmds.c

A correct assignment to SOURCES with the same file list can be seen later in the
file.


Expected Results:  
Correct src/libxsldbg/Makefile.in file as produced by automake-1.7 in the same
source tree.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>105892</commentid>
    <comment_count>1</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2010-01-24 20:11:06 +0300</bug_when>
    <thetext>It was an error in xsldbg, fixed in xsldbg-3.1.7-alt3 a long time ago.
BTW, Neither xsldbg not automake_1.8 present in Sisyphus now.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>