Opened 10 years ago

Last modified 9 years 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)
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)

Portfile (666 bytes) - added by jul_bsd@… 10 years ago.

Download all attachments as: .zip

Change History (8)

Changed 10 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 10 years ago by mojca (Mojca Miklavec)

Cc: mojca@… added

Cc Me!

comment:2 Changed 10 years ago by mojca (Mojca Miklavec)

Committed in r122707.

comment:3 Changed 10 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed

comment:4 Changed 9 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: closedreopened

comment:5 Changed 9 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 9 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 9 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.

Note: See TracTickets for help on using tickets.