pkgsrc-Bugs archive

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

Re: pkg/53558: www/firefox 61.0 fails build on i386



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

From: scole_mail <scole_mail%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/53558: www/firefox 61.0 fails build on i386
Date: Wed, 05 Sep 2018 18:38:22 -0700

 Ryo ONODERA <ryo%tetera.org@localhost> writes:
 >  
 >  I cannot reproduce your problem under NetBSD/i386 8.0_STABLE
 >  of 2018-08-30.
 >  
 >  Anyway could you try www/firefox-62.0?
 >  
 
 I'm using pkgsrc-2018Q2 and I didn't see firefox-62.0 available.
 
 I didn't want to rebuild everything with current, so I updated
 pkgsrc/devel/nss and pkgsrc/www/firefox to current (3.39 and 62.0
 respectively) and with the patch below everything seems to build and run
 fine.  The patch was necessary because pkgsrc-2018Q2 apparently does not
 have a python37 package.
 
 Feel free to close the PR if you don't want to investigate further.
 
 Thank you
 
 Summary of changes:  (A/? = New, R/D = Removed, M = Modified)
 =============================================================
 M mozilla-common.mk
 
 Apply patch with "cd .../pkgsrc/www/firefox ; patch -s -p0 < .../patchfile"
 
 Index: mozilla-common.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/www/firefox/mozilla-common.mk,v
 retrieving revision 1.114
 diff -b -u -r1.114 mozilla-common.mk
 --- mozilla-common.mk   5 Sep 2018 15:29:58 -0000       1.114
 +++ mozilla-common.mk   6 Sep 2018 01:23:32 -0000
 @@ -13,8 +13,10 @@
  TOOL_DEPENDS+=         python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT}
  ALL_ENV+=      PYTHON3=${LOCALBASE}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./}
  .else
 -TOOL_DEPENDS+=         python37-[0-9]*:../../lang/python37
 -ALL_ENV+=      PYTHON3=${LOCALBASE}/bin/python3.7
 +#TOOL_DEPENDS+=                python37-[0-9]*:../../lang/python37
 +#ALL_ENV+=     PYTHON3=${LOCALBASE}/bin/python3.7
 +TOOL_DEPENDS+=         python36-[0-9]*:../../lang/python36
 +ALL_ENV+=      PYTHON3=${LOCALBASE}/bin/python3.6
  .endif
  
  HAS_CONFIGURE=         yes
 


Home | Main Index | Thread Index | Old Index