I downloaded again today using Opera to make certain the problem is ongoing.

diff badfile goodfile produces the following:

2081c2081,2111
< +   XC
\ No newline at end of file
---
> +   XCloseDisplay(dpy);
> +
> +   return 0;
> +}
> diff -Naurp Mesa-7.11.2-orig/xdemos/Makefile Mesa-7.11.2/xdemos/Makefile
> --- Mesa-7.11.2-orig/xdemos/Makefile  1969-12-31 18:00:00.000000000 -0600
> +++ Mesa-7.11.2/xdemos/Makefile       2011-12-06 01:44:35.000000000 -0600
> @@ -0,0 +1,23 @@
> +TOP = ..
> +
> +include $(TOP)/configs/current
> +XDEMOS_LIBS = -L$(TOP)/$(LIB_DIR) -lGL $(X11_LIBS) -lm
> +
> +default: glxinfo glxgears
> +
> +glxgears:
> +     $(CC) -I$(TOP)/include $(XDEMOS_LIBS) -o glxgears glxgears.c
> +
> +glxinfo:
> +     $(CC) -I$(TOP)/include $(XDEMOS_LIBS) -o glxinfo glxinfo.c
> +
> +install: glxgears glxinfo
> +     $(INSTALL) -v -d -m755 $(DESTDIR)$(INSTALL_DIR)/bin
> +     $(INSTALL) -v -m755 glxgears $(DESTDIR)$(INSTALL_DIR)/bin
> +     $(INSTALL) -v -m755 glxinfo $(DESTDIR)$(INSTALL_DIR)/bin
> +
> +clean:
> +     rm -f glxgears glxinfo
> +
> +.phony: default glxgears glxinfo install clean
> +

On 12/19/11, Bruce Dubbs <[email protected]> wrote:
> . . wrote:
>> Thank you both.  Using wget solved the problem; I was using Opera.
>>
>> I was aware my md5sum differed.  However, I downloaded it several
>> times with the same result and assumed the file had inadvertently been
>> changed on the server end.  I simply didn't think there'd be a problem
>> with such a small file.  I didn't use the common sense to try another
>> method of download.
>>
>> I still don't know why Firfox and Opera present problems, but I'll
>> remember for next time.
>
> What is the diff between the bad file and the good one?
>
>    -- Bruce
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to