Hi,> What steps are you using to recompile the releases? Are you working from > git?No, not git. See http://www.syslinux.org/archives/2013-July/020543.html and the f'up from Ady and my response regarding re-compiling. So actual I think I don't re-compile everything. I think I am using the pre-build modules from your provided archives (if 'make installer && make install' is right). That's the shell history from my last test: cd /tmp rm -rf /usr/share/syslinux/ wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre5.tar.gz tar xfz syslinux-6.02-pre5.tar.gz cd syslinux-6.02-pre5 make installer make install cd .. mkdir syslinux-6.02-pre5_bins_201307191440 cd syslinux-6.02-pre5_bins_201307191440/ cp /usr/share/syslinux/*.c32 . cp /usr/share/syslinux/pxelinux.0 . ls -l cd .. tar cfj syslinux-6.02-pre5_bins_201307191440.tar.bz2 syslinux-6.02-pre5_bins_201307191440/ ls -l rm -rf /usr/share/syslinux/ wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz tar xfz syslinux-6.02-pre6.tar.gz cd syslinux-6.02-pre6 make installer make install cd .. ls -l mkdir syslinux-6.02-pre6_bins_201307191445 cd syslinux-6.02-pre6_bins_201307191445/ cp /usr/share/syslinux/*.c32 . cp /usr/share/syslinux/pxelinux.0 . cd .. tar cfj syslinux-6.02-pre6_bins_201307191445.tar.bz2 syslinux-6.02-pre6_bins_201307191445/ I now copied the two syslinux-*_bins_*.tar.bz2 archives to the tftp-host. I removed everything from /srv/tftp (excluding the subfolders). When testing syslinux-6.02-pre5 I extracted the content of syslinux-6.02-pre5_bins_201307191440.tar.bz2 to /srv/tftp. When testing syslinux-6.02-pre6, I did the same with syslinux-6.02-pre6_bins_201307191445.tar.bz2 (including the cleanup of /srv/tftp). You can grab a copy of the used binaries, if you want: https://www.dropbox.com/s/yopfdg2o3uz5fcb/syslinux-6.02-pre5_bins_201307191440.tar.bz2 https://www.dropbox.com/s/0aw9n5exgdeyv4q/syslinux-6.02-pre6_bins_201307191445.tar.bz2 -- Regards, Igor
> Hi, > > > What steps are you using to recompile the releases? Are you working from > > git? > > No, not git. > > See http://www.syslinux.org/archives/2013-July/020543.html and the > f'up from Ady and my response regarding re-compiling. > > So actual I think I don't re-compile everything. I think I am using > the pre-build modules from your provided archives (if 'make installer > && make install' is right).Hi Igor, Let's clarify that my suggestion for you (it was my latest email before this one) was to _not_ re-build anything, and to use instead the official binaries for testing purposes. So, you should probably not be using "make" anything, and just copy the files directly, as found in the official download archives. At this point my guess is that using the irc #syslinux would be more productive for this specific issue, but I could be wrong. Regards, Ady.
On Fri, 19 Jul, at 03:59:09PM, Igor Sverkos wrote:> Hi, > > > What steps are you using to recompile the releases? Are you working from > > git? > > No, not git.OK, could you try 6.02-pre8? It contains a revert of the single commit that exists between 6.02-pre5 and 6.02-pre6. -- Matt Fleming, Intel Open Source Technology Center