all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62210: Job build-image-gnustep does not run anymore on EMBA
@ 2023-03-15 19:22 Michael Albinus
  2023-03-20  9:01 ` Michael Albinus
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Albinus @ 2023-03-15 19:22 UTC (permalink / raw)
  To: 62210; +Cc: Alan Third

Hi,

Recently, we have upgraded EMBA jobs to run using Debian 11 (bullseye)
instead of Debian 9 (stretch). Since then, the gitlab job
build-image-gnustep fails. See for example
<https://emba.gnu.org/emacs/emacs/-/jobs/64723/raw>.

Best regards, Michael.





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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
  2023-03-15 19:22 Michael Albinus
@ 2023-03-20  9:01 ` Michael Albinus
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Albinus @ 2023-03-20  9:01 UTC (permalink / raw)
  To: 62210

Michael Albinus <michael.albinus@gmx.de> writes:

Hi,

> Recently, we have upgraded EMBA jobs to run using Debian 11 (bullseye)
> instead of Debian 9 (stretch). Since then, the gitlab job
> build-image-gnustep fails. See for example
> <https://emba.gnu.org/emacs/emacs/-/jobs/64723/raw>.

Nobody has answered, so I comment out the tests temporarily.

Best regards, Michael.





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

* Status uf NS port?
@ 2023-03-25 17:42 Michael Albinus
       [not found] ` <877cv4xtiv.fsf@yahoo.com>
  2023-03-27 17:03 ` Status uf NS port? chad
  0 siblings, 2 replies; 17+ messages in thread
From: Michael Albinus @ 2023-03-25 17:42 UTC (permalink / raw)
  To: emacs-devel

Hi,

Since we have upgraded EMBA to Debian bullseye, the NS port tests
fail. See bug#62210.

Alan Third, who has worked on this in the past, has stopped his
activities. Is there somebody else who cares now?

Best regards, Michael.



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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
       [not found] ` <877cv4xtiv.fsf@yahoo.com>
@ 2023-03-26 12:24   ` Michael Albinus
  2023-03-27 15:53     ` Michael Albinus
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Albinus @ 2023-03-26 12:24 UTC (permalink / raw)
  To: Po Lu; +Cc: 62210

Po Lu <luangruo@yahoo.com> writes:

Hi,

>> Since we have upgraded EMBA to Debian bullseye, the NS port tests
>> fail. See bug#62210.
>>
>> Alan Third, who has worked on this in the past, has stopped his
>> activities. Is there somebody else who cares now?
>
> The test times out because GCC keeps emitting massive amounts of
> warnings about non portable preprocessor constructs in GNUstep headers.
>
> Does this fix the problem:
>
> diff --git a/configure.ac b/configure.ac
> index c5300beb2ba..511199454e0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2062,8 +2062,8 @@ AC_DEFUN
>         GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
>       test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
>         GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
> -     CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
> -     CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
> +     CPPFLAGS="$CPPFLAGS -isystem ${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
> +     CFLAGS="$CFLAGS -isystem ${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
>       LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
>       LIBS_GNUSTEP="-lgnustep-gui -lgnustep-base -lobjc -lpthread"
>       dnl GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS to 0 or 1.

Will try. Lets continue discussion on bug#62210.

Best regards, Michael.





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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
  2023-03-26 12:24   ` bug#62210: Job build-image-gnustep does not run anymore on EMBA Michael Albinus
@ 2023-03-27 15:53     ` Michael Albinus
       [not found]       ` <87355pyc7y.fsf@yahoo.com>
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Albinus @ 2023-03-27 15:53 UTC (permalink / raw)
  To: Po Lu; +Cc: 62210

Michael Albinus <michael.albinus@gmx.de> writes:

Hi,

>> The test times out because GCC keeps emitting massive amounts of
>> warnings about non portable preprocessor constructs in GNUstep headers.
>>
>> Does this fix the problem:
>>
>> diff --git a/configure.ac b/configure.ac
>> index c5300beb2ba..511199454e0 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -2062,8 +2062,8 @@ AC_DEFUN
>>         GNUSTEP_LOCAL_HEADERS="-I${GNUSTEP_LOCAL_HEADERS}"
>>       test "x${GNUSTEP_LOCAL_LIBRARIES}" != "x" && \
>>         GNUSTEP_LOCAL_LIBRARIES="-L${GNUSTEP_LOCAL_LIBRARIES}"
>> -     CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
>> -     CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
>> +     CPPFLAGS="$CPPFLAGS -isystem ${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
>> +     CFLAGS="$CFLAGS -isystem ${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
>>       LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}"
>>       LIBS_GNUSTEP="-lgnustep-gui -lgnustep-base -lobjc -lpthread"
>>       dnl GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS to 0 or 1.
>
> Will try. Lets continue discussion on bug#62210.

That didn't help. See <https://emba.gnu.org/emacs/emacs/-/jobs/65167>.

Best regards, Michael.





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

* Re: Status uf NS port?
  2023-03-25 17:42 Status uf NS port? Michael Albinus
       [not found] ` <877cv4xtiv.fsf@yahoo.com>
@ 2023-03-27 17:03 ` chad
  2023-03-28  7:22   ` Michael Albinus
  2023-04-03 21:18   ` Alan Third
  1 sibling, 2 replies; 17+ messages in thread
From: chad @ 2023-03-27 17:03 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

(I bcc'd Alan; apologies if the intrusion is unwelcome, and thanks again
for all the work you have done already.)

On Sat, Mar 25, 2023 at 1:43 PM Michael Albinus <michael.albinus@gmx.de>
wrote:

> Since we have upgraded EMBA to Debian bullseye, the NS port tests
> fail. See bug#62210.
>
> Alan Third, who has worked on this in the past, has stopped his
> activities. Is there somebody else who cares now?
>

Since a couple days have passed...

I no longer have a macOS machine (not one where I can reasonably try out
OpenStep regularly), but there seem to be a lot of macOS+ns-port users out
there, especially on the emacs subreddit. If someone could point to/put
together a description of what's involved, I (or someone else) could post
to that subreddit and try to recruit someone who's in a good position to
help.

Thanks,
~Chad

[-- Attachment #2: Type: text/html, Size: 1248 bytes --]

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

* Re: Status uf NS port?
  2023-03-27 17:03 ` Status uf NS port? chad
@ 2023-03-28  7:22   ` Michael Albinus
  2023-04-03 21:18   ` Alan Third
  1 sibling, 0 replies; 17+ messages in thread
From: Michael Albinus @ 2023-03-28  7:22 UTC (permalink / raw)
  To: chad; +Cc: emacs-devel

chad <yandros@gmail.com> writes:

Hy Chad,

> I no longer have a macOS machine (not one where I can reasonably try
> out OpenStep regularly), but there seem to be a lot of macOS+ns-port
> users out there, especially on the emacs subreddit. If someone could
> point to/put together a description of what's involved, I (or someone
> else) could post to that subreddit and try to recruit someone who's in
> a good position to help.

Thanks for the reply. If somebody wants to place such a question on
reddit it would be fine, I'll try everything what's proposed (and what
sounds meaningful).

Po Lu has also entered the discussion and makes proposals. See bug#62210.

> Thanks,
> ~Chad

Best regards, Michael.



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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
       [not found]       ` <87355pyc7y.fsf@yahoo.com>
@ 2023-03-28  7:23         ` Michael Albinus
  2023-03-28 16:55           ` Michael Albinus
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Albinus @ 2023-03-28  7:23 UTC (permalink / raw)
  To: Po Lu; +Cc: 62210

Po Lu <luangruo@yahoo.com> writes:

Hi,

>> That didn't help. See <https://emba.gnu.org/emacs/emacs/-/jobs/65167>.
>
> Would it be possible to do `make V=1' and show exactly how GCC is being
> called?

Will do.

Best regards, Michael.





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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
  2023-03-28  7:23         ` Michael Albinus
@ 2023-03-28 16:55           ` Michael Albinus
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Albinus @ 2023-03-28 16:55 UTC (permalink / raw)
  To: Po Lu; +Cc: 62210

Michael Albinus <michael.albinus@gmx.de> writes:

> Po Lu <luangruo@yahoo.com> writes:

Hi,

>>> That didn't help. See <https://emba.gnu.org/emacs/emacs/-/jobs/65167>.
>>
>> Would it be possible to do `make V=1' and show exactly how GCC is being
>> called?
>
> Will do.

<https://emba.gnu.org/emacs/emacs/-/jobs/65276/raw>

Best regards, Michael.





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

* Re: Status uf NS port?
  2023-03-27 17:03 ` Status uf NS port? chad
  2023-03-28  7:22   ` Michael Albinus
@ 2023-04-03 21:18   ` Alan Third
  2023-04-04 11:05     ` bug#62210: " Michael Albinus
  2023-04-04 11:05     ` Michael Albinus
  1 sibling, 2 replies; 17+ messages in thread
From: Alan Third @ 2023-04-03 21:18 UTC (permalink / raw)
  To: chad; +Cc: Michael Albinus, emacs-devel

On Mon, Mar 27, 2023 at 01:03:23PM -0400, chad wrote:
> (I bcc'd Alan; apologies if the intrusion is unwelcome, and thanks again
> for all the work you have done already.)
> 
> On Sat, Mar 25, 2023 at 1:43 PM Michael Albinus <michael.albinus@gmx.de>
> wrote:
> 
> > Since we have upgraded EMBA to Debian bullseye, the NS port tests
> > fail. See bug#62210.
> >
> > Alan Third, who has worked on this in the past, has stopped his
> > activities. Is there somebody else who cares now?
> >
> 
> Since a couple days have passed...
> 
> I no longer have a macOS machine (not one where I can reasonably try out
> OpenStep regularly), but there seem to be a lot of macOS+ns-port users out
> there, especially on the emacs subreddit. If someone could point to/put
> together a description of what's involved, I (or someone else) could post
> to that subreddit and try to recruit someone who's in a good position to
> help.

I never managed to work out how to build against gnustep with GCC.
Clang worked absolutely fine.

FWIW, gnustep != macOS. Gnustep has very few users, and in all the
years the gnustep port of Emacs was entirely broken we didn't receive
a single bug report about it. Except maybe from Martin, but he was
only using it as a test bed.
-- 
Alan Third



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

* bug#62210: Status uf NS port?
  2023-04-03 21:18   ` Alan Third
@ 2023-04-04 11:05     ` Michael Albinus
  2023-04-04 11:05     ` Michael Albinus
  1 sibling, 0 replies; 17+ messages in thread
From: Michael Albinus @ 2023-04-04 11:05 UTC (permalink / raw)
  To: Alan Third; +Cc: chad, 62210, emacs-devel

Alan Third <alan@idiocy.org> writes:

Hi Alan,

> I never managed to work out how to build against gnustep with GCC.
> Clang worked absolutely fine.
>
> FWIW, gnustep != macOS. Gnustep has very few users, and in all the
> years the gnustep port of Emacs was entirely broken we didn't receive
> a single bug report about it. Except maybe from Martin, but he was
> only using it as a test bed.

Thanks for the feedback. I've commented out the GNUSTEP jobs on EMBA
(again), until somebody provides running build instructions.

Best regards, Michael.





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

* Re: Status uf NS port?
  2023-04-03 21:18   ` Alan Third
  2023-04-04 11:05     ` bug#62210: " Michael Albinus
@ 2023-04-04 11:05     ` Michael Albinus
  2023-04-04 12:20       ` bug#62210: " Robert Pluim
  1 sibling, 1 reply; 17+ messages in thread
From: Michael Albinus @ 2023-04-04 11:05 UTC (permalink / raw)
  To: Alan Third; +Cc: chad, emacs-devel, 62210

Alan Third <alan@idiocy.org> writes:

Hi Alan,

> I never managed to work out how to build against gnustep with GCC.
> Clang worked absolutely fine.
>
> FWIW, gnustep != macOS. Gnustep has very few users, and in all the
> years the gnustep port of Emacs was entirely broken we didn't receive
> a single bug report about it. Except maybe from Martin, but he was
> only using it as a test bed.

Thanks for the feedback. I've commented out the GNUSTEP jobs on EMBA
(again), until somebody provides running build instructions.

Best regards, Michael.



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

* bug#62210: Status uf NS port?
  2023-04-04 11:05     ` Michael Albinus
@ 2023-04-04 12:20       ` Robert Pluim
  2023-04-04 18:03         ` Michael Albinus
  0 siblings, 1 reply; 17+ messages in thread
From: Robert Pluim @ 2023-04-04 12:20 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Alan Third, chad, 62210

>>>>> On Tue, 04 Apr 2023 13:05:18 +0200, Michael Albinus <michael.albinus@gmx.de> said:

    Michael> Alan Third <alan@idiocy.org> writes:
    Michael> Hi Alan,

    >> I never managed to work out how to build against gnustep with GCC.
    >> Clang worked absolutely fine.
    >> 
    >> FWIW, gnustep != macOS. Gnustep has very few users, and in all the
    >> years the gnustep port of Emacs was entirely broken we didn't receive
    >> a single bug report about it. Except maybe from Martin, but he was
    >> only using it as a test bed.

    Michael> Thanks for the feedback. I've commented out the GNUSTEP jobs on EMBA
    Michael> (again), until somebody provides running build instructions.

If the issue is the amount of warnings produced by the build, the
following reduces those to almost nothing on a '--with-ns' build on
Debian testing.

diff --git a/src/nsgui.h b/src/nsgui.h
index 469aef13070..3b977e531a5 100644
--- a/src/nsgui.h
+++ b/src/nsgui.h
@@ -31,8 +31,20 @@ #define Cursor FooFoo
 
 #undef verify
 
+#ifdef NS_IMPL_GNUSTEP
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wexpansion-to-defined"
+#pragma GCC diagnostic ignored "-Wold-style-definition"
+#pragma GCC diagnostic ignored "-Wstrict-prototypes"
+#pragma GCC diagnostic ignored "-Wredundant-decls"
+#endif
+
 #import <AppKit/AppKit.h>
 
+#ifdef NS_IMPL_GNUSTEP
+#pragma GCC diagnostic pop
+#endif
+
 #ifdef NS_IMPL_COCOA
 #undef Cursor
 #endif /* NS_IMPL_COCOA */





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

* bug#62210: Status uf NS port?
  2023-04-04 12:20       ` bug#62210: " Robert Pluim
@ 2023-04-04 18:03         ` Michael Albinus
  2023-04-05  7:18           ` Robert Pluim
  0 siblings, 1 reply; 17+ messages in thread
From: Michael Albinus @ 2023-04-04 18:03 UTC (permalink / raw)
  To: Robert Pluim; +Cc: Alan Third, chad, 62210

Robert Pluim <rpluim@gmail.com> writes:

Hi Robert,

> If the issue is the amount of warnings produced by the build, the
> following reduces those to almost nothing on a '--with-ns' build on
> Debian testing.
>
> diff --git a/src/nsgui.h b/src/nsgui.h
> index 469aef13070..3b977e531a5 100644
> --- a/src/nsgui.h
> +++ b/src/nsgui.h
> @@ -31,8 +31,20 @@ #define Cursor FooFoo
>
>  #undef verify
>
> +#ifdef NS_IMPL_GNUSTEP
> +#pragma GCC diagnostic push
> +#pragma GCC diagnostic ignored "-Wexpansion-to-defined"
> +#pragma GCC diagnostic ignored "-Wold-style-definition"
> +#pragma GCC diagnostic ignored "-Wstrict-prototypes"
> +#pragma GCC diagnostic ignored "-Wredundant-decls"
> +#endif
> +
>  #import <AppKit/AppKit.h>
>
> +#ifdef NS_IMPL_GNUSTEP
> +#pragma GCC diagnostic pop
> +#endif
> +
>  #ifdef NS_IMPL_COCOA
>  #undef Cursor
>  #endif /* NS_IMPL_COCOA */

Thanks, this reduces the warnings drastically. What's left are

--8<---------------cut here---------------start------------->8---
 CC       image.o
image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros]
  143 | #define PIX_MASK_DRAW 1
      |
  CC       nsterm.o
cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs]
cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs]
nsterm.m: In function 'ns_set_undecorated':
nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:'
 1791 |       [newWindow setIsVisible:[oldWindow isVisible]];
      |       ^
nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments)
nsterm.m: In function '-[EmacsView showFontPanel]':
nsterm.m:6688:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:'
 6688 |   [[fm fontPanel: YES] setIsVisible: NO];
      |   ^
  CC       nsfns.o
cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs]
cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs]
  CC       nsmenu.o
cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs]
cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs]
  CC       nsselect.o
cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs]
cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs]
  CC       nsimage.o
cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs]
cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs]
  CC       nsfont.o
cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs]
cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs]
--8<---------------cut here---------------end--------------->8---

I have no idea how serious these warnings are. But the build runs
through now.

I don't know whether we shall commit the patch, it suppresses warnings
by default, which could be dangerous either. I'll let this to
somebody else to decide. Eli?

The good message is, that I could identify now the real problem:

--8<---------------cut here---------------start------------->8---
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:705: temacs] Error 1
make[2]: *** [Makefile:544: src] Error 2
make[1]: *** [Makefile:1260: actual-bootstrap] Error 2
--8<---------------cut here---------------end--------------->8---

zlib is missing. I've added zlib1g-dev to the list of installation
packages for Debian, and now the GNUSTEP jobs shall run on EMBA.

Best regards, Michael.





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

* bug#62210: Status uf NS port?
  2023-04-04 18:03         ` Michael Albinus
@ 2023-04-05  7:18           ` Robert Pluim
  2023-09-12  0:19             ` bug#62210: Job build-image-gnustep does not run anymore on EMBA Stefan Kangas
  0 siblings, 1 reply; 17+ messages in thread
From: Robert Pluim @ 2023-04-05  7:18 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Alan Third, chad, 62210

>>>>> On Tue, 04 Apr 2023 20:03:34 +0200, Michael Albinus <michael.albinus@gmx.de> said:

    Michael> I don't know whether we shall commit the patch, it suppresses warnings
    Michael> by default, which could be dangerous either. I'll let this to
    Michael> somebody else to decide. Eli?

Only for the appkit headers, not globally.

    Michael> The good message is, that I could identify now the real problem:

    Michael> /usr/bin/ld: cannot find -lz
    Michael> collect2: error: ld returned 1 exit status
    Michael> make[3]: *** [Makefile:705: temacs] Error 1
    Michael> make[2]: *** [Makefile:544: src] Error 2
    Michael> make[1]: *** [Makefile:1260: actual-bootstrap] Error 2

    Michael> zlib is missing. I've added zlib1g-dev to the list of installation
    Michael> packages for Debian, and now the GNUSTEP jobs shall run on EMBA.

Letʼs hope thatʼs enough.

Robert
-- 





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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
  2023-04-05  7:18           ` Robert Pluim
@ 2023-09-12  0:19             ` Stefan Kangas
  2023-09-12 17:38               ` Michael Albinus
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Kangas @ 2023-09-12  0:19 UTC (permalink / raw)
  To: Robert Pluim; +Cc: Alan Third, Michael Albinus, chad, 62210

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Tue, 04 Apr 2023 20:03:34 +0200, Michael Albinus <michael.albinus@gmx.de> said:
>
>     Michael> I don't know whether we shall commit the patch, it suppresses warnings
>     Michael> by default, which could be dangerous either. I'll let this to
>     Michael> somebody else to decide. Eli?
>
> Only for the appkit headers, not globally.
>
>     Michael> The good message is, that I could identify now the real problem:
>
>     Michael> /usr/bin/ld: cannot find -lz
>     Michael> collect2: error: ld returned 1 exit status
>     Michael> make[3]: *** [Makefile:705: temacs] Error 1
>     Michael> make[2]: *** [Makefile:544: src] Error 2
>     Michael> make[1]: *** [Makefile:1260: actual-bootstrap] Error 2
>
>     Michael> zlib is missing. I've added zlib1g-dev to the list of installation
>     Michael> packages for Debian, and now the GNUSTEP jobs shall run on EMBA.
>
> Letʼs hope thatʼs enough.

Was that all, or is there more to do here?  Thanks.





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

* bug#62210: Job build-image-gnustep does not run anymore on EMBA
  2023-09-12  0:19             ` bug#62210: Job build-image-gnustep does not run anymore on EMBA Stefan Kangas
@ 2023-09-12 17:38               ` Michael Albinus
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Albinus @ 2023-09-12 17:38 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Robert Pluim, chad, 62210-done, Alan Third

Stefan Kangas <stefankangas@gmail.com> writes:

Hi stefan,

> Robert Pluim <rpluim@gmail.com> writes:
>
>>>>>>> On Tue, 04 Apr 2023 20:03:34 +0200, Michael Albinus <michael.albinus@gmx.de> said:
>>
>>     Michael> I don't know whether we shall commit the patch, it suppresses warnings
>>     Michael> by default, which could be dangerous either. I'll let this to
>>     Michael> somebody else to decide. Eli?
>>
>> Only for the appkit headers, not globally.
>>
>>     Michael> The good message is, that I could identify now the real problem:
>>
>>     Michael> /usr/bin/ld: cannot find -lz
>>     Michael> collect2: error: ld returned 1 exit status
>>     Michael> make[3]: *** [Makefile:705: temacs] Error 1
>>     Michael> make[2]: *** [Makefile:544: src] Error 2
>>     Michael> make[1]: *** [Makefile:1260: actual-bootstrap] Error 2
>>
>>     Michael> zlib is missing. I've added zlib1g-dev to the list of installation
>>     Michael> packages for Debian, and now the GNUSTEP jobs shall run on EMBA.
>>
>> Letʼs hope thatʼs enough.
>
> Was that all, or is there more to do here?  Thanks.

For emba, that's OK. I've left the bug open in case somebody else wants
to work on gnustep. Looks like nobody is interested, so I'm closing the
bug.

Best regards, Michael.





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

end of thread, other threads:[~2023-09-12 17:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 17:42 Status uf NS port? Michael Albinus
     [not found] ` <877cv4xtiv.fsf@yahoo.com>
2023-03-26 12:24   ` bug#62210: Job build-image-gnustep does not run anymore on EMBA Michael Albinus
2023-03-27 15:53     ` Michael Albinus
     [not found]       ` <87355pyc7y.fsf@yahoo.com>
2023-03-28  7:23         ` Michael Albinus
2023-03-28 16:55           ` Michael Albinus
2023-03-27 17:03 ` Status uf NS port? chad
2023-03-28  7:22   ` Michael Albinus
2023-04-03 21:18   ` Alan Third
2023-04-04 11:05     ` bug#62210: " Michael Albinus
2023-04-04 11:05     ` Michael Albinus
2023-04-04 12:20       ` bug#62210: " Robert Pluim
2023-04-04 18:03         ` Michael Albinus
2023-04-05  7:18           ` Robert Pluim
2023-09-12  0:19             ` bug#62210: Job build-image-gnustep does not run anymore on EMBA Stefan Kangas
2023-09-12 17:38               ` Michael Albinus
  -- strict thread matches above, loose matches on Subject: below --
2023-03-15 19:22 Michael Albinus
2023-03-20  9:01 ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.