* [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long
@ 2015-08-11 13:04 bugzilla at busybox.net
2015-08-11 13:08 ` [Buildroot] [Bug 8281] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2015-08-11 13:04 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8281
Summary: pyrexc fails to run when path is too long
Product: buildroot
Version: 2015.05
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: kevin.alden2 at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
If your build environment starts with a path longer than 100 characters, pyrexc
will fail to run due to a shebang longer than 128 characters
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8281] pyrexc fails to run when path is too long
2015-08-11 13:04 [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long bugzilla at busybox.net
@ 2015-08-11 13:08 ` bugzilla at busybox.net
2015-08-24 20:17 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2015-08-11 13:08 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8281
kevin.alden2 at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevin.alden2 at gmail.com
Severity|minor |normal
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8281] pyrexc fails to run when path is too long
2015-08-11 13:04 [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long bugzilla at busybox.net
2015-08-11 13:08 ` [Buildroot] [Bug 8281] " bugzilla at busybox.net
@ 2015-08-24 20:17 ` bugzilla at busybox.net
2015-08-27 16:29 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2015-08-24 20:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8281
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-08-24 20:17:14 UTC ---
Isn't this a pyrexc bug rather than a Buildroot bug?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8281] pyrexc fails to run when path is too long
2015-08-11 13:04 [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long bugzilla at busybox.net
2015-08-11 13:08 ` [Buildroot] [Bug 8281] " bugzilla at busybox.net
2015-08-24 20:17 ` bugzilla at busybox.net
@ 2015-08-27 16:29 ` bugzilla at busybox.net
2015-10-14 14:55 ` bugzilla at busybox.net
2015-10-14 14:55 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2015-08-27 16:29 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8281
--- Comment #2 from kevin.alden2 at gmail.com 2015-08-27 16:29:04 UTC ---
(In reply to comment #1)
> Isn't this a pyrexc bug rather than a Buildroot bug?
I suppose you could look at it that way. I don't know enough about pyrexc to
propose a solution, but Buildroot must be populating that invalid shebang. I
guess I would look at it as a Buildroot bug for that reason.
I would consider it a pyrexc bug as well if it happens to be completely reliant
on the shebang to work. It seems like you could just explicitly pass pyrexc to
python and avoid the shebang issue though.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8281] pyrexc fails to run when path is too long
2015-08-11 13:04 [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long bugzilla at busybox.net
` (2 preceding siblings ...)
2015-08-27 16:29 ` bugzilla at busybox.net
@ 2015-10-14 14:55 ` bugzilla at busybox.net
2015-10-14 14:55 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2015-10-14 14:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8281
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-10-14 14:55:15 UTC ---
Fixed by
http://git.buildroot.net/buildroot/commit/?id=fd43cadc6bf0c814d30ac0112ddf31ee5e72af5b.
Thanks for the report!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8281] pyrexc fails to run when path is too long
2015-08-11 13:04 [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long bugzilla at busybox.net
` (3 preceding siblings ...)
2015-10-14 14:55 ` bugzilla at busybox.net
@ 2015-10-14 14:55 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2015-10-14 14:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8281
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-10-14 14:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11 13:04 [Buildroot] [Bug 8281] New: pyrexc fails to run when path is too long bugzilla at busybox.net
2015-08-11 13:08 ` [Buildroot] [Bug 8281] " bugzilla at busybox.net
2015-08-24 20:17 ` bugzilla at busybox.net
2015-08-27 16:29 ` bugzilla at busybox.net
2015-10-14 14:55 ` bugzilla at busybox.net
2015-10-14 14:55 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox