GithubHelp home page GithubHelp logo

linux-nspa-pkgbuild's People

Contributors

nine7nine avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

linux-nspa-pkgbuild's Issues

current build fails...

no luck so far with current build, fresh cloned, only change from default:
_config_Surface7=

CC kernel/ucount.o
CC kernel/regset.o
AR arch/x86/events/built-in.a
CC mm/filemap.o
CC kernel/ksyms_common.o
CC arch/x86/xen/irq.o
CC kernel/groups.o
CC arch/x86/xen/multicalls.o
CC kernel/vhost_task.o
AS arch/x86/xen/xen-asm.o
CC arch/x86/xen/enlighten_pvh.o
CC kernel/sched/core.o
CC arch/x86/xen/trace.o
CC mm/mempool.o

In file included from kernel/sched/core.c:88:
kernel/sched/core.c: In function ‘update_rq_clock’:
kernel/sched/sched.h:2142:24: error: implicit declaration of function ‘static_branch_WARN_DOUBLE_CLOCK’; did you mean ‘SCHED_FEAT_WARN_DOUBLE_CLOCK’? [-Wimplicit-function-declaration]
2142 | #define sched_feat(x) (static_branch_##x(&sched_feat_keys[_SCHED_FEAT##x]))
| ^~~~~~~~~~~~~~
kernel/sched/core.c:782:13: note: in expansion of macro ‘sched_feat’
782 | if (sched_feat(WARN_DOUBLE_CLOCK))
| ^~~~~~~~~~
kernel/sched/sched.h:2142:59: error: ‘_SCHED_FEAT_WARN_DOUBLE_CLOCK’ undeclared (first use in this function); did you mean ‘SCHED_FEAT_WARN_DOUBLE_CLOCK’?
2142 | #define sched_feat(x) (static_branch
##x(&sched_feat_keys[SCHED_FEAT##x]))
| ^~~~~~~~~~~~~
kernel/sched/core.c:782:13: note: in expansion of macro ‘sched_feat’
782 | if (sched_feat(WARN_DOUBLE_CLOCK))
| ^~~~~~~~~~
kernel/sched/sched.h:2142:59: note: each undeclared identifier is reported only once for each function it appears in
2142 | #define sched_feat(x) (static_branch
##x(&sched_feat_keys[_SCHED_FEAT##x]))
| ^~~~~~~~~~~~~
kernel/sched/core.c:782:13: note: in expansion of macro ‘sched_feat’
782 | if (sched_feat(WARN_DOUBLE_CLOCK))
| ^~~~~~~~~~
kernel/sched/core.c: At top level:
kernel/sched/core.c:5531:12: warning: ‘cpu_resched_latency’ defined but not used [-Wunused-function]
5531 | static u64 cpu_resched_latency(struct rq *rq)
| ^~~~~~~~~~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:244: kernel/sched/core.o] Error 1
make[3]: *** [scripts/Makefile.build:485: kernel/sched] Error 2
make[2]: *** [scripts/Makefile.build:485: kernel] Error 2
make[2]: *** Waiting for unfinished jobs....

.
.
.

UPD arch/x86/kvm/kvm-asm-offsets.h
AS [M] arch/x86/kvm/vmx/vmenter.o
AS [M] arch/x86/kvm/svm/vmenter.o
LD [M] arch/x86/kvm/kvm-intel.o
LD [M] arch/x86/kvm/kvm-amd.o
make[1]: *** [/home/hero/Build/Linux-NSPA/Linux-NSPA-pkgbuild/linux-nspa/src/linux-6.10-rc6/Makefile:1937: .] Error 2
make: *** [Makefile:240: __sub-make] Error 2
==> ERROR: A failure occurred in build().
Aborting...

TODO: Setup Linux-NSPA-devel to track linux-rt-devel.git

https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/log/?h=linux-6.1.y-rt

or I could simply use a tag / download, like so:

https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/snapshot/linux-rt-devel-6.1-rc6-rt4.tar.gz

Currently, I end up backporting a lot of stuff from 6.1/6.2 into my 6.0-based kernel (which is fine, of course), but I could probably simply use the -devel kernel for my own purposes, while maintaining a stable kernel with less backports, but still important stuff backported (eg: Maple-TRee, MGLru for 6.0, which is merged for 6.1)

anyway, food for thought.

Issues with PKGBUILDing kernel. (auto-optimization and patching brs.c)

Gday,
I've just started trying to build your stuff on a fresh manjaro install. I'm a longtime debian user, so I'm slowly feeling my way around pacman etc. I managed to compile your wine repository no worries from the script. I'm now working on the kernel.

Doing makepkg -i I've hit two snags.

First:

`Setting config...


| APPLYING AUTO-CPU-OPTIMIZATION |

[*] DETECTED CPU (MARCH) : BDVER2

/home/john/Linux-NSPA-pkgbuild/linux-nspa/PKGBUILD: line 207: /home/john/Linux-NSPA-pkgbuild/linux-nspa/configure: No such file or directory
`
But i I run makepkg -i a second time I hit:

patching file arch/x86/events/amd/brs.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file arch/x86/events/amd/brs.c.rej patching file arch/x86/events/amd/core.c ==> ERROR: A failure occurred in prepare(). Aborting...
If you have some time to help me sort this out, that would be great.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.