* Re: Unable to Compile Latest Kernel from Git [not found] ` <4E42C9D3.2070006@netapp.com> @ 2011-08-10 18:29 ` Boaz Harrosh [not found] ` <4E42CDF3.6090708-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Boaz Harrosh @ 2011-08-10 18:29 UTC (permalink / raw) To: Bryan Schumaker Cc: Billy Hass, Benny Halevy, Olga Kornievskaia, linux-nfs, linux-fsdevel On 08/10/2011 11:11 AM, Bryan Schumaker wrote: > On 08/10/2011 01:29 PM, Billy Hass wrote: >> [root@pdsi8 linux-pnfs]# make modules && make modules_install && make install >> CHK include/linux/version.h >> CHK include/generated/utsrelease.h >> CALL scripts/checksyscalls.sh >> CC [M] fs/xfs/linux-2.6/xfs_iops.o >> fs/xfs/linux-2.6/xfs_iops.c: In function ‘_xfs_vn_fallocate’: >> fs/xfs/linux-2.6/xfs_iops.c:1070:3: error: implicit declaration of >> function ‘xfs_setattr’ [-Werror=implicit-function-declaration] >> cc1: some warnings being treated as errors >> make[2]: *** [fs/xfs/linux-2.6/xfs_iops.o] Error 1 >> make[1]: *** [fs/xfs] Error 2 >> make: *** [fs] Error 2 > > This looks like an XFS problem now... did you see if any of the NFS code compiled this time? > > I've had these issues before, and it's usually caused by something in my .config. Generating a new one usually fixes it for me. > > - Bryan > Please try v3.1-rc1 (git checkout v3.1-rc1) if it persists I'm sure the xfs guys would like to fix it. Send this report with an attached .config file to: linux-fsdevel <linux-fsdevel@vger.kernel.org> Thanks Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <4E42CDF3.6090708-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>]
* Re: Unable to Compile Latest Kernel from Git [not found] ` <4E42CDF3.6090708-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> @ 2011-08-10 19:05 ` Billy Hass [not found] ` <CALPVbecSxKKbzo_CQqb075cZhiD5kOG7Aao71=cwktK1dSU2Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Billy Hass @ 2011-08-10 19:05 UTC (permalink / raw) To: Boaz Harrosh Cc: Bryan Schumaker, Benny Halevy, Olga Kornievskaia, linux-nfs-u79uwXL29TY76Z2rM5mHXA, linux-fsdevel On Wed, Aug 10, 2011 at 2:29 PM, Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> wrote: > On 08/10/2011 11:11 AM, Bryan Schumaker wrote: >> On 08/10/2011 01:29 PM, Billy Hass wrote: >>> [root@pdsi8 linux-pnfs]# make modules && make modules_install && make install >>> CHK include/linux/version.h >>> CHK include/generated/utsrelease.h >>> CALL scripts/checksyscalls.sh >>> CC [M] fs/xfs/linux-2.6/xfs_iops.o >>> fs/xfs/linux-2.6/xfs_iops.c: In function ‘_xfs_vn_fallocate’: >>> fs/xfs/linux-2.6/xfs_iops.c:1070:3: error: implicit declaration of >>> function ‘xfs_setattr’ [-Werror=implicit-function-declaration] >>> cc1: some warnings being treated as errors >>> make[2]: *** [fs/xfs/linux-2.6/xfs_iops.o] Error 1 >>> make[1]: *** [fs/xfs] Error 2 >>> make: *** [fs] Error 2 >> >> This looks like an XFS problem now... did you see if any of the NFS code compiled this time? >> >> I've had these issues before, and it's usually caused by something in my .config. Generating a new one usually fixes it for me. >> >> - Bryan >> > > Please try v3.1-rc1 (git checkout v3.1-rc1) if it persists I'm sure the xfs guys > would like to fix it. > > Send this report with an attached .config file to: > linux-fsdevel <linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> > > Thanks > Boaz > I tried v3.1-rc1 and it compiled successfully. Thanks for the help. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CALPVbecSxKKbzo_CQqb075cZhiD5kOG7Aao71=cwktK1dSU2Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Unable to Compile Latest Kernel from Git [not found] ` <CALPVbecSxKKbzo_CQqb075cZhiD5kOG7Aao71=cwktK1dSU2Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-08-11 12:17 ` Benny Halevy 0 siblings, 0 replies; 3+ messages in thread From: Benny Halevy @ 2011-08-11 12:17 UTC (permalink / raw) To: Billy Hass Cc: Boaz Harrosh, Bryan Schumaker, Olga Kornievskaia, linux-nfs-u79uwXL29TY76Z2rM5mHXA, linux-fsdevel On 2011-08-10 22:05, Billy Hass wrote: > On Wed, Aug 10, 2011 at 2:29 PM, Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> wrote: >> On 08/10/2011 11:11 AM, Bryan Schumaker wrote: >>> On 08/10/2011 01:29 PM, Billy Hass wrote: >>>> [root@pdsi8 linux-pnfs]# make modules && make modules_install && make install >>>> CHK include/linux/version.h >>>> CHK include/generated/utsrelease.h >>>> CALL scripts/checksyscalls.sh >>>> CC [M] fs/xfs/linux-2.6/xfs_iops.o >>>> fs/xfs/linux-2.6/xfs_iops.c: In function ‘_xfs_vn_fallocate’: >>>> fs/xfs/linux-2.6/xfs_iops.c:1070:3: error: implicit declaration of >>>> function ‘xfs_setattr’ [-Werror=implicit-function-declaration] >>>> cc1: some warnings being treated as errors >>>> make[2]: *** [fs/xfs/linux-2.6/xfs_iops.o] Error 1 >>>> make[1]: *** [fs/xfs] Error 2 >>>> make: *** [fs] Error 2 >>> >>> This looks like an XFS problem now... did you see if any of the NFS code compiled this time? >>> >>> I've had these issues before, and it's usually caused by something in my .config. Generating a new one usually fixes it for me. >>> >>> - Bryan >>> >> >> Please try v3.1-rc1 (git checkout v3.1-rc1) if it persists I'm sure the xfs guys >> would like to fix it. >> >> Send this report with an attached .config file to: >> linux-fsdevel <linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> >> >> Thanks >> Boaz >> > > I tried v3.1-rc1 and it compiled successfully. > > Thanks for the help. > -- The problem was a bad merge/rebase on my side. Should be fixed now. Thanks for reporting! Benny -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-11 12:17 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CALPVbefsY4Ddw6QOZu9BckCx+Q0YJg8tgbjK6xN5sQxbpdD16w@mail.gmail.com> [not found] ` <CAN-5tyEmCx+1quj+545zDZ1ueQRVhHGgDzhdjZ1K1h6hCjOJvw@mail.gmail.com> [not found] ` <4E40F53A.2080303@tonian.com> [not found] ` <CALPVbedY4WV=Bsqr8Z0JUeYgrgVGLFc-NYdxJfewUAO0bJpR8A@mail.gmail.com> [not found] ` <4E42C9D3.2070006@netapp.com> 2011-08-10 18:29 ` Unable to Compile Latest Kernel from Git Boaz Harrosh [not found] ` <4E42CDF3.6090708-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> 2011-08-10 19:05 ` Billy Hass [not found] ` <CALPVbecSxKKbzo_CQqb075cZhiD5kOG7Aao71=cwktK1dSU2Zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2011-08-11 12:17 ` Benny Halevy
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).