NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: install/54844: ``build.sh install-image'' fails with -V USE_PIGZGZIP=yes (fwd)



The following reply was made to PR install/54844; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: install/54844: ``build.sh install-image'' fails with -V
 USE_PIGZGZIP=yes (fwd)
Date: Wed, 8 Jan 2020 06:59:18 -0800 (PST)

 +--------------------+--------------------------+-----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
 +--------------------+--------------------------+-----------------------+
 
 ---------- Forwarded message ----------
 Date: Wed, 8 Jan 2020 06:58:30 -0800 (PST)
 From: Paul Goyette <paul%whooppee.com@localhost>
 To: Martin Husemann <martin%duskware.de@localhost>
 Subject: Re: install/54844: ``build.sh install-image'' fails with -V
      USE_PIGZGZIP=yes
 
 I'm not so sure this is just a size issue.  At one point I actually
 looked at the contents of the work directory, and found _another_
 work directory a couple levels down.  The lower-level work directory
 seemed to be the correct size.
 
 Perhaps there are some conflicting command-line args that work for
 xz but not for pigz?  (Guesing: Perhaps related to sym-links?)
 
 
 On Wed, 8 Jan 2020, Martin Husemann wrote:
 
 > The following reply was made to PR install/54844; it has been noted by GNATS.
 > 
 > From: Martin Husemann <martin%duskware.de@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:
 > Subject: Re: install/54844: ``build.sh install-image'' fails with -V
 > USE_PIGZGZIP=yes
 > Date: Wed, 8 Jan 2020 15:05:37 +0100
 > 
 > Not sure if we should support non standard options to this level, but
 > you could try something like below.
 > 
 > Martin
 > 
 > Index: Makefile
 > ===================================================================
 > RCS file: /cvsroot/src/distrib/amd64/installimage/Makefile,v
 > retrieving revision 1.10
 > diff -u -r1.10 Makefile
 > --- Makefile	15 Dec 2018 18:03:16 -0000	1.10
 > +++ Makefile	8 Jan 2020 14:04:06 -0000
 > @@ -4,7 +4,11 @@
 >
 >  INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-install	# gives ${IMGBASE}.img
 > 
 > +.if ${USE_XZ_SETS:Uno} == "yes"
 >  INSTIMAGEMB?=	1450			# for all installation binaries
 > +.else
 > +INSTIMAGEMB?=	1950			# for all installation binaries
 > +.endif
 >
 >  PRIMARY_BOOT=		bootxx_ffsv1
 >  SECONDARY_BOOT=		boot
 > 
 > 
 > !DSPAM:5e15e2f6268761828113096!
 > 
 >
 
 +--------------------+--------------------------+-----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
 +--------------------+--------------------------+-----------------------+
 


Home | Main Index | Thread Index | Old Index