Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648190 - dev-python/pyFFTW-0.10.4 : /.../ld: cannot find -lfftw3_threads
Summary: dev-python/pyFFTW-0.10.4 : /.../ld: cannot find -lfftw3_threads
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-02-19 19:53 UTC by Toralf Förster
Modified: 2021-05-17 22:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.11 KB, text/plain)
2018-02-19 19:53 UTC, Toralf Förster
Details
dev-python:pyFFTW-0.10.4:20180219-193017.log (dev-python:pyFFTW-0.10.4:20180219-193017.log,7.77 KB, text/plain)
2018-02-19 19:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,100.97 KB, text/plain)
2018-02-19 19:53 UTC, Toralf Förster
Details
environment (environment,104.01 KB, text/plain)
2018-02-19 19:53 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.92 KB, application/x-bzip)
2018-02-19 19:53 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.21 KB, application/x-bzip)
2018-02-19 19:53 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-02-19 19:53:02 UTC
  ^~~~~~~
x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/pyFFTW-0.10.4/work/pyFFTW-0.10.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/pyFFTW-0.10.4/work/pyFFTW-0.10.4/pyfftw/pyfftw.o -L/usr/lib64 -lfftw3 -lfftw3f -lfftw3l -lfftw3_threads -lfftw3f_threads -lfftw3l_threads -lpython2.7 -o /var/tmp/portage/dev-python/pyFFTW-0.10.4/work/pyFFTW-0.10.4-python2_7/lib/pyfftw/pyfftw.so
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfftw3_threads
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfftw3f_threads
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfftw3l_threads
collect2: error: ld returned 1 exit status

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_libressl-test_20180216-175944

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/pyFFTW
[ebuild  N    ] dev-python/pyFFTW-0.10.4  PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-02-19 19:53:05 UTC
Created attachment 520242 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-19 19:53:08 UTC
Created attachment 520244 [details]
dev-python:pyFFTW-0.10.4:20180219-193017.log
Comment 3 Toralf Förster gentoo-dev 2018-02-19 19:53:12 UTC
Created attachment 520246 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-02-19 19:53:15 UTC
Created attachment 520248 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-02-19 19:53:18 UTC
Created attachment 520250 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-02-19 19:53:21 UTC
Created attachment 520252 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-05-17 22:36:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948c7899ab217067144a3d1b6865ff9a17a09dff

commit 948c7899ab217067144a3d1b6865ff9a17a09dff
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-05-16 23:17:17 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-05-17 22:35:50 +0000

    dev-python/pyFFTW: fix fftw dependency
    
    Closes: https://bugs.gentoo.org/648190
    Signed-off-by: Sam James <sam@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/20846
    Signed-off-by: Sam James <sam@gentoo.org>

 .../pyFFTW/{pyFFTW-0.12.0.ebuild => pyFFTW-0.12.0-r1.ebuild}      | 8 +++++---
 dev-python/pyFFTW/pyFFTW-9999.ebuild                              | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)