Hi >On Tue, May 06, 2014 at 10:17:01AM +0100, John Cox wrote: >> Hi >> >> Is it possible to build snapshots on OpenBSD-5.5-Stable (built from >> source because as far as I can tell the release ISO still contains >> Heartbleed)? >> >> Neither the OpenBSD or the Portable version works for me. I can >> understand that the OpenBSD version tracks current and may fail to >> build at any point, but I was hopeful theat the portable vsrsion might >> be more portable... >> >> I'd like to follow this project and maybe help if I ever have the time >> (which is, at the moment, I admit, unlikely) but I really don't have >> the time to try and follow OpenBSD-current >> >> Many thanks >> >> John Cox > >Hi, > >Sorry for the breakage. The new snapshot should now work on both >current and stable. Please try it out.
Sadly it still doesn't build - the problem has moved on: cc -O2 -pipe -I/home/jc/opensmtpd-201405071639/smtpd/../asr -g3 -ggdb -I/home/jc/opensmtpd-201405071639/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Wbounded -DIO_SSL -DQUEUE_PROFILING -c /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c: In function 'res_query': /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c:63: warning: comparison between signed and unsigned /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c: In function 'res_search': /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c:105: warning: comparison between signed and unsigned cc -O2 -pipe -I/home/jc/opensmtpd-201405071639/smtpd/../asr -g3 -ggdb -I/home/jc/opensmtpd-201405071639/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Wbounded -DIO_SSL -DQUEUE_PROFILING -c /home/jc/opensmtpd-201405071639/smtpd/../res_search_async.c cc -O2 -pipe -I/home/jc/opensmtpd-201405071639/smtpd/../asr -g3 -ggdb -I/home/jc/opensmtpd-201405071639/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Wbounded -DIO_SSL -DQUEUE_PROFILING -c /home/jc/opensmtpd-201405071639/smtpd/../asr/res_send.c /home/jc/opensmtpd-201405071639/smtpd/../asr/res_send.c: In function '__res_send': /home/jc/opensmtpd-201405071639/smtpd/../asr/res_send.c:55: warning: comparison between signed and unsigned cc -O2 -pipe -I/home/jc/opensmtpd-201405071639/smtpd/../asr -g3 -ggdb -I/home/jc/opensmtpd-201405071639/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Wbounded -DIO_SSL -DQUEUE_PROFILING -c /home/jc/opensmtpd-201405071639/smtpd/../res_send_async.c /home/jc/opensmtpd-201405071639/smtpd/../res_send_async.c: In function 'res_send_async': /home/jc/opensmtpd-201405071639/smtpd/../res_send_async.c:70: warning: cast discards qualifiers from pointer target type cc -O2 -pipe -I/home/jc/opensmtpd-201405071639/smtpd/../asr -g3 -ggdb -I/home/jc/opensmtpd-201405071639/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Wbounded -DIO_SSL -DQUEUE_PROFILING -c /home/jc/opensmtpd-201405071639/smtpd/../asr/sethostent.c cc -O2 -pipe -I/home/jc/opensmtpd-201405071639/smtpd/../asr -g3 -ggdb -I/home/jc/opensmtpd-201405071639/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Wbounded -DIO_SSL -DQUEUE_PROFILING -c /home/jc/opensmtpd-201405071639/smtpd/../asr/event_asr_run.c cc -o smtpd aliases.o bounce.o ca.o compress_backend.o config.o control.o crypto.o delivery.o dict.o dns.o envelope.o esc.o expand.o forward.o iobuf.o ioev.o limit.o lka.o lka_session.o log.o mda.o mproc.o mta.o mta_session.o parse.o pony.o queue.o queue_backend.o ruleset.o runq.o scheduler.o scheduler_backend.o smtp.o smtp_session.o smtpd.o ssl.o ssl_privsep.o ssl_smtpd.o stat_backend.o table.o to.o tree.o util.o waitq.o compress_gzip.o delivery_filename.o delivery_maildir.o delivery_mbox.o delivery_mda.o delivery_lmtp.o table_db.o table_getpwnam.o table_proc.o table_static.o queue_fs.o queue_null.o queue_proc.o queue_ram.o scheduler_ramqueue.o scheduler_null.o scheduler_proc.o stat_ramstat.o asr.o asr_debug.o asr_utils.o getaddrinfo.o getaddrinfo_async.o gethostnamadr.o gethostnamadr_async.o getnameinfo.o getnameinfo_async.o getnetnamadr.o getnetnamadr_async.o getrrsetbyname.o getrrsetbyname_async.o res_debug.o res_init.o res_mkquery.o res_query.o res_search_async.o res_send.o res_send_async.o sethostent.o event_asr_run.o -levent -lutil -lssl -lcrypto -lm -lz asr.o(.text+0x5c7): In function `asr_resolver_done': /home/jc/opensmtpd-201405071639/smtpd/../asr.c:164: undefined reference to `_THREAD_PRIVATE' asr.o(.text+0x17ee): In function `asr_use_resolver': /home/jc/opensmtpd-201405071639/smtpd/../asr.c:348: undefined reference to `_THREAD_PRIVATE' getaddrinfo.o(.text+0x6a): In function `getaddrinfo': /home/jc/opensmtpd-201405071639/smtpd/../asr/getaddrinfo.c:46: undefined reference to `asr_run_sync' gethostnamadr.o(.text+0x273): In function `gethostbyaddr': /home/jc/opensmtpd-201405071639/smtpd/../asr/gethostnamadr.c:180: undefined reference to `asr_run_sync' gethostnamadr.o(.text+0x389): In function `gethostbyname2': /home/jc/opensmtpd-201405071639/smtpd/../asr/gethostnamadr.c:118: undefined reference to `asr_run_sync' getnameinfo.o(.text+0x90): In function `getnameinfo': /home/jc/opensmtpd-201405071639/smtpd/../asr/getnameinfo.c:47: undefined reference to `asr_run_sync' getnetnamadr.o(.text+0x19d): In function `getnetbyaddr': /home/jc/opensmtpd-201405071639/smtpd/../asr/getnetnamadr.c:122: undefined reference to `asr_run_sync' getnetnamadr.o(.text+0x267):/home/jc/opensmtpd-201405071639/smtpd/../asr/getnetnamadr.c:95: more undefined references to `asr_run_sync' follow getnetnamadr_async.o(.text+0x4e7): In function `getnetnamadr_async_run': /home/jc/opensmtpd-201405071639/smtpd/../asr/getnetnamadr_async.c:205: undefined reference to `asr_run' getrrsetbyname.o(.text+0x150): In function `getrrsetbyname': /home/jc/opensmtpd-201405071639/smtpd/../asr/getrrsetbyname.c:45: undefined reference to `asr_run_sync' getrrsetbyname_async.o(.text+0x439): In function `getrrsetbyname_async_run': /home/jc/opensmtpd-201405071639/smtpd/../asr/getrrsetbyname_async.c:113: undefined reference to `asr_run' res_query.o(.text+0xeb): In function `res_search': /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c:95: undefined reference to `asr_run_sync' res_query.o(.text+0x26b): In function `res_query': /home/jc/opensmtpd-201405071639/smtpd/../asr/res_query.c:53: undefined reference to `asr_run_sync' res_send.o(.text+0x6b): In function `__res_send': /home/jc/opensmtpd-201405071639/smtpd/../asr/res_send.c:47: undefined reference to `asr_run_sync' event_asr_run.o(.text+0xc): In function `event_asr_abort': /home/jc/opensmtpd-201405071639/smtpd/../asr/event_asr_run.c:82: undefined reference to `asr_abort' event_asr_run.o(.text+0x105): In function `event_asr_dispatch': /home/jc/opensmtpd-201405071639/smtpd/../asr/event_asr_run.c:46: undefined reference to `asr_run' collect2: ld returned 1 exit status *** Error 1 in smtpd (<bsd.prog.mk>:95 'smtpd') *** Error 1 in /home/jc/opensmtpd-201405071639 (<bsd.subdir.mk>:48 'all') # Many thanks JC -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
