Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2018 13:32:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 225156] math/py-numpy: distutils bug uses incorrect shell during compilation leading to errors
Message-ID:  <bug-225156-21822-lFxIN5xnBp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225156-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225156-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Diane Bruce <db@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python@FreeBSD.org>:
Bug 225156: math/py-numpy: distutils bug uses incorrect shell during
compilation leading to errors
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225156



--- Description ---
Created attachment 189705
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189705&action=edit
Patch to fix exec_command.py

exec_command.py states in comments it uses /bin/sh on POSIX for subprocess but
incorrectly uses shell from environment. This makes compiles fail when
compilation is done using the account 'nobody' which is default on pkg-fallout
runs.

e.g.
Subject: [exp - 103i386-default-build-as-user][comms/wsjt] Failed for	       

	wsjt-10.r5745_6 in build    
http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/458497/logs
/wsjt-10.r5745_6.log 
Build URL:								       

http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as
-user&build=458497 

Subject: [exp - 103i386-default-build-as-user][comms/wspr] Failed for	       

	wspr-4.00.r4198_9 in build 
http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/45849/logs/
wspr-4.00.r4198_9.log 
Build URL:								       

http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as
-user&build=458497


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225156-21822-lFxIN5xnBp>