Bug #1926
closeddf kernel
0%
Description
working fine on python.
i have to further questions to keep going.
when building new generic Kernel (MT64)
i need both building kernel modules and monolithic kernels until i get
the desired config to build netboots.
does this apply for single file kernel?
#make -DNO_MODULES
second question.
after some builds binutils gave me a "file format error"
for the lastest kernel build.
then, to rebuild binutils?
how often?
third.
when patching, src or pkgsrc
what are the posting requirements, etc
thx
Diego.
Updated by alexh almost 14 years ago
I must say that I haven't understood your first question.
Regarding the second one, that usually happens if you don't cleanly unmount the
ufs /boot or so. It should not happen normally (and it doesn't, as far as I've
seen)
And to answer your third question:
pkgsrc patches should be posted on netbsd's pkgsrc bugtracker and should adhere
to their standards, which I know nothing about and you should check with them
anyways.
DragonFly patches should adhere to style(9), be split up sensibly (i.e. don't
put 10 completely different things into one diff) and be in unified diff format,
preferably the output of git format-patch.
Cheers,
Alex
Updated by herrgard almost 14 years ago
1 dec 2010 kl. 13.41 skrev Alex Hornung (via DragonFly issue tracker):
...
And to answer your third question:
pkgsrc patches should be posted on netbsd's pkgsrc bugtracker and should adhere
to their standards, which I know nothing about and you should check with them
anyways.
...
Patches that touch the software itself could go upstream to third part directly. Depending on the pkgsrc packager it can take some time for it to get into pkgsrc though. I prefer this way as it keeps vanilla code usable outside pkgsrc.
Sometimes smaller changes to the build must be made though... See http://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd
Max
Updated by alexh almost 14 years ago
Yes, true, software patches ideally go upstream. I'd generally advise against
patches for pkgsrc.
Regards,
Alex
Updated by liweitianux over 5 years ago
- Description updated (diff)
- Status changed from New to Resolved