bug-make Denial of Service attack

2021-01-05 Thread Paul Smith
Hi all; You are probably not aware but bug-make (and probably other mailing lists) are undergoing a denial of service attack where they are being subscribed to thousands of other mailing lists. Most lists (I hope!!) require confirmation before they will subscribe so the actual subscription will

Fyi: this list, bug-make, just had it's subject [tag] and footer removed

2019-10-24 Thread sysadmin
The Free Software Foundation has changed the GNU Mailman settings on this list. The short version is that any subject prefix or message footer has been removed, allowing us to turn off DMARC from munging. Any list administrator for this list is free to change these settings back, instructions are b

Re: Dependencies commands running (THIS IS A BUG) - make 3.81

2017-02-14 Thread Paul Smith
On Mon, 2017-02-13 at 22:22 -0800, ruchi wrote: > Hi Paul > Thanks for looking into it. I'm not sure what aspect of your mail software is causing your messages to be sent twice, about 8 minutes apart, but it would be helpful if you could disable it. > It would be difficult for me to share the exa

Re: Dependencies commands running (THIS IS A BUG) - make 3.81

2017-02-13 Thread Ruchi Rautela
Hi Paul Thanks for looking into it. It would be difficult for me to share the exact Makefile as its quite complex having around 70-80 targets. The thing is each target is itself having various subdirectories and its calling recursive submakes on those as well via the script which we are passi

Re: Dependencies commands running (THIS IS A BUG) - make 3.81

2017-02-13 Thread ruchi
Hi Paul Thanks for looking into it. It would be difficult for me to share the exact Makefile as its quite complex having around 70-80 targets. The thing is each target is itself having various subdirectories and its calling recursive submakes on those as well via the script which we are passing

Re: Dependencies commands running (THIS IS A BUG) - make 3.81

2017-02-13 Thread Paul Smith
On Mon, 2017-02-13 at 20:43 -0800, ruchi wrote: > NUMJOBS := 24 > MAKEFLAGS := -j3 -l36 > > SUBDIRS := a  \ >   b  \ >   c > > .PHONY $(SUBDIRS) > $(SUBDIRS) : $(SOME_INITIAL_WORK) > c : a b > $(SUBDIRS): > @echo "=> Working on '$@' for '$(ARCH)'..." >

Dependencies commands running (THIS IS A BUG) - make 3.81

2017-02-13 Thread ruchi
NUMJOBS := 24 MAKEFLAGS := -j3 -l36 SUBDIRS := a \ b \ c .PHONY $(SUBDIRS) $(SUBDIRS) : $(SOME_INITIAL_WORK) c : a b $(SUBDIRS): @echo "=> Working on '$@' for '$(ARCH)'..." $(NOERR)+cd $(DIR) && time ./

Re: Bug make

2016-09-15 Thread Paul Smith
g system you're using, what compiler you're using, what version of GNU make you're building, etc.) there's little else we can say. _______ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: Bug make

2016-09-14 Thread Paul Smith
).  Here you've given it an argument of "pkg" (-jpkg) which is illegal, and so you're getting an error. You can see that from the error message that's printed. _______ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Bug make

2016-09-14 Thread orsobianco9
n definita. Questo programma è stato compilato per i686-pc-linux-gnu Segnalare i bug a paolo@paolo-300E4C-300E5C-300E7C:~/java$ _______ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: Bug-make Digest, Vol 135, Issue 17

2014-02-24 Thread Paul Smith
t; to the GNU make language, which then needs to be maintained forever, just because we're not sure if anything better will come along or not. ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: Bug-make Digest, Vol 135, Issue 17

2014-02-24 Thread Tim Murphy
nags and abandon the whole effort when the initial subcase would have worked. Regards, Tim -- You could help some brave and decent people to have access to uncensored news by making a donation at: http://www.thezimbabwean.co.uk/friends/ _______ Bug-make m

Re: Bug-make Digest, Vol 135, Issue 17

2014-02-24 Thread Paul Smith
so safe that there's no way to tell the difference between using the compiled version or not (other than performance), or it should not be generated at all. _______ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: Bug-make Digest, Vol 135, Issue 17

2014-02-24 Thread Bjoern Michaelsen
Hi Daniel, On Fri, Feb 21, 2014 at 12:00:49PM -0500, bug-make-requ...@gnu.org wrote: > LibreOffice uses some form of automatic dependency tracking. You profiled > the build and realized that a large fraction of (re)build time was spent > while make parsed these dependencies. Thus you

Re: Bug-make Digest, Vol 135, Issue 17

2014-02-24 Thread Bjoern Michaelsen
Hi Paul, On Fri, Feb 21, 2014 at 12:00:49PM -0500, bug-make-requ...@gnu.org wrote: > That is extremely limiting. About the only kind of makefile that looks > like that would be makefiles generated by compilers for dependency > detection, and not even all of those (for example, the

Re: Bug-make post from cev...@gmail.com requires approval

2013-05-23 Thread Paul Smith
On Thu, 2013-05-23 at 04:10 -0400, bug-make-ow...@gnu.org wrote: > define PROGRAM_template = This syntax is not available in GNU make 3.81. It was introduced in GNU make 3.82. Thus the "PROGRAM_template" variable is not defined, and expands to the empty string, and thus your eval

RE: Bug: make igores options, switches and targets

2007-01-19 Thread Dave Korn
sh -c 'type type' type is a shell builtin /artimi/software/firmware $ sh -c 'type cls' sh: line 0: type: cls: not found /artimi/software/firmware $ cheers, DaveK -- Can't think of a witty .sigline today _______ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Re: Bug: make igores options, switches and targets

2007-01-19 Thread James Coleman
D=release -j 5 2>&1 >make.log |tee makeerr.log' $ sh -c 'alias |grep make' ** nothing ** _______ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Re: Bug: make igores options, switches and targets

2007-01-19 Thread Eli Zaretskii
orks just fine. I'd rather think that it's some incompatibility between Make and the shell you are using. Perhaps asking on the MSYS mailing list would help. ___ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Bug: make igores options, switches and targets

2007-01-19 Thread Georg-Johann Lay
ilt for i386-pc-mingw32 Report bugs to _______________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Re: Report this to bug-make@gnu.org

2006-09-06 Thread Paul D. Smith
ey.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Report this to bug-make@gnu.org

2006-09-05 Thread stephen.schaubach
t But Cannot Be Compiled" configure: WARNING: sys/wait.h: proceeding with the preprocessor's result configure: WARNING: sys/wait.h: in the future, the compiler will take precedence configure: WARNING: ## --- ## configure: WARNING: ## Report this to b

Re: probable bug-make

2003-07-11 Thread Paul D. Smith
D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______ Bug-make mailing

probable bug-make

2003-07-11 Thread Giancarlo Bassi
Dear bug-make team, On my system * Intel Pentium with F0 0F bug * Linux 2.4.20 I ascertain that the compiler gcc-3.2.2 points out a bug compiling Kmovisto-0.51 Indeed: a) this is my dmesg output: -- Linux version 2.4.20 ([EMAIL

Bug-Make you have a greeting card from .

2002-11-08 Thread Bijal Shah
Bug-Make, has sent you a greeting card -- a postcard from Friend-Greetings.com. You can pickup your greeting card at Friend-Greetings.com by clicking on the link below. http://www.friend-greeting.com/203746/pickup.html?code=Bug-Make&id=0811023 Mes

(bug-make´Ô) °í°´ÀÌ KO µÉ¶§±îÁö ÇÒÀÎÀº °è¼ÓµË´Ï´Ù..ÀÏ´Ü!º¸¼¼¿ä..............................................(±¤*°í)

2002-03-26 Thread ¸ô¸¶½ºÅÍ
    ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

bug-make´Ô ¾È³çÇϼ¼¿ä?

2001-05-16 Thread ¿Â¶óÀÎÄÚ¸®¾Æ
Áö±Ý ½ÅÃ»ÇØ ÁÖ¼¼¿ä. ¹«·á ½Ã¹ü°­ÀÇ ½Åû ¹æ¹ýÀº ¢º À̰÷ ¢¸ À» Ŭ¸¯ÇϽŠÈÄ °­ÀÇ ½Åû¶õ¿¡ Àִ½ùü°­ÀÇ ½Åû ÆûÀ» ÀÛ¼ºÇϼż­ º¸³» ÁÖ½Ã¸é µË´Ï´Ù.¹°·Ð, ÀüÈ­ 02-588-0510 À¸·Îµµ ½ÅûÇÏ½Ç ¼ö ÀÖ±¸¿ä. ¾Æ¹«ÂÉ·Ï ÀÌ ÇнÀ¹ýÀÌ bug-make´ÔÀÇ È¸È­ ½Ç·Â Çâ»ó¿¡ ÀÛÀº º¸ÅÆÀÌ µÇ¾úÀ¸¸é ÇÕ´Ï´Ù. bug-make´Ô²²´Â http://ww

bug-make´Ô. "½ß¼î"¿¡¿ä. ½Å³âÀλçµå¸³´Ï´Ù.

2001-01-05 Thread showgirl
Title: Untitled Document bug-make´Ô ¾È³çÇϼ¼¿ä? gnu.org¿¡¼­ bug-make´ÔÀÇ ¾ÆÀ̵𸦠º¸°í ½Å³âÀÎ»ç µå¸³´Ï´Ù. »õÇØ¿¡ ±â¿øÇϽô ¸ðµçÀÏÀÌ·ç¾î Áö½Ã±æ ¹Ù·Î°í¿ä. ½¬´Â½Ã°£,¿Ü·Î¿ï¶§ "½ß¼î"°¡ ÇÔ²²ÇÔÀ» ÀØÁö

bug-make´Ô ¾È³çÇϼ¼¿ä?

2000-11-28 Thread Online Korea
×·¸´Ù¸é    'out of this world'´Â? ÀÌ ¼¼»óÀÇ ÀÏ °°Áö ¾Ê°Ô ±Ù»çÇÑ[wonderful],    ȤÀº ȯ»óÀûÀÎ[fantastic]À̶õ ¶æÀÌ¿¡¿ä. A: ¸Þ¸®¾È°ú ¾àÈ¥ÇÑ´Ù°í µé¾ú´Âµ¥.B: »ç½Ç ÀÌ¹Ì Çß¾î.A: ¾î, Á¤¸»À̾ß?  ±×·¡,¾àÈ¥½ÄÇÑ ±×³¯ ¹ã¿¡ ±âºÐÀÌ ¾î¶®¾î?B: ¼¼»óÀ» ¾òÀº ±âºÐÀ̾úÁö. ¢Ä ¿À´ÃÀÇ ÀÏ¾î  ÇѸ¶µð ¢Å   

bug-make´Ô ¾È³çÇϼ¼¿ä?

2000-11-23 Thread Online Korea
¢Á 'on top of the world'´Â ¼¼»ó ²À´ë±â¿¡ ÀÖ´Â ´À³¦!. ±×·¸´Ù¸é    'out of this world'´Â? ÀÌ ¼¼»óÀÇ ÀÏ °°Áö ¾Ê°Ô ±Ù»çÇÑ[wonderful],    ȤÀº ȯ»óÀûÀÎ[fantastic]À̶õ ¶æÀÌ¿¡¿ä. A: ¸Þ¸®¾È°ú ¾àÈ¥ÇÑ´Ù°í µé¾ú´Âµ¥.B: »ç½Ç ÀÌ¹Ì Çß¾î.A: ¾î, Á¤¸»À̾ß?  ±×·¡,¾àÈ¥½ÄÇÑ ±×³¯ ¹ã¿¡ ±âºÐ

Re: [Bug-make] .LIBPATTERNS - new functionality in gnu-make 3.79

2000-09-21 Thread Paul D. Smith
EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

Re: [Bug-make] strange word ordering for translated messages

2000-09-20 Thread Paul D. Smith
y.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

Re: [Bug-make] ./make check failure installing make 3.79.1

2000-09-19 Thread Paul D. Smith
http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

[Bug-make] .LIBPATTERNS - new functionality in gnu-make 3.79

2000-09-19 Thread John O'Connor \(at home\)
I am using gnu make 3.79 under Solaris 2.6.   The new .LIBPATTERN functionality is very useful, but does not appear to work in the "true" make sense (to me at least).   The following is the type of problem I am trying to solve:-   VPATH := $(LIBDIR):$(LIBDIR2)   LIBS := -lffoob

[Bug-make] ./make check failure installing make 3.79.1

2000-09-19 Thread Geoff Alexander/Raleigh/IBM
./loadavg from root, but not from my id. Do I need to install GNU make from root? Thanks, Geoff Alexander, Ph.D. 919/254-5216 T/L 444-5216 Build Processing Teamlead, SDWB/BPS IBM Corporation RTP, NC ___ Bug-make mailing list [EMAIL PROTECTED] http

[Bug-make] FREE CD RATESERVICE OPENS ON THE INTERNET

2000-09-19 Thread RATESERVICE Certificates of Deposit
hank you and we look forward to being of service to you in the future. RATESERVICE.com _______ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

[Bug-make] FW: make ja.po seems weird

2000-09-18 Thread y-iida
osition "into", as in "GO INTO PLACE". Note also that, when leaving, we use "KARA DEMASU" instead of "NI HAIRIMASU". Thanks in advance. -- iida _______ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

[Bug-make] Re: Building GNU packages

2000-09-17 Thread Jeffrey L. Wasserman
aries of gcc version 2.7.2. I'll see if I can do anything with the pre-compiled Solaris binaries you mentioned. Thanks again for your response! Sincerely, Jeff Wasserman _______ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

Re: [Bug-make] Re: Building GNU packages

2000-09-17 Thread Eric Christopher
rap your own copy from the system compiler. > Since this may be a problem with gnu make, I am cc'ing this to the > gnu-make list. > Nope. Not a make bug. -eric ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

[Bug-make] Re: Building GNU packages

2000-09-17 Thread llewelly
info.h:74: parse error before `pthread_attr_t' > /usr/include/sys/siginfo.h:74: warning: no semicolon at end of struct or > union > /usr/include/sys/siginfo.h:76: parse error before `}' > > --- > > Please help, I'd like to get the GNU software su

[Bug-make] strange word ordering for translated messages

2000-09-16 Thread Fumitoshi UKAI
t;Leaving an unknown directory")); else -printf (_("directory `%s'\n"), starting_directory); +if (entering) + printf (_("Entering directory `%s'\n"), starting_directory); +else + printf (_("Leaving directory `%s'\n"), starting_directory); } ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make