Opened 4 years ago
Closed 4 years ago
#15421 closed enhancement (fixed)
sendmail-8.17.1
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (5)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
When trying to build this, I'm encountering a FTBFS. I'm going to try adding -DHASFLOCK next. I've also tried including <sys/file.h> in sendmail/conf.h since file.h contains the flock() function per https://linux.die.net/man/2/flock
The release notes mention -DHASFLOCK, so trying that next
cc -O2 -I. -I../../include -I/usr/include/sasl -DNEWDB -DSTARTTLS -DSASL -DLDAPMAP -DNDBM -c -o collect.o collect.c cc -O2 -I. -I../../include -I/usr/include/sasl -DNEWDB -DSTARTTLS -DSASL -DLDAPMAP -DNDBM -c -o conf.o conf.c conf.c:5955:6: error: invalid preprocessing directive #ERROR 5955 | # ERROR "Berkeley DB file locking needs flock() for version 5.x (and greater?)" | ^~~~~ make: *** [<builtin>: conf.o] Error 1 7.5 Elasped Time - sendmail.8.17.1
This is the relevant error
comment:5 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.