bug#274: marked as done (BUILD: syslinux fails to build on Red Hat (patch included))
[email protected] (LNX-BBC bug Tracking System) Sat, 11 Oct 2003 16:20:14 -0700
| Newsgroups | gmane.linux.bbc.bugs,gmane.linux.bbc.devel |
|---|---|
| Message-ID | <[email protected]> |
Your message dated Sat, 11 Oct 2003 18:19:26 -0500 with message-id <[email protected]> and subject line Test and refile has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Nick Moffitt (administrator, LNX-BBC bugs database) -------------------------------------- Received: (at submit) by bugs.lnx-bbc.org; 17 Jan 2003 04:23:12 +0000 >From [email protected] Thu Jan 16 20:23:12 2003 Received: from h023.c001.snv.cp.net ([209.228.32.138] helo=c001.snv.cp.net) by gar.lnx-bbc.org with smtp (Exim 3.36 #1 (Debian)) id 18ZO2C-0003fI-00 for <[email protected]>; Thu, 16 Jan 2003 20:23:12 -0800 Received: (cpmta 27062 invoked from network); 16 Jan 2003 20:23:34 -0800 Received: from 209.228.32.116 (HELO mail.immerman-inc.com.criticalpath.net) by smtp.register-admin.com (209.228.32.138) with SMTP; 16 Jan 2003 20:23:34 -0800 X-Sent: 17 Jan 2003 04:23:34 GMT Received: from [138.88.71.70] by mail.immerman-inc.com with HTTP; Thu, 16 Jan 2003 20:23:34 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: [email protected] From: "Bill Immerman" <[email protected]> Subject: Package: syslinux X-Sent-From: [email protected] Date: Thu, 16 Jan 2003 20:23:34 -0800 (PST) X-Mailer: Web Mail 5.2.0-3_sol28 Message-Id: <20030116202334.20339.h002.c001.wm@mail.immerman-inc.com.criticalpath.net> Package: syslinux Build time error on Red Hat 7.1 (updated): Makefile in package defines NASM = nasm -099; this option is not available on nasm earlier than some version, so build fails. Following patch from cvs diff works on my system; uses nasm built in DESTDIR: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Index: Makefile =================================================================== RCS file: /usr/local/var/cvs/gar/utils/syslinux/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 15 Dec 2002 05:29:03 -0000 1.10 +++ Makefile 17 Jan 2003 03:48:43 -0000 @@ -17,7 +17,7 @@ # LIBDEPS = # DEPENDS = BUILDDEPS = devel/nasm - +BUILD_ARGS += NASM="$(DESTDIR)/bin/nasm -O99" # CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks, Bill Immerman --------------------------------------- Received: (at 274-done) by bugs.lnx-bbc.org; 11 Oct 2003 23:19:27 +0000 >From [email protected] Sat Oct 11 16:19:27 2003 Received: from goose.movealong.org ([69.17.22.121] ident=postfix) by gargoyle.lnx-bbc.org with esmtp (Exim 3.35 #1 (Debian)) id 1A8T1D-0006Ee-00 for <[email protected]>; Sat, 11 Oct 2003 16:19:27 -0700 Received: by goose.movealong.org (Postfix, from userid 1001) id C13BD44230; Sat, 11 Oct 2003 18:19:26 -0500 (CDT) Date: Sat, 11 Oct 2003 18:19:26 -0500 From: Nate Riffe <[email protected]> To: [email protected] Subject: Test and refile Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-pw: reindeer flotilla User-Agent: Mutt/1.5.4i The LNX-BBC build tree and the syslinux package have seen a lot of changes since this bug was filed. Any current issues are probably very different from the ones in this bug's scope. -- --< ((\))< >----< [email protected] >----< http://www.movealong.org/ >-- pub 1024D/05A058E0 2002-03-07 Nate Riffe (06-Mar-2002) <[email protected]> Key fingerprint = 0DAC F5CB D182 3165 D757 C466 CD42 12A8 05A0 58E0