
They are not something to be ignored......that is very very true. Reasons for possible MD5 mismatches. 1. You changed the version your wanted to compile. ( Go ahead and update the md5 )2. The provided source no longer has the file, and sent you a redirected html page instead.(try unwinding the archive manually and see what you get)3. Somebody hacked the source file and corrupted it. ( find a new source with a correct md5 )4. The archive is actually an extract of git sucked out on the fly. ( coin toss.....do you trust the git provider )5. You added a patch file or other source you wanted to include in a custom package build. ( new files, new md5's ) On Tuesday, January 6, 2015 1:14 PM, Joe Schillinger <jschilli1@live.com> wrote: Is that safe? I read on the wiki that md5 mismatches weren't just something to be ignored. Is it just an upstream issue then? Joe Sent from my iPhone On Jan 6, 2015, at 1:47 PM, Donald A. Cupp Jr. <doncuppjr@yahoo.com> wrote: 'prt-get help' should get you going in the right direction. Look for update md5 Sent from my Verizon Wireless 4G LTE smartphone -------- Original message -------- From: Joe Schillinger <jschilli1@live.com> Date: 01/06/2015 10:39 AM (GMT-08:00) To: crux@lists.crux.nu Subject: Re: "startx" command fails on Crux 3.1 Hello, I had the same problem and it was fixed by the command you gave. However, in the process of trying to fix this problem myself I had removed the xorg-xf86-input-mouse package and now it won't install, giving me an md5sum mismatch. I've deleted the folder for it under /usr/ports/xorg/ and run ports -u, it still gives a mismatch. I've also tried manually downloading the correct package with wget. What am I doing wrong? The mouse does work under xorg now but I feel like going without the driver may be a bad idea. Joe Sent from my iPhone On Jan 6, 2015, at 12:12 PM, Predrag Ivanovic <predivan@open.telekom.rs> wrote: On Tue, 06 Jan 2015 12:54:06 -0200 Cezar Rangel wrote: Hi Predrag here is the pastbin of the xorg.0.log http://pastebin.com/EuwNYDcU Here is the clue: X.Org X Server 1.16.3 Release Date: 2014-12-20 <snip> (II) Module nouveau: vendor="X.Org Foundation" [ 139.675] compiled for 1.15.2, module version = 1.0.11 <-----this Hence the error [ 139.675] (EE) module ABI major version (15) doesn't match the server's version (18) Drivers are compiled for 1.15.2, and current xorg version is 1.16.3. Solution is rather easy: prt-get update $(prt-get dependent xorg-server) which will rebuild video and input drivers for current xorg. If you use nvidia binary driver, rebuild that too. Remember to do that after every xorg-server port update, and you shouldn't have any problems. HTH Pedja _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux