From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180707150919y5f7373a7g9ca726b0dd4e1c3e@mail.gmail.com> Date: Sun, 15 Jul 2007 10:19:41 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Download of links-varfont today won't build In-Reply-To: <74e0b0a2f6f85e95b2e7903484febb3f@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14ec7b180707150837w18de9493se742be339a111213@mail.gmail.com> <74e0b0a2f6f85e95b2e7903484febb3f@comcast.net> Topicbox-Message-UUID: 954587fe-ead2-11e9-9d60-3106f5b1d025 i just did a pull: it's not only links that fails, it's everything in /sys/src/ape/cmd :) from a first glance it looks like not all libraries are linked (a few pragmas missing?). for example, by adding libc to the mix you get rid of all warnings but one. the following example is from /sys/src/ape/cmd/diff: parr% 8l -o 8.diff analyze.8 cmpbuf.8 dir.8 io.8 util.8 context.8 ed.8 ifdef.8 normal.8 side.8 fnmatch.8 getopt.8 getopt1.8 regex.8 version.8 prepend_args.8 diff.8 /386/lib/libc.a discard_confusing_lines: undefined: memset in discard_confusing_lines diff_2_files: undefined: memcmp in diff_2_files dir_sort: undefined: strlen in dir_sort dir_sort: undefined: memcpy in dir_sort sip: undefined: memchr in sip regerror: undefined: strcpy in regerror option_list: undefined: strcat in option_list _notehandler: undefined: _notetramp in _notehandler realloc: undefined: memmove in realloc qtoken: undefined: strchr in qtoken _startbuf: undefined: lock in _startbuf _startbuf: undefined: unlock in _startbuf ocvt_fixed: undefined: _modvu in ocvt_fixed ocvt_fixed: undefined: _vasop in ocvt_fixed modf: entry not text: _main modf: _main: not defined modf: _divvu: not defined # now with libc: parr% 8l -o 8.diff analyze.8 cmpbuf.8 dir.8 io.8 util.8 context.8 ed.8 ifdef.8 normal.8 side.8 fnmatch.8 getopt.8 getopt1.8 regex.8 version.8 prepend_args.8 diff.8 /386/lib/libc.a _notehandler: undefined: _notetramp in _notehandler parr% unfortunately i'm typing this running out the door so there isn't much more i can help. i don't have a venti here so i have no idea what changed in ape. sourcesdump is too slow for me. andrey On 7/15/07, Gregory Pavelcak wrote: > That's what I used, and I just tried again with the same > result. I guess that means I have something messed up > somewhere else? > > Greg