Date: Thu, 25 Sep 2014 13:31:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193923] New: security/vuxml: |make validate| fails if ${.OBJDIR} already exists Message-ID: <bug-193923-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193923 Bug ID: 193923 Summary: security/vuxml: |make validate| fails if ${.OBJDIR} already exists Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-secteam@FreeBSD.org Reporter: jbeich@vfemail.net Assignee: ports-secteam@FreeBSD.org Flags: maintainer-feedback?(ports-secteam@FreeBSD.org) Created attachment 147669 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D147669&action= =3Dedit incomplete fix According to make(1) manpage Since make will chdir(2) to =E2=80=98.OBJDIR=E2=80=99 before executing= any targets, each child process starts with that as its current working directory. and absolute paths are more commonplace in ports without an explicit |cd|. $ export MAKEOBJDIRPREFIX=3D$HOME/.cache $ export WRKDIRPREFIX=3D$HOME/.cache $ make -V .OBJDIR /home/foo/.cache/p/security/vuxml $ mkdir /home/foo/.cache/p/security/vuxml $ make validate /bin/sh /p/security/vuxml/files/tidy.sh "/p/security/vuxml/files/tidy.xsl" "/p/security/vuxml/vuln.xml" > "/p/security/vuxml/vuln.xml.tidy" >>> Validating... /usr/local/bin/xmllint --valid --noout /p/security/vuxml/vuln.xml >>> Successful. Checking if tidy differs... ... seems okay Checking for space/tab... ... seems okay /usr/local/bin/python2.7 /p/security/vuxml/files/extra-validation.py Traceback (most recent call last): File "/p/security/vuxml/files/extra-validation.py", line 8, in <module> tree =3D ET.parse('vuln.xml') File "/usr/local/lib/python2.7/xml/etree/ElementTree.py", line 1182, in p= arse tree.parse(source, parser) File "/usr/local/lib/python2.7/xml/etree/ElementTree.py", line 647, in pa= rse source =3D open(source, "rb") IOError: [Errno 2] No such file or directory: 'vuln.xml' *** Error code 1 Stop. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer ports-secteam@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193923-13>