Package Base Details: linux-xanmod-rt510

Git Clone URL: https://aur.archlinux.org/linux-xanmod-rt510.git (read-only, click to copy)
Submitter: figue
Maintainer: figue
Last Packager: figue
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-08 22:21 (UTC)
Last Updated: 2022-08-06 22:15 (UTC)

Latest Comments

jprjr commented on 2021-07-26 19:10 (UTC)

@figure looks like that fixed it, thank you!

figue commented on 2021-07-08 22:27 (UTC)

@jprjr thanks. I think it's fixed now: 0a46ec42d341

Please, refresh your local repo and test.

jprjr commented on 2021-07-08 15:44 (UTC) (edited on 2021-07-08 15:45 (UTC) by jprjr)

Hi there, I wanted to report that the latest version has a build failure, I'm just calling makepkg with no arguments, system is up-to-date.

Here's build log with the errors https://pastebin.com/nawbq0U2

Here's just the errors:

kernel/time/hrtimer.c:2274:14: error: redefinition of ‘schedule_msec_hrtimeout’
 2274 | long __sched schedule_msec_hrtimeout(long timeout)
      |              ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/ratelimit.h:6,
                 from ./include/linux/dev_printk.h:16,
                 from ./include/linux/device.h:15,
                 from ./include/linux/node.h:18,
                 from ./include/linux/cpu.h:17,
                 from kernel/time/hrtimer.c:25:
./include/linux/sched.h:233:20: note: previous definition of ‘schedule_msec_hrtimeout’ with type ‘long int(long int)’
  233 | static inline long schedule_msec_hrtimeout(long timeout)
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
kernel/time/hrtimer.c:2359:14: error: redefinition of ‘schedule_min_hrtimeout’
 2359 | long __sched schedule_min_hrtimeout(void)
      |              ^~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/ratelimit.h:6,
                 from ./include/linux/dev_printk.h:16,
                 from ./include/linux/device.h:15,
                 from ./include/linux/node.h:18,
                 from ./include/linux/cpu.h:17,
                 from kernel/time/hrtimer.c:25:
./include/linux/sched.h:238:20: note: previous definition of ‘schedule_min_hrtimeout’ with type ‘long int(void)’
  238 | static inline long schedule_min_hrtimeout(void)
      |                    ^~~~~~~~~~~~~~~~~~~~~~
kernel/time/hrtimer.c:2366:14: error: redefinition of ‘schedule_msec_hrtimeout_interruptible’
 2366 | long __sched schedule_msec_hrtimeout_interruptible(long timeout)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/ratelimit.h:6,
                 from ./include/linux/dev_printk.h:16,
                 from ./include/linux/device.h:15,
                 from ./include/linux/node.h:18,
                 from ./include/linux/cpu.h:17,
                 from kernel/time/hrtimer.c:25:
./include/linux/sched.h:243:20: note: previous definition of ‘schedule_msec_hrtimeout_interruptible’ with type ‘long int(long int)’
  243 | static inline long schedule_msec_hrtimeout_interruptible(long timeout)
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kernel/time/hrtimer.c:2373:14: error: redefinition of ‘schedule_msec_hrtimeout_uninterruptible’
 2373 | long __sched schedule_msec_hrtimeout_uninterruptible(long timeout)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/ratelimit.h:6,
                 from ./include/linux/dev_printk.h:16,
                 from ./include/linux/device.h:15,
                 from ./include/linux/node.h:18,
                 from ./include/linux/cpu.h:17,
                 from kernel/time/hrtimer.c:25:
./include/linux/sched.h:248:20: note: previous definition of ‘schedule_msec_hrtimeout_uninterruptible’ with type ‘long int(long int)’
  248 | static inline long schedule_msec_hrtimeout_uninterruptible(long timeout)
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      arch/x86/kernel/irq_64.o