tech-pkg archive

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

firefox140 vs maintainer-files target



Hello folks,
I'm trying to package firefox140 given that it is the latest
Firefox ESR.

The package seems okay (it builds, install and works... I have not
tested it for a lot of time yet though) but I think that I need to also
regen some files via the `maintainer-files` target. However, when
setting that via:

 $ export FIREFOX_MAINTAINER=yes
 $ make maintainer-files FIREFOX_MAINTAINER=yes
 [...]
 gmake[3]: Leaving directory '.../pkgsrc/www/firefox140/work/no-node-build/browser/app'
 gmake[2]: Leaving directory '.../pkgsrc/www/firefox140/work/no-node-build'
 gmake[1]: Leaving directory '.../pkgsrc/www/firefox140/work/no-node-build'
 *** Please use pkgtools/verifypc to sanity check dependencies.
 /usr/bin/sed -e 's|@MOZILLA@|firefox140|g'                               -e 's|@MOZILLA_NAME@|Browser|g'                         -e 's|@FIREFOX_ICON@|firefox140|g'                            < .../pkgsrc/www/firefox140/files/desktop.in                                         > .../pkgsrc/www/firefox140/work/desktop
 /usr/bin/make MAINTAINER_INTERNAL=yes OUT="".../pkgsrc/www/firefox140/work/no-node.list"" build-list
 cd .../pkgsrc/www/firefox140/work/firefox-140.3.1/../no-node-build/dist/bin/browser/chrome &&  find . -type f | sort > .../pkgsrc/www/firefox140/work/no-node.list
 /usr/bin/make OUT="".../pkgsrc/www/firefox140/work/node.list"" build-list
 cd .../pkgsrc/www/firefox140/work/firefox-140.3.1/../build/dist/bin/browser/chrome &&  find . -type f | sort > .../pkgsrc/www/firefox140/work/node.list
 cd: Can't cd to ".../pkgsrc/www/firefox140/work/firefox-140.3.1/../build/dist/bin/browser/chrome": No such file or directory
 *** Error code 2
 
 Stop.
 make[1]: stopped making "build-list" in .../pkgsrc/www/firefox140
 [...]

Any idea why "build/dist/bin/browser/chrome" and/or how to address that?


Thanks!


Home | Main Index | Thread Index | Old Index