unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46334: mbedtls-apache fails to build on aarch64
@ 2021-02-05 21:19 Vagrant Cascadian
  2021-02-05 21:32 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2021-02-05 21:19 UTC (permalink / raw)
  To: 46334


[-- Attachment #1.1: Type: text/plain, Size: 1189 bytes --]

I get the following error when building mbedtls-apache on aarch64:

/tmp/guix-build-mbedtls-apache-2.23.0.drv-0/source/programs/ssl/ssl_context_info.c:
In function ‘read_next_b64_code’:
/tmp/guix-build-mbedtls-apache-2.23.0.drv-0/source/programs/ssl/ssl_context_info.c:384:16:
error: comparison is always\
 true due to limited range of data type [-Werror=type-limits]
     while( EOF != c )
                ^~
cc1: all warnings being treated as errors
make[2]: ***
[programs/ssl/CMakeFiles/ssl_context_info.dir/build.make:66:
programs/ssl/CMakeFiles/ssl_context_info.dir\
/ssl_context_info.c.o] Error 1
make[2]: Leaving directory
'/tmp/guix-build-mbedtls-apache-2.23.0.drv-0/build'
make[1]: *** [CMakeFiles/Makefile2:2252:
programs/ssl/CMakeFiles/ssl_context_info.dir/all] Error 2
make[1]: Leaving directory
'/tmp/guix-build-mbedtls-apache-2.23.0.drv-0/build'
make: *** [Makefile:144: all] Error 2
command "make" "-j" "1" failed with status 2

The version which produced this particular error was guix commit
7382b1027a319e505be6cfcadf1f5bd761dadccc, though the issue has been
present for quite some time.

Full build log attached.

live well,
  vagrant

[-- Attachment #1.2: 5mdydmqz9c88gihgzm7m5f906w0fk6-mbedtls-apache-2.23.0.drv.bz2 --]
[-- Type: application/octet-stream, Size: 17130 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* bug#46334: mbedtls-apache fails to build on aarch64
  2021-02-05 21:19 bug#46334: mbedtls-apache fails to build on aarch64 Vagrant Cascadian
@ 2021-02-05 21:32 ` Leo Famulari
  2023-07-20 19:43   ` Vagrant Cascadian
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2021-02-05 21:32 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 46334

On Fri, Feb 05, 2021 at 01:19:39PM -0800, Vagrant Cascadian wrote:
> I get the following error when building mbedtls-apache on aarch64:
> 
> /tmp/guix-build-mbedtls-apache-2.23.0.drv-0/source/programs/ssl/ssl_context_info.c:
> In function ‘read_next_b64_code’:
> /tmp/guix-build-mbedtls-apache-2.23.0.drv-0/source/programs/ssl/ssl_context_info.c:384:16:
> error: comparison is always\
>  true due to limited range of data type [-Werror=type-limits]
>      while( EOF != c )
>                 ^~

Hm, we should report this upstream. Maybe it already has been?




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

* bug#46334: mbedtls-apache fails to build on aarch64
  2021-02-05 21:32 ` Leo Famulari
@ 2023-07-20 19:43   ` Vagrant Cascadian
  0 siblings, 0 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2023-07-20 19:43 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 46334-done

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

On 2021-02-05, Leo Famulari wrote:
> On Fri, Feb 05, 2021 at 01:19:39PM -0800, Vagrant Cascadian wrote:
>> I get the following error when building mbedtls-apache on aarch64:
>> 
>> /tmp/guix-build-mbedtls-apache-2.23.0.drv-0/source/programs/ssl/ssl_context_info.c:
>> In function ‘read_next_b64_code’:
>> /tmp/guix-build-mbedtls-apache-2.23.0.drv-0/source/programs/ssl/ssl_context_info.c:384:16:
>> error: comparison is always\
>>  true due to limited range of data type [-Werror=type-limits]
>>      while( EOF != c )
>>                 ^~
>
> Hm, we should report this upstream. Maybe it already has been?

Seems it has been fixed:

$ guix weather --system=aarch64-linux mbedtls-apache
computing 1 package derivations for aarch64-linux...
looking for 1 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org ☀
  100.0% substitutes available (1 out of 1)
  at least 1.4 MiB of nars (compressed)
  5.1 MiB on disk (uncompressed)
  1.354 seconds per request (1.4 seconds in total)
  0.7 requests per second

  at least 1,000 queued builds
      aarch64-linux: 636 (63.6%)
      x86_64-linux: 363 (36.3%)
      i686-linux: 1 (.1%)
  build rate: 32.03 builds per hour
      powerpc64le-linux: 12.39 builds per hour
      i686-linux: 3.78 builds per hour
      x86_64-linux: 12.39 builds per hour
      aarch64-linux: 3.89 builds per hour
      armhf-linux: 0.04 builds per hour
looking for 1 store items on https://bordeaux.guix.gnu.org...
https://bordeaux.guix.gnu.org ☀
  100.0% substitutes available (1 out of 1)
  at least 1.4 MiB of nars (compressed)
  5.1 MiB on disk (uncompressed)
  1.284 seconds per request (1.3 seconds in total)
  0.8 requests per second
  (continuous integration information unavailable)

When it was fixed, who knows... but marking as done.

live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2023-07-20 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 21:19 bug#46334: mbedtls-apache fails to build on aarch64 Vagrant Cascadian
2021-02-05 21:32 ` Leo Famulari
2023-07-20 19:43   ` Vagrant Cascadian

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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