public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Bug reporting
@ 2019-11-20  6:21 pasunuti prashanth
  2019-11-21 16:07 ` Brian Inglis
  2019-11-25 19:48 ` Andrew Schulman via cygwin
  0 siblings, 2 replies; 6+ messages in thread
From: pasunuti prashanth @ 2019-11-20  6:21 UTC (permalink / raw)
  To: cygwin

Hello

We are facing a bug problem during compilation.
1. "makedepend: error: out of space: increase MAXFILES"
2. make[1]: *** [Makefile:327: dep] error 1

Request to address this problem.

Thanks and Regards,
Prashanth(India)

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Bug reporting
  2019-11-20  6:21 Bug reporting pasunuti prashanth
@ 2019-11-21 16:07 ` Brian Inglis
  2019-11-25 19:48 ` Andrew Schulman via cygwin
  1 sibling, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2019-11-21 16:07 UTC (permalink / raw)
  To: cygwin; +Cc: pasunuti prashanth

On 2019-11-19 21:59, pasunuti prashanth wrote:
> We are facing a bug problem during compilation.
> 1. "makedepend: error: out of space: increase MAXFILES"
> 2. make[1]: *** [Makefile:327: dep] error 1
> 
> Request to address this problem.

> Problem reports:       http://cygwin.com/problems.html

This is a totally volunteer supported rolling package release system, so you
should update to the current release of all packages, and provide the info
requested, at the above link, on what versions of Windows and Cygwin you are
running, on what files, and enough of your code and data **attached** as
**text** files to reproduce the problem, either as programs or scripts.

Issues with makedepend are often the result of mistaken approaches to its use,
or misuse; MAXFILES was increased to 2K in 2012 and has been sufficient since
then; makedepend expects to be run once in each directory of a project, with
less than 2K source and included files referenced.

Most uses of makedepend have been replaced by compiler options to do so e.g

	$ clang|gcc -M -MD -MF f -MG -MM -MMD -MP -MQ t -MT t

invoked by makefile depend rules which reference the .d files generated by the
above options.

Projects using autotools may require autoreconf to be run to update
configurations to use the current tools, possibly using -f, -i, -m option flags.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Bug reporting
  2019-11-20  6:21 Bug reporting pasunuti prashanth
  2019-11-21 16:07 ` Brian Inglis
@ 2019-11-25 19:48 ` Andrew Schulman via cygwin
  2019-11-25 19:49   ` Brian Inglis
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Schulman via cygwin @ 2019-11-25 19:48 UTC (permalink / raw)
  To: cygwin

> Hello
> 
> We are facing a bug problem during compilation.
> 1. "makedepend: error: out of space: increase MAXFILES"
> 2. make[1]: *** [Makefile:327: dep] error 1
> 
> Request to address this problem.

Brian gave you a very polite and helpful reply. But you didn't do your part
by asking a reasonable question. You didn't even tell us what you were
trying to compile, or bother to write a useful subject to your email! With
a question like that, don't expect a useful answer. You got one anyway.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Bug reporting
  2019-11-25 19:48 ` Andrew Schulman via cygwin
@ 2019-11-25 19:49   ` Brian Inglis
  2019-11-29 14:20     ` Andrew Schulman via cygwin
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Inglis @ 2019-11-25 19:49 UTC (permalink / raw)
  To: cygwin

On 2019-11-25 08:24, Andrew Schulman via cygwin wrote:
> On 2019-11-19 21:59, Pasunuti Prashanth wrote:
>> We are facing a bug problem during compilation.
>> 1. "makedepend: error: out of space: increase MAXFILES"
>> 2. make[1]: *** [Makefile:327: dep] error 1
>>
>> Request to address this problem.
> 
> Brian gave you a very polite and helpful reply. But you didn't do your part
> by asking a reasonable question. You didn't even tell us what you were
> trying to compile, or bother to write a useful subject to your email! With
> a question like that, don't expect a useful answer. You got one anyway.

Some from other cultures may not have sufficient understanding of our culture,
or command of the language, to realize that this is a volunteer project, or be
polite by our standards.

OP may not see your response, as they may not be subscribed, so I CCed them,
they PMed me, by PM I reiterated that we are unable to help without some useful
information, but will not do their assignment or job, or fix their project.

At this time of year, September 9582nd[1], various academic and professional
deadlines are pressing, including personal deadlines for many of us!

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

[1] http://manpages.ubuntu.com/manpages/eoan/man1/sdate.1.html

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Bug reporting
  2019-11-25 19:49   ` Brian Inglis
@ 2019-11-29 14:20     ` Andrew Schulman via cygwin
  2019-11-30  5:49       ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman via cygwin @ 2019-11-29 14:20 UTC (permalink / raw)
  To: cygwin

> On 2019-11-25 08:24, Andrew Schulman via cygwin wrote:
> > On 2019-11-19 21:59, Pasunuti Prashanth wrote:
> >> We are facing a bug problem during compilation.
> >> 1. "makedepend: error: out of space: increase MAXFILES"
> >> 2. make[1]: *** [Makefile:327: dep] error 1
> >>
> >> Request to address this problem.
> > 
> > Brian gave you a very polite and helpful reply. But you didn't do your part
> > by asking a reasonable question. You didn't even tell us what you were
> > trying to compile, or bother to write a useful subject to your email! With
> > a question like that, don't expect a useful answer. You got one anyway.
> 
> Some from other cultures may not have sufficient understanding of our culture,
> or command of the language, to realize that this is a volunteer project, or be
> polite by our standards.

You're right of course. I should be more patient. Andrew


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Bug reporting
  2019-11-29 14:20     ` Andrew Schulman via cygwin
@ 2019-11-30  5:49       ` Brian Inglis
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2019-11-30  5:49 UTC (permalink / raw)
  To: cygwin

On 2019-11-29 05:02, Andrew Schulman via cygwin wrote:
>> On 2019-11-25 08:24, Andrew Schulman via cygwin wrote:
>>> On 2019-11-19 21:59, Pasunuti Prashanth wrote:
>>>> We are facing a bug problem during compilation.
>>>> 1. "makedepend: error: out of space: increase MAXFILES"
>>>> 2. make[1]: *** [Makefile:327: dep] error 1
>>>> Request to address this problem.
>>> Brian gave you a very polite and helpful reply. But you didn't do your part
>>> by asking a reasonable question. You didn't even tell us what you were
>>> trying to compile, or bother to write a useful subject to your email! With
>>> a question like that, don't expect a useful answer. You got one anyway.
>> Some from other cultures may not have sufficient understanding of our culture,
>> or command of the language, to realize that this is a volunteer project, or be
>> polite by our standards.
> You're right of course. I should be more patient.

It has taken decades of beating downs with ridiculous tickets and support calls,
to stop me reaching for and wielding the clue stick vigorously.
People are so clueless, they don't know what having a clue is.
So try to teach them how to deal with issues, so they don't have to ask the same
questions again, and have an approach for similar questions.
My favourites are the annual application users: I ran something a year ago and
it doesn't work this year.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2019-11-29 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20  6:21 Bug reporting pasunuti prashanth
2019-11-21 16:07 ` Brian Inglis
2019-11-25 19:48 ` Andrew Schulman via cygwin
2019-11-25 19:49   ` Brian Inglis
2019-11-29 14:20     ` Andrew Schulman via cygwin
2019-11-30  5:49       ` Brian Inglis

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).