[Bug 251206] astro/siril : Undefined symbol "cblas_dcopy" at runtime

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 17 05:58:35 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251206

            Bug ID: 251206
           Summary: astro/siril : Undefined symbol "cblas_dcopy" at
                    runtime
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri at freebsd.org
          Reporter: ned.leitch+freebsd at gmail.com
             Flags: maintainer-feedback?(yuri at freebsd.org)
          Assignee: yuri at freebsd.org

Created attachment 219765
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219765&action=edit
Amend Meson linker arguments to include missing symbols

The port compiles cleanly but fails at runtime on the Findstar step:

```
...
log: Reference Image:
log: Findstar: processing...
ld-elf.so.1: /usr/local/lib/libgsl.so.25: Undefined symbol "cblas_dcopy"
```

Despite being linked against `-lgslblas` no `blas` symbols appear in the
compiled binary as returned by `ldd`. I can't quite tell how closely this may
be related to bug #250205.

I am running 12.1-RELEASE, ports tree fetched via `svn`:

```
svn info | head
Path: .
Working Copy Root Path: /usr/ports
URL: https://svn.freebsd.org/ports/branches/2020Q4
Relative URL: ^/branches/2020Q4
Repository Root: https://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 555538
Node Kind: directory
Schedule: normal
Last Changed Author: swills
```

```
# egrep -v '^#' /etc/make.conf
DEFAULT_VERSIONS+=ssl=openssl
WITHOUT_MODULES = radeonkms
```

The attached patch rectifies the problem on my installation.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list