----- Original Message ----- > From: "Eyal Edri" <[email protected]> > To: "Vojtech Szocs" <[email protected]> > Cc: "infra" <[email protected]> > Sent: Monday, August 1, 2016 8:25:50 PM > Subject: Re: Errors / warnings in ovirt-engine-nodejs-modules build log > > Does it work on el7?
It fails on el7 as well: http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_master_create-rpms-el7-x86_64_created/21/console error: Unable to create immutable header region. > > On Mon, Aug 1, 2016 at 8:21 PM, Vojtech Szocs <[email protected]> wrote: > > > Forwarding to infra, TL;DR we seem to have an issue with rpmbuild > > (see below) and I'm not sure how to fix that, is there anyone who > > faced such issue in past? > > > > Vojtech > > > > > > ----- Forwarded Message ----- > > From: "Vojtech Szocs" <[email protected]> > > To: "Sandro Bonazzola" <[email protected]> > > Cc: "Oved Ourfali" <[email protected]>, "Alexander Wels" < > > [email protected]>, "Greg Sheremeta" <[email protected]>, "Juan > > Hernández" <[email protected]>, "Ryan Barry" <[email protected]> > > Sent: Monday, August 1, 2016 6:49:08 PM > > Subject: Errors / warnings in ovirt-engine-nodejs-modules build log > > > > Hi Sandro, > > > > I've looked into the build log [1]. > > > > Adding Juan & Ryan as well. Your feedback is highly appreciated. > > > > npm-specific issues (don't block the build): > > > > npm WARN package.json dependencies@ No repository field. > > npm WARN package.json dependencies@ No license field. > > - these warnings are harmless > > - TODO update modules' package.json > > > > npm WARN deprecated ... > > - some (possibly transitive) dependency in package.json relies > > on a deprecated npm package > > - TODO find out which dependencies are causing this > > > > npm ERR! registry error parsing json > > - this might indicate corrupt npm cache > > - should be fixed by `npm cache clean` > > - TODO update modules' build.sh > > > > npm WARN optional dep failed, continuing ... > > - these warnings are harmless > > - some (possibly transitive) dependency in package.json relies > > on an optional npm package that is platform-specific but it > > is NOT available for current platform > > - e.g. "fsevents" is MacOSX only > > - this should be fixed by `npm install --no-optional` > > - TODO update modules' build.sh > > > > sh: bower: command not found > > npm WARN optional dep failed, continuing [email protected] > > - bootstrap-treeview does `bower install` in its `install` script > > - this is BAD practice (bootstrap-treeview's fault) > > - TODO latest commit on May 9, 2015 -- do we need this at all (?) > > > > CI-specific issues (which block the build): > > > > Wrote: > > /tmp/ovirt-engine-nodejs-modules/ovirt-engine-nodejs-modules-0.0.10-1.fc24.src.rpm > > error: Unable to create immutable header region. > > - at this point, spec's %install phase has finished executing > > and RPM was created > > - it is rpmbuild related, see > > https://bugzilla.redhat.com/show_bug.cgi?id=913099#c2 > > > > For ^^ error, seems like too many files in RPM package will cause > > "artificial cap on header size" to be exceeded and rpmbuild fails. > > > > Juan, what do you think? I don't have any idea how to solve this. > > > > I don't understand the actual issue as we're creating single .tar > > file from `node_modules` directory during the RPM build.. > > > > [1] > > http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_master_create-rpms-fc24-x86_64_created/4/console > > > > Thanks, > > Vojtech > > _______________________________________________ > > Infra mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/infra > > > > > > > > > -- > Eyal Edri > Associate Manager > RHV DevOps > EMEA ENG Virtualization R&D > Red Hat Israel > > phone: +972-9-7692018 > irc: eedri (on #tlv #rhev-dev #rhev-integ) > _______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
