Re: daemontools make
Jason Parker/Cathy Crea <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
BINGO! ... install finished and started the svscan daemon... (I can see the same problem in the ucspi-tcp install - I'll apply the same remedy) THANKS Paul! -jason On Tuesday, July 29, 2003, at 10:14 AM, Paul Jarc wrote: > Jason Parker/Cathy Crea <[email protected]> wrote: >> ./load chkshsgr >> ld: can't use -s with input files containg indirect symbols (output >> file must contain at least global symbols, for maximum stripping use >> -x) > > In src/conf-ld, change "gcc -s" to "gcc". Then re-run > package/install. > >> I looked at the source of chkshsgr.c (thankfully short) with my 12 >> year C language rust below. The warnings suggests that passing x as >> an short array pointer in this case may be a problem... (changing it >> to long did not change the warnings). > > Don't do that. The name means "check short setgroups". The warnings > are expected. > >> (PS - where can I search the log or qmail list archives I haven't >> stumbled on a link as yet...) > > <URL:http://marc.theaimsgroup.com/?l=log&r=1&w=2> > <URL:http://marc.theaimsgroup.com/?l=qmail&r=1&w=2> > <URL:http://news.gmane.org/thread.php?group=gmane.mail.qmail.general> > <URL:http://news.gmane.org/thread.php?group=gmane.comp.djb.syslog> > > > paul >