public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
* cygwin build drops out
@ 2021-06-30 14:39 Thomas Wolff
  2021-06-30 16:07 ` Ken Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Wolff @ 2021-06-30 14:39 UTC (permalink / raw)
  To: cygwin-developers

Hi, recently I cannot build cygwin anymore.
With a fresh git checkout, configure and make builds the newlib tree, no 
errors, but no winsup tree is built.
Any similar problem or known current issue?

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

* Re: cygwin build drops out
  2021-06-30 14:39 cygwin build drops out Thomas Wolff
@ 2021-06-30 16:07 ` Ken Brown
  2021-06-30 16:59   ` Thomas Wolff
  0 siblings, 1 reply; 7+ messages in thread
From: Ken Brown @ 2021-06-30 16:07 UTC (permalink / raw)
  To: cygwin-developers

On 6/30/2021 10:39 AM, Thomas Wolff wrote:
> Hi, recently I cannot build cygwin anymore.
> With a fresh git checkout, configure and make builds the newlib tree, no errors, 
> but no winsup tree is built.
> Any similar problem or known current issue?

This might be because of the recent switch to automake.  You have to run 
winsup/autogen.sh?

Ken

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

* Re: cygwin build drops out
  2021-06-30 16:07 ` Ken Brown
@ 2021-06-30 16:59   ` Thomas Wolff
  2021-06-30 17:41     ` Ken Brown
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Wolff @ 2021-06-30 16:59 UTC (permalink / raw)
  To: cygwin-developers



Am 30.06.2021 um 18:07 schrieb Ken Brown:
> On 6/30/2021 10:39 AM, Thomas Wolff wrote:
>> Hi, recently I cannot build cygwin anymore.
>> With a fresh git checkout, configure and make builds the newlib tree, 
>> no errors, but no winsup tree is built.
>> Any similar problem or known current issue?
>
> This might be because of the recent switch to automake.  You have to 
> run winsup/autogen.sh?
>
> Ken
It says
parallel-tests: installing '../test-driver'
and terminates after a few seconds.
A new attempt to `make` changes nothing, still no winsup made.
Thomas

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

* Re: cygwin build drops out
  2021-06-30 16:59   ` Thomas Wolff
@ 2021-06-30 17:41     ` Ken Brown
  2021-06-30 17:48     ` Jon Turney
  2021-06-30 20:10     ` Mark Geisert
  2 siblings, 0 replies; 7+ messages in thread
From: Ken Brown @ 2021-06-30 17:41 UTC (permalink / raw)
  To: cygwin-developers

On 6/30/2021 12:59 PM, Thomas Wolff wrote:
> 
> 
> Am 30.06.2021 um 18:07 schrieb Ken Brown:
>> On 6/30/2021 10:39 AM, Thomas Wolff wrote:
>>> Hi, recently I cannot build cygwin anymore.
>>> With a fresh git checkout, configure and make builds the newlib tree, no 
>>> errors, but no winsup tree is built.
>>> Any similar problem or known current issue?
>>
>> This might be because of the recent switch to automake.  You have to run 
>> winsup/autogen.sh?
>>
>> Ken
> It says
> parallel-tests: installing '../test-driver'
> and terminates after a few seconds.

That's expected.

> A new attempt to `make` changes nothing, still no winsup made.

Did you run 'configure' before 'make'?

Ken

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

* Re: cygwin build drops out
  2021-06-30 16:59   ` Thomas Wolff
  2021-06-30 17:41     ` Ken Brown
@ 2021-06-30 17:48     ` Jon Turney
  2021-06-30 21:17       ` Thomas Wolff
  2021-06-30 20:10     ` Mark Geisert
  2 siblings, 1 reply; 7+ messages in thread
From: Jon Turney @ 2021-06-30 17:48 UTC (permalink / raw)
  To: cygwin-developers

On 30/06/2021 17:59, Thomas Wolff wrote:
> Am 30.06.2021 um 18:07 schrieb Ken Brown:
>> On 6/30/2021 10:39 AM, Thomas Wolff wrote:
>>> Hi, recently I cannot build cygwin anymore.
>>> With a fresh git checkout, configure and make builds the newlib tree, 
>>> no errors, but no winsup tree is built.
>>> Any similar problem or known current issue?
>>
>> This might be because of the recent switch to automake.  You have to 
>> run winsup/autogen.sh?
>>
>> Ken
> It says
> parallel-tests: installing '../test-driver'
> and terminates after a few seconds.
> A new attempt to `make` changes nothing, still no winsup made.

You probably need to run the top-level configure *after* running autogen.sh.

The "how do I build cygwin" FAQ has been updated for these changes, but 
that update hasn't been published yet, as there hasn't been a release 
with these changes yet.


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

* Re: cygwin build drops out
  2021-06-30 16:59   ` Thomas Wolff
  2021-06-30 17:41     ` Ken Brown
  2021-06-30 17:48     ` Jon Turney
@ 2021-06-30 20:10     ` Mark Geisert
  2 siblings, 0 replies; 7+ messages in thread
From: Mark Geisert @ 2021-06-30 20:10 UTC (permalink / raw)
  To: cygwin-developers

Thomas Wolff wrote:
> Am 30.06.2021 um 18:07 schrieb Ken Brown:
>> On 6/30/2021 10:39 AM, Thomas Wolff wrote:
>>> Hi, recently I cannot build cygwin anymore.
>>> With a fresh git checkout, configure and make builds the newlib tree, no 
>>> errors, but no winsup tree is built.
>>> Any similar problem or known current issue?
>>
>> This might be because of the recent switch to automake.  You have to run 
>> winsup/autogen.sh?
>>
>> Ken
> It says
> parallel-tests: installing '../test-driver'
> and terminates after a few seconds.
> A new attempt to `make` changes nothing, still no winsup made.
> Thomas
I hit this too; forgot to raise the issue here.  What I ended up doing is putting 
the build directory within the root of the git tree.
I used to have:
     /oss/build
     /oss/install
     /oss/src -> /c/staging/newlib-cygwin == the git tree
but now have:
     /oss/build -> /c/staging/newlib-cygwin/build
     /oss/install
     /oss/src -> /c/staging/newlib-cygwin

Then within that new build directory I run /oss/src/configure [blah] then make.
HTH,

..mark

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

* Re: cygwin build drops out
  2021-06-30 17:48     ` Jon Turney
@ 2021-06-30 21:17       ` Thomas Wolff
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Wolff @ 2021-06-30 21:17 UTC (permalink / raw)
  To: cygwin-developers



Am 30.06.2021 um 19:48 schrieb Jon Turney:
> On 30/06/2021 17:59, Thomas Wolff wrote:
>> Am 30.06.2021 um 18:07 schrieb Ken Brown:
>>> On 6/30/2021 10:39 AM, Thomas Wolff wrote:
>>>> Hi, recently I cannot build cygwin anymore.
>>>> With a fresh git checkout, configure and make builds the newlib 
>>>> tree, no errors, but no winsup tree is built.
>>>> Any similar problem or known current issue?
>>>
>>> This might be because of the recent switch to automake.  You have to 
>>> run winsup/autogen.sh?
>>>
>>> Ken
>> It says
>> parallel-tests: installing '../test-driver'
>> and terminates after a few seconds.
>> A new attempt to `make` changes nothing, still no winsup made.
>
> You probably need to run the top-level configure *after* running 
> autogen.sh.
That works, thanks. (Had to remove a bunch of "register" specifiers from 
the sources...)
I hope, honestly, that it's not intended to stay that way. The autogen 
should be called by configure implicitly.
Thomas

>
> The "how do I build cygwin" FAQ has been updated for these changes, 
> but that update hasn't been published yet, as there hasn't been a 
> release with these changes yet.
>


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

end of thread, other threads:[~2021-06-30 21:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 14:39 cygwin build drops out Thomas Wolff
2021-06-30 16:07 ` Ken Brown
2021-06-30 16:59   ` Thomas Wolff
2021-06-30 17:41     ` Ken Brown
2021-06-30 17:48     ` Jon Turney
2021-06-30 21:17       ` Thomas Wolff
2021-06-30 20:10     ` Mark Geisert

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