Opened 11 years ago
Last modified 2 months ago
#43025 reopened submission
[NEW] p5-linux-cpuinfo
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec), cooljeanius (Eric Gallager) | |
Port: | p5-linux-cpuinfo |
Description
Object Oriented Interface to /proc/cpuinfo
Need to review w cif (#43011) or author to adapt or stub for mac (for now, mandatory dep)
Attachments (1)
Change History (9)
Changed 10 years ago by jul_bsd@…
comment:1 Changed 10 years ago by mojca (Mojca Miklavec)
Cc: | mojca@… added |
---|
comment:3 Changed 10 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by mojca (Mojca Miklavec)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 10 years ago by mojca (Mojca Miklavec)
I'm reopening this ticket. The port installs, but it fails the tests. I'm inclined towards removing this port until we can figure out how to make it work properly on Mac.
comment:6 Changed 10 years ago by mojca (Mojca Miklavec)
Given that CIF doesn't work yet: does existence of this port really help you in any way?
comment:7 Changed 10 years ago by mojca (Mojca Miklavec)
One of the things that bothers me most is the fact that there's something weird with packaging of the module. For example I'm unable to find the old version and the simple example from documentation fails completely:
use Linux::Cpuinfo; my $cpu = Linux::Cpuinfo->new(); die ('Could not find cpu info (does /proc/cpuinfo exists?)') unless ref $cpu;
I'm removing the port in r131077 until someone figures out what to do with it.
comment:8 Changed 2 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
Cc Me!