Bug 291329 - databases/redis: broken on FreeBSD 15 after 8.4.0 update
Summary: databases/redis: broken on FreeBSD 15 after 8.4.0 update
Status: Closed DUPLICATE of bug 276891
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-01 12:22 UTC by Dean E. Weimer
Modified: 2025-12-08 22:01 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments
Full Poudriere Build Log (106.83 KB, text/plain)
2025-12-01 12:22 UTC, Dean E. Weimer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean E. Weimer 2025-12-01 12:22:06 UTC
Created attachment 265750 [details]
Full Poudriere Build Log

ld -o internalsecret.so internalsecret.xo -shared  -Wl,-rpath,/usr/local/lib  
ld -o configaccess.so configaccess.xo -shared  -Wl,-rpath,/usr/local/lib  
ld -o atomicslotmigration.so atomicslotmigration.xo -shared  -Wl,-rpath,/usr/local/lib  
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
gmake[2]: *** [Makefile:100: scan.so] Error 1
gmake[2]: *** Waiting for unfinished jobs....
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
gmake[2]: *** [Makefile:100: commandfilter.so] Error 1
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
gmake[2]: *** [Makefile:100: datatype.so] Error 1
gmake[2]: *** [Makefile:100: blockedclient.so] Error 1
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
ld: error: unknown argument '-Wl,-rpath,/usr/local/lib'
gmake[2]: *** [Makefile:100: basics.so] Error 1
Comment 1 Marek Zarychta 2025-12-01 15:25:40 UTC
See also bug 276891
Comment 2 Gatolabo 2025-12-02 06:26:22 UTC
I tried updating to 8.4.0 and encountered the same issue.
In my /etc/make.conf, I have specified DEFAULT_VERSIONS+=ssl=openssl35.
It seems that the build fails when using openssl35.
If I disable TLS in the Redis build options, the build succeeds.

/var/db/ports/databases_redis/options
OPTIONS_FILE_UNSET+=TLS
Comment 3 Marek Zarychta 2025-12-02 17:49:59 UTC
In the report for bug 276891, a patch with a proper fix is included.
Comment 4 Marek Zarychta 2025-12-07 12:04:56 UTC
This PR looks to me like a duplicate of bug 276891
Comment 5 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2025-12-08 22:01:29 UTC

*** This bug has been marked as a duplicate of bug 276891 ***