Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 420540 Details for
Bug 569486
sys-power/cpudyn-1.0.1 : cpudynd.c:(.text.startup+0x30f): undefined reference to `cpu_get_state'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-power:cpudyn-1.0.1:20151223-133431.log
sys-power:cpudyn-1.0.1:20151223-133431.log (text/plain), 6.83 KB, created by
Toralf Förster
on 2015-12-23 15:38:44 UTC
(
hide
)
Description:
sys-power:cpudyn-1.0.1:20151223-133431.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-23 15:38:44 UTC
Size:
6.83 KB
patch
obsolete
> * Package: sys-power/cpudyn-1.0.1 > * Repository: gentoo > * Maintainer: maintainer-needed@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking cpudyn-1.0.1.tgz to /var/tmp/portage/sys-power/cpudyn-1.0.1/work > * Applying cpudyn-0.99.0-init_conf_updates.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/sys-power/cpudyn-1.0.1/work >>>> Compiling source in /var/tmp/portage/sys-power/cpudyn-1.0.1/work/cpudyn ... >make -j1 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' cpudynd >gcc -O2 -fkeep-inline-functions -Waggregate-return -Wnested-externs -Wtrigraphs -march=native -O2 -pipe -c cpudynd.c >cpudynd.c: In function âterm_handlerâ: >cpudynd.c:121:3: warning: implicit declaration of function âcpu_termâ [-Wimplicit-function-declaration] > cpu_term(); > ^ >cpudynd.c:121:3: warning: nested extern declaration of âcpu_termâ [-Wnested-externs] >cpudynd.c:124:3: warning: implicit declaration of function âasus_ledsâ [-Wimplicit-function-declaration] > asus_leds(99); > ^ >cpudynd.c:124:3: warning: nested extern declaration of âasus_ledsâ [-Wnested-externs] >cpudynd.c: In function âmainâ: >cpudynd.c:229:4: warning: format not a string literal and no format arguments [-Wformat-security] > printf( str_usage ); > ^ >cpudynd.c:263:37: warning: implicit declaration of function âcpus_initâ [-Wimplicit-function-declaration] > if (interval != 0 && (do_cpufreq = cpus_init()) == 1) { > ^ >cpudynd.c:263:2: warning: nested extern declaration of âcpus_initâ [-Wnested-externs] > if (interval != 0 && (do_cpufreq = cpus_init()) == 1) { > ^ >cpudynd.c:272:23: warning: implicit declaration of function âget_asus_acpi_supportâ [-Wimplicit-function-declaration] > asus_acpi_support = get_asus_acpi_support(); > ^ >cpudynd.c:272:3: warning: nested extern declaration of âget_asus_acpi_supportâ [-Wnested-externs] > asus_acpi_support = get_asus_acpi_support(); > ^ >cpudynd.c:279:16: warning: implicit declaration of function âstandby_initâ [-Wimplicit-function-declaration] > do_standby = standby_init(standby_timeout, standby_devs); > ^ >cpudynd.c:279:3: warning: nested extern declaration of âstandby_initâ [-Wnested-externs] > do_standby = standby_init(standby_timeout, standby_devs); > ^ >cpudynd.c:320:4: warning: implicit declaration of function âcheck_cpuâ [-Wimplicit-function-declaration] > check_cpu(0); > ^ >cpudynd.c:320:4: warning: nested extern declaration of âcheck_cpuâ [-Wnested-externs] >cpudynd.c:324:5: warning: implicit declaration of function âcheck_standbyâ [-Wimplicit-function-declaration] > check_standby(); > ^ >cpudynd.c:324:5: warning: nested extern declaration of âcheck_standbyâ [-Wnested-externs] >In file included from cpudynd.c:34:0: >cpudynd.c: At top level: >cpus.h:48:17: warning: inline function âcpu_get_stateâ declared but never defined > inline unsigned cpu_get_state(); > ^ >cpudynd.c: In function âmainâ: >cpudynd.c:291:3: warning: ignoring return value of âdaemonâ, declared with attribute warn_unused_result [-Wunused-result] > daemon(0, 0); > ^ >gcc -O2 -fkeep-inline-functions -Waggregate-return -Wnested-externs -Wtrigraphs -march=native -O2 -pipe -c disks.c >disks.c: In function âadd_device_tâ: >disks.c:184:3: warning: implicit declaration of function âdieâ [-Wimplicit-function-declaration] > die(FALSE, "Couldn't malloc\n"); > ^ >disks.c:184:3: warning: nested extern declaration of âdieâ [-Wnested-externs] >gcc -O2 -fkeep-inline-functions -Waggregate-return -Wnested-externs -Wtrigraphs -march=native -O2 -pipe -c cpus.c >cpus.c:44:8: warning: type defaults to âintâ in declaration of âfreq_countâ [-Wimplicit-int] > static freq_count = 0; > ^ >cpus.c:45:8: warning: type defaults to âintâ in declaration of âfreq_minâ [-Wimplicit-int] > static freq_min = -1; // Index to the table > ^ >cpus.c: In function âread_lineâ: >cpus.c:76:3: warning: implicit declaration of function âdieâ [-Wimplicit-function-declaration] > die(TRUE, "Could not open file for reading: %s\nDid you enable cpufreq or ACP > ^ >cpus.c:76:3: warning: nested extern declaration of âdieâ [-Wnested-externs] >cpus.c: In function âpolicy_managerâ: >cpus.c:165:4: warning: implicit declaration of function âsched_yieldâ [-Wimplicit-function-declaration] > sched_yield(); > ^ >cpus.c:165:4: warning: nested extern declaration of âsched_yieldâ [-Wnested-externs] >cpus.c: In function âcpus_initâ: >cpus.c:309:6: warning: implicit declaration of function âget_cpu_functionsâ [-Wimplicit-function-declaration] > if (get_cpu_functions() == 0) > ^ >cpus.c:309:2: warning: nested extern declaration of âget_cpu_functionsâ [-Wnested-externs] > if (get_cpu_functions() == 0) > ^ >cpus.c: At top level: >cpus.c:508:1: warning: return type defaults to âintâ [-Wimplicit-int] > cpu_term() > ^ >cpus.c: In function âcpu_get_frequenciesâ: >cpus.c:557:20: warning: implicit declaration of function âset_freq_min_indexâ [-Wimplicit-function-declaration] > if (do_min_freq) set_freq_min_index(); > ^ >cpus.c:557:3: warning: nested extern declaration of âset_freq_min_indexâ [-Wnested-externs] > if (do_min_freq) set_freq_min_index(); > ^ >cpus.c: In function âset_freq_min_indexâ: >cpus.c:576:21: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong intâ [-Wformat=] > sprintf(frequency, "%d", frequencies_table[i]); > ^ >gcc -Wl,-O1 -Wl,--as-needed cpudynd.o disks.o cpus.o -o cpudynd >cpudynd.o: In function `main': >cpudynd.c:(.text.startup+0x30f): undefined reference to `cpu_get_state' >cpudynd.c:(.text.startup+0x365): undefined reference to `cpu_get_state' >collect2: error: ld returned 1 exit status >Makefile:19: recipe for target 'cpudynd' failed >make: *** [cpudynd] Error 1 >emake failed > * ERROR: sys-power/cpudyn-1.0.1::gentoo failed (compile phase): > * Compilation failed. > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 1917: Called die > * The specific snippet of code: > * emake LDFLAGS="${LDFLAGS}" cpudynd || die "Compilation failed." > * > * If you need support, post the output of `emerge --info '=sys-power/cpudyn-1.0.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-power/cpudyn-1.0.1::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-power:cpudyn-1.0.1:20151223-133431.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-power/cpudyn-1.0.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-power/cpudyn-1.0.1/temp/environment'. > * Working directory: '/var/tmp/portage/sys-power/cpudyn-1.0.1/work/cpudyn' > * S: '/var/tmp/portage/sys-power/cpudyn-1.0.1/work/cpudyn'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 569486
:
420536
|
420538
| 420540