bugGNU Wget - Bugs: bug #35011, make distclean removes too much

 
 

bug #35011: make distclean removes too much

Submitter:  Peter Kruse <pjodrr>
Submitted:  Thu 08 Dec 2011 08:57:14 AM UTC
   
 
Category:  Build/Install Severity:  3 - Normal
Priority:  5 - Normal Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Peter Open/Closed:  Closed
Release:  1.16.3 Operating System:  None
Reproducibility:  Every Time Fixed Release:  None
Planned Release:  None Regression:  None
Work Required:  None Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 14 Mar 2015 12:06:52 PM UTC, comment #5: 

it was fixed by:

commit 0a4826f4a1700c20c1a5cae6363ec532d230d35b
Author: Friedrich Haubensak <hsk@fli-leibniz.de>
Date:   Thu Dec 11 15:17:07 2014 +0100

    Add support for older versions of flex (tiny change)
   
    E.g. flex 2.5.4 (Solaris 10) does not like a space after -o.


Giuseppe Scrivano <gscrivano>
Group administrator
Thu 12 Mar 2015 04:25:10 PM UTC, comment #4: 

Hello,
I'm using wget version 1.9.1 and I can neither reproduce this bug nor locate the files
./src: build_info.c
./src: css_.c
./src: css.c
What am I missing here?

Ameya Marathe <ameyamarathe18>
Wed 14 Dec 2011 12:20:17 PM UTC, comment #3: 

Hello,

version 1.13.4, and verified the tar.bz2 with your signature,
the space is in src/Makefile.in:

> ggrep -C 1 -- "LEX.*-o" src/Makefile.in

css.c: $(srcdir)/css.l
        $(LEX) $(LFLAGS) -o $@ $^

Regards,

  Peter

Peter Kruse <pjodrr>
Sat 10 Dec 2011 01:36:52 PM UTC, comment #2: 

I can't see that space in the development version of wget.  What version are you using?

Thanks

Giuseppe Scrivano <gscrivano>
Group administrator
Fri 09 Dec 2011 12:29:36 PM UTC, comment #1: 

Hello again,

the attached patch fixes this issue, the problem was not that too many files were deleted but that flex does not expect a space after the option "-o".  Maybe I'm using an ancient version of flex, and this behaviour was changed.
Anyways, removing the space fixes it for me.
Regards,

Peter

Peter Kruse <pjodrr>
Thu 08 Dec 2011 08:57:14 AM UTC, original submission:  

Hello,

when running "make distclean", these files are removed making it
impossible to build again:

./src: build_info.c
./src: css_.c
./src: css.c

running "./configure && make" again results in this error:

Making all in src
flex: can't open css.c
gmake[3]: * [css.c] Error 1
gmake[2]: * [all] Error 2
gmake[1]: * [all-recursive] Error 1
gmake: * [all] Error 2

gmake is GNU Make 3.81

Peter

Peter Kruse <pjodrr>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #24554:  Makefile.patch added by pjodrr (315B - text/x-patch - Patch for Makefile)
file #24555:  Makefile.in.patch added by pjodrr (324B - text/x-patch - Patch for Makefile)
file #24556:  Makefile.patch added by pjodrr (315B - text/x-patch - Patch for Makefile)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ameyamarathe18 (Posted a comment)
  • -email is unavailable- added by gscrivano (Posted a comment)
  • -email is unavailable- added by pjodrr (Submitted the item)
  •  

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-14 gscrivano StatusNone Fixed
        Open/ClosedOpen Closed
        Release1.13.4 1.16.3
    2011-12-09 pjodrr Attached File- Added Makefile.patch, #24554
        Attached File- Added Makefile.in.patch, #24555
        Attached File- Added Makefile.patch, #24556

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code