Github messages for voidlinux
 help / color / mirror / Atom feed
From: pullmoll <pullmoll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: linux5.9-5.9.1.
Date: Sun, 18 Oct 2020 17:10:06 +0200	[thread overview]
Message-ID: <20201018151006.BvN71iKeKLzSIzVzEanpUyGeDOW0gLY9pc2qpe0rE6w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25702@inbox.vuxu.org>

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/25702#issuecomment-711208613

Comment:
FYI: build for `aarch64` fails w/ `gcc10` because of the `-mgeneral-regs-only` compiler flag:
```cc
In file included from ./include/linux/printk.h:405,
                 from ./include/linux/kernel.h:15,
                 from ./include/linux/list.h:9,
                 from ./include/linux/smp.h:12,
                 from ./include/linux/tracepoint.h:15,
                 from ./drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_trace.h:32,
                 from ./drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:34,
                 from drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.h:28,
                 from drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_rq_dlg_helpers.h:29,
                 from drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_rq_dlg_helpers.c:26:
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_rq_dlg_helpers.c: In function 'print__dlg_sys_params_st':
./include/linux/dynamic_debug.h:157:26: error: '-mgeneral-regs-only' is incompatible with the use of floating-point types
  157 |  _dynamic_func_call(fmt, __dynamic_pr_debug,  \
      |                          ^
./include/linux/dynamic_debug.h:129:3: note: in definition of macro '__dynamic_func_call'
  129 |   func(&id, ##__VA_ARGS__);  \
      |   ^~~~
./include/linux/dynamic_debug.h:157:2: note: in expansion of macro '_dynamic_func_call'
  157 |  _dynamic_func_call(fmt, __dynamic_pr_debug,  \
      |  ^~~~~~~~~~~~~~~~~~
./include/linux/printk.h:420:2: note: in expansion of macro 'dynamic_pr_debug'
  420 |  dynamic_pr_debug(fmt, ##__VA_ARGS__)
      |  ^~~~~~~~~~~~~~~~
./drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:57:25: note: in expansion of macro 'pr_debug'
   57 | #define DC_LOG_DML(...) pr_debug("[DML]:"__VA_ARGS__)
      |                         ^~~~~~~~
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dml_logger.h:33:30: note: in expansion of macro 'DC_LOG_DML'
   33 | #define dml_print(str, ...) {DC_LOG_DML(str, ##__VA_ARGS__); }
      |                              ^~~~~~~~~~
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_rq_dlg_helpers.c:140:2: note: in expansion of macro 'dml_print'
  140 |  dml_print("DML_RQ_DLG_CALC:    t_mclk_wm_us         = %3.2f\n", dlg_sys_param.t_mclk_wm_us);
      |  ^~~~~~~~~
./include/linux/dynamic_debug.h:157:26: error: '-mgeneral-regs-only' is incompatible with the use of floating-point types
  157 |  _dynamic_func_call(fmt, __dynamic_pr_debug,  \
      |                          ^
./include/linux/dynamic_debug.h:129:3: note: in definition of macro '__dynamic_func_call'
  129 |   func(&id, ##__VA_ARGS__);  \
      |   ^~~~
./include/linux/dynamic_debug.h:157:2: note: in expansion of macro '_dynamic_func_call'
  157 |  _dynamic_func_call(fmt, __dynamic_pr_debug,  \
      |  ^~~~~~~~~~~~~~~~~~
./include/linux/printk.h:420:2: note: in expansion of macro 'dynamic_pr_debug'
  420 |  dynamic_pr_debug(fmt, ##__VA_ARGS__)
      |  ^~~~~~~~~~~~~~~~
./drivers/gpu/drm/amd/amdgpu/../display/include/logger_types.h:57:25: note: in expansion of macro 'pr_debug'
   57 | #define DC_LOG_DML(...) pr_debug("[DML]:"__VA_ARGS__)
      |                         ^~~~~~~~
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dml_logger.h:33:30: note: in expansion of macro 'DC_LOG_DML'
   33 | #define dml_print(str, ...) {DC_LOG_DML(str, ##__VA_ARGS__); }
      |                              ^~~~~~~~~~
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_rq_dlg_helpers.c:140:2: note: in expansion of macro 'dml_print'
  140 |  dml_print("DML_RQ_DLG_CALC:    t_mclk_wm_us         = %3.2f\n", dlg_sys_param.t_mclk_wm_us);
      |  ^~~~~~~~~
```

  parent reply	other threads:[~2020-10-18 15:10 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18  4:49 [PR PATCH] " ericonr
2020-10-18  4:50 ` [PR PATCH] [Updated] " ericonr
2020-10-18 10:06 ` q66
2020-10-18 13:37 ` pullmoll
2020-10-18 13:41 ` pullmoll
2020-10-18 13:56 ` pullmoll
2020-10-18 14:03 ` pullmoll
2020-10-18 15:10 ` pullmoll [this message]
2020-10-18 16:29 ` ericonr
2020-10-18 16:41 ` [PR PATCH] [Updated] " ericonr
2020-10-18 16:44 ` pullmoll
2020-10-18 16:56 ` pullmoll
2020-10-18 17:03 ` pullmoll
2020-10-18 17:39 ` jnbr
2020-10-18 18:28 ` q66
2020-10-18 18:28 ` q66
2020-10-18 18:29 ` pullmoll
2020-10-18 18:31 ` pullmoll
2020-10-18 18:53 ` jnbr
2020-10-18 19:47 ` q66
2020-10-18 21:07 ` [PR PATCH] [Updated] " ericonr
2020-10-18 21:09 ` ericonr
2020-10-18 21:57 ` ericonr
2020-10-18 22:11 ` ericonr
2020-10-18 23:02 ` [PR PATCH] [Updated] " ericonr
2020-10-18 23:04 ` ericonr
2020-10-18 23:29 ` [PR PATCH] [Updated] " ericonr
2020-10-19 19:32 ` ericonr
2020-10-19 21:57 ` ericonr
2020-10-20 19:01 ` ericonr
2020-10-20 19:10 ` [PR PATCH] [Updated] " ericonr
2020-10-22  1:41 ` ericonr
2020-10-29 22:50 ` [PR PATCH] [Updated] " ericonr
2020-11-01 20:44 ` ericonr
2020-11-02 11:53 ` sgn
2020-11-02 19:18 ` arthur-morosov
2020-11-02 19:19 ` arthur-morosov
2020-11-04 15:03 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201018151006.BvN71iKeKLzSIzVzEanpUyGeDOW0gLY9pc2qpe0rE6w@z \
    --to=pullmoll@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).