yookd / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

pulledpork 0.5.0 errors on FreeBSD systems running on amd64 due to get_arch() problem #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Attempt to run pulledpork 0.5.0 on FreeBSD (amd64)
2.  get_arch() doesn't properly return a value as amd64 isn't in its search 
list.

What is the expected output? What do you see instead?
Use of uninitialized value $arch in regexp compilation at 
/usr/local/bin/pulledpork.pl line 228.
<error repeats>

What version of the product are you using? On what operating system?
FreeBSD 8.1 amd64

Please provide any additional information below.
Output of 'uname -a' contains amd64 as the architecture.
Commenting out sorule_path= in pulledpork.conf prevents the issue from 
surfacing, but only because get_arch() doesn't get used at that point.

Original issue reported on code.google.com by ryanpsteinmetz on 31 Jan 2011 at 6:32

GoogleCodeExporter commented 9 years ago
This is fixed in the latest commit to SVN (rev 204), can you please verify for 
me?

Original comment by Cummin...@gmail.com on 2 Feb 2011 at 8:06

GoogleCodeExporter commented 9 years ago
Going to close this for now, looks good but needs full verification.

Original comment by Cummin...@gmail.com on 3 Feb 2011 at 4:29