
phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 5.3
-
- Posts: 91
- Joined: Wed 2. Mar 2011, 18:37 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
Please have a look at e.g. http://www.linux-phc.org/forum/viewtopi ... 6846#p6846 or open a new thread regarding phc-k8. Here is phc-intel land. phc-k8 is not my terrain. 

-
- Posts: 19
- Joined: Sat 2. Oct 2010, 14:27 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
OMG. I dunno how did that happen. I meant to post it in the phc-k8 thread like I did in the past
Sorry for the confusion

-
- Posts: 91
- Joined: Wed 2. Mar 2011, 18:37 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
Just updated phc-intel for kernel 3.13.
-
- Posts: 6
- Joined: Wed 10. Jun 2009, 10:42 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
0.4.0 patch to 3.13 fails to compile:lio wrote:Just updated phc-intel for kernel 3.13.
Code: Select all
drivers/cpufreq/acpi-cpufreq.c:1638:13: error: ‘acpi_cpufreq_verify’ undeclared here (not in a function)
.verify = acpi_cpufreq_verify,
^
drivers/cpufreq/acpi-cpufreq.c:1639:2: warning: initialization from incompatible pointer type [enabled by default]
.target = acpi_cpufreq_target,
^
drivers/cpufreq/acpi-cpufreq.c:1639:2: warning: (near initialization for ‘acpi_cpufreq_driver.target’) [enabled by default]
-
- Posts: 91
- Joined: Wed 2. Mar 2011, 18:37 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
Thanks for the pointer. Please try phc-intel-pack-rev13.1 where I have fixed this stupid copy and paste bug.teknohog wrote:0.4.0 patch to 3.13 fails to compile:
-
- Posts: 6
- Joined: Wed 10. Jun 2009, 10:42 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
Thanks, works fine nowlio wrote:Thanks for the pointer. Please try phc-intel-pack-rev13.1 where I have fixed this stupid copy and paste bug.teknohog wrote:0.4.0 patch to 3.13 fails to compile:

-
- Posts: 91
- Joined: Wed 2. Mar 2011, 18:37 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
The package is now up to date with kernel 3.15.
lio
lio
-
- Posts: 6
- Joined: Wed 10. Jun 2009, 10:42 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
...or is it?lio wrote:The package is now up to date with kernel 3.15.

Code: Select all
drivers/cpufreq/acpi-cpufreq.c: In function ‘acpi_cpufreq_target_deprecated’:
drivers/cpufreq/acpi-cpufreq.c:508:2: error: implicit declaration of function ‘cpufreq_notify_transition’ [-Werror=implicit-function-declaration]
cpufreq_notify_transition(policy, &freqs, CPUFREQ_PRECHANGE);
^
CC [M] fs/nfs/callback_xdr.o
cc1: some warnings being treated as errors
distcc[8780] ERROR: compile drivers/cpufreq/acpi-cpufreq.c on localhost failed
-
- Posts: 91
- Joined: Wed 2. Mar 2011, 18:37 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
Oops, I missed a change.
Please give phc-intel-pack-rev15.1 a try..

-
- Posts: 6
- Joined: Wed 10. Jun 2009, 10:42 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: phc-intel 0.3.2 and 0.4.0 + dkms for kernel 2.6.27 to 3.
It's finelio wrote:Oops, I missed a change.Please give phc-intel-pack-rev15.1 a try..
