**** BEGIN LOGGING AT Sun Mar 03 02:59:58 2013 **** BEGIN LOGGING AT Sun Mar 03 05:37:00 2013 Mar 03 23:47:11 Hi All Mar 03 23:47:40 I have a problem with a meta-doctor script Mar 03 23:47:59 I have a brand new meta-doctor directory with a git clone that I did today. Mar 03 23:48:20 ok, what's the problem? Mar 03 23:48:35 I'm trying to run meta-att-pre3-vanilla-2.2.3 but it exits with an error Mar 03 23:48:45 what's the error? Mar 03 23:49:03 2013-03-03 18:40:26 (1.33 MB/s) - ‘downloads/webosdoctorp223mantaatt-2.2.3.jar’ saved [233131427/233131427] Mar 03 23:49:03 mkdir -p downloads Mar 03 23:49:04 Please download the correct version of the webOS Doctor .jar file Mar 03 23:49:05 and then rename and move it to downloads/webosdoctorp224manta-wr-2.2.0.jar (i.e. the downloads directory that was just created under the current directory). Mar 03 23:49:06 make: *** [downloads/webosdoctorp224manta-wr-2.2.0.jar] Error 1 Mar 03 23:49:29 well, follow what the directions say Mar 03 23:49:49 Ok, how do I find out what the correct version of the webOS Doctor .jar file is? Mar 03 23:50:13 it tells you... Mar 03 23:50:16 read the entire output Mar 03 23:51:51 Ok, I've reread it a few times now and I don't see what you're referring to. Mar 03 23:52:04 ‘downloads/webosdoctorp223mantaatt-2.2.3.jar’ saved [233131427/233131427] Mar 03 23:52:11 that shows the doctor.jar.... Mar 03 23:52:18 that line is in there 3 times Mar 03 23:53:00 Why is it telling me to download something that it just downloaded? Mar 03 23:53:16 it isn't, it's telling you to create the directory for it to go into Mar 03 23:54:26 But it made meta-doctor/downloads already and put the files there. And it is definitely telling me to download something "Please download the correct version…" Mar 03 23:54:56 what is inside of downloads/ Mar 03 23:54:57 ? Mar 03 23:54:58 I'm pointing this out in the spirit of improving things for the next person, of course. Not to be argumentative. Mar 03 23:55:16 no problem, but the script is telling you exactly what to do Mar 03 23:55:20 and then rename and move it to downloads/webosdoctorp224manta-wr-2.2.0.jar (i.e. the downloads directory that was just created under the current directory). Mar 03 23:55:23 webosdoctorp220manta-wr-2.2.0.jar and webosdoctorp223mantaatt-2.2.3.jar Mar 03 23:56:07 i don't see webosdoctorp224manta-wr-2.2.0.jar there Mar 03 23:56:56 the script just downloaded both of those and put them in meta-doctor/downloads Mar 03 23:57:23 it then tells you to rename one of them (the 223) and make it a specific file name Mar 03 23:58:27 Ok, I will do that to make progress for myself. Could I suggest that the script not instruct users to make a downloads directory or to download the doctor (both of which have already been done by the script itself). Mar 03 23:59:11 Actually, it doesn't instruct the user to make a downloads directory, its just echoing "mkdir -p downloads" from the script. Mar 03 23:59:47 it then instructs the user to move the doctors around, as well as rename the files Mar 04 00:00:20 Well, the move is also unnecessary because the files are put in the /downloads directory by the wget Mar 04 00:00:35 it is how the script was designed Mar 04 00:00:45 the scripts are on github, and you're more then welcome to make a pull request Mar 04 00:01:00 Ok, thanks, I will do that. Mar 04 00:03:52 Now, all of the other meta scripts delivered a new doctor jar file. This one seems to stop dead. Can you tell me what the next step is to build the doctor jar file? Mar 04 00:04:06 (All of the other meta scripts that I've used in the past, that is) Mar 04 00:04:37 not sure what the next step is, i did a clean upgrade to 2.2.4 Mar 04 00:04:38 This is what I did based on your instructions, by the way: mv webosdoctorp223mantaatt-2.2.3.jar webosdoctorp224manta-wr-2.2.0.jar Mar 04 00:04:42 with the upgrades app Mar 04 00:04:58 that should be correct, now run the script again. should continue where it left off Mar 04 00:05:08 Ok, thanks! Mar 04 00:05:13 but i've got to go, good luck! Mar 04 00:05:14 and np Mar 04 00:08:18 Ok, that didn't work. I got: Mar 04 00:08:20 caution: filename not matched: resources/wr.tar Mar 04 00:08:21 make: *** [build/pre3-p224manta-wr-2.2.0/.unpacked] Error 11 Mar 04 00:14:51 Can anyone tell me if I did the right thing when I did "mv webosdoctorp223mantaatt-2.2.3.jar webosdoctorp224manta-wr-2.2.0.jar"? Mar 04 00:15:23 It seems odd that I'd be turning an ATT doctor into a WR doctor. Mar 04 00:17:59 I'm trying this instead: cp -a webosdoctorp220manta-wr-2.2.0.jar webosdoctorp224manta-wr-2.2.0.jar Mar 04 00:27:40 Ok, now I got this: Mar 04 00:27:42 mkdir -p downloads Mar 04 00:27:43 Please download the correct version of the webOS Doctor .jar file Mar 04 00:27:44 and then rename and move it to downloads/webosdoctorp224mantaatt-2.2.3.jar (i.e. the downloads directory that was just created under the current directory). Mar 04 00:27:45 make: *** [downloads/webosdoctorp224mantaatt-2.2.3.jar] Error 1 Mar 04 00:28:19 Sorry, that should have been this: Mar 04 00:28:21 touch build/pre3-p224manta-wr-2.2.0/.unpacked Mar 04 00:28:21 mkdir -p downloads Mar 04 00:28:23 Please download the correct version of the webOS Doctor .jar file Mar 04 00:28:23 and then rename and move it to downloads/webosdoctorp224mantaatt-2.2.3.jar (i.e. the downloads directory that was just created under the current directory). Mar 04 00:28:24 make: *** [downloads/webosdoctorp224mantaatt-2.2.3.jar] Error 1 Mar 04 00:29:00 The script got much farther that time, but spit out the same message. Mar 04 00:31:23 The build directory now contains only the following directory: pre3-p224manta-wr-2.2.0 Mar 04 00:31:54 Not meta-att-pre3-vanilla-2.2.3 as promised by the output at the beginning of the script Mar 04 00:32:29 This script seems broken to me. Mar 04 00:33:26 I've tried copying each doctor jar in the downloads directory to the requested file name and it didn't work either time. Mar 04 00:41:00 Any help is appreciated. Mar 04 00:54:00 Someone else had this problem and resolved it by using an earlier version of the script. Not conclusive evidence that its broken, by far, but interesting. http://forums.webosnation.com/hp-pre-3/315984-what-t-vanilla-pre3-why-there-no-2-2-4-version.html#post3333001 Mar 04 01:32:55 Ok, I found this: http://www.webos-internals.org/wiki/Meta-Doctor#Error_conditions Mar 04 01:33:08 Looks like useful info. Mar 04 01:35:42 Still unclear about which doctor jar file to download per instructions. Mar 04 01:36:49 For instance: Please download the correct version of the webOS Doctor .jar file Mar 04 01:36:50 and then rename and move it to downloads/webosdoctorp224manta-wr-2.2.0.jar Mar 04 01:37:03 Does that mean I download webosdoctorp220mantawr.jar Mar 04 01:37:17 or webosdoctorp224mantawr.jar Mar 04 01:53:47 Ok, I made my best guess and now I get this: Mar 04 01:53:48 http://pastebin.com/xNapRC3j Mar 04 01:55:22 I did this, by the way: Mar 04 01:55:23 cp -a webosdoctorp224mantawr.jar webosdoctorp224manta-wr-2.2.0.jar Mar 04 01:55:25 and Mar 04 01:55:36 cp -a webosdoctorp224mantaatt.jar webosdoctorp224mantaatt-2.2.3.jar Mar 04 01:56:00 Then I ran the script and got the error in the paste bin. Mar 04 01:56:31 So fun talking to myself in public. :) Mar 04 02:08:09 yes, it is Mar 04 02:26:18 I got booted. Any chance that anyone looked at the pastebin and responded? Mar 04 02:37:56 I'll take that as a no. Mar 04 02:46:35 ChairmanTubeAmp: "make clobber" first Mar 04 02:48:09 Ok, I'm trying that. Mar 04 02:48:40 Did I make the right choices when renaming the doctor jars? Mar 04 02:49:45 I guess I'm about to find out... Mar 04 02:50:17 This is looking good. Mar 04 02:51:40 Thank you rwhitby for pushing me the inch over the finish line. :) Mar 04 02:54:39 I jinxed it by speaking too soon. I got an error: http://pastebin.com/zJjve153 Mar 04 02:56:09 rwhitby: any advice on the new error? **** ENDING LOGGING AT Mon Mar 04 02:59:58 2013