flex.c grows uncontrollably
#11
(03-13-2024, 12:32 PM)clasqm Wrote: getting late here. logging out.

/boot/system/develop/yab-1.8.2 should have all the missing files. BuildFactory.yab is supposed to copy these files if they are missing from the BuildFactory folder. Check line  533 and 557 of BuildFactory.yab for the right dev folder, /boot/system/develop/yab-1.8.2 .
Reply
#12
(03-13-2024, 02:06 PM)bbjimmy Wrote: /boot/system/develop/yab-1.8.2 should have all the missing files. BuildFactory.yab is supposed to copy these files if they are missing from the BuildFactory folder. Check line  533 and 557 of BuildFactory.yab for the right dev folder, /boot/system/develop/yab-1.8.2 .

Code:
550 for i=0 to 11
551 if(IfExists(This_dir$+"/"+File_array$(i))) then
552 print "File "+File_array$(i)+ " ok"
553 output$=system$("cp --update /boot/system/develop/yab-1.8.2/"+File_array$(i)+" "+This_dir$+"/"+File_array$(i))
554
555 else
556 print "File "+File_array$(i)+" not ok. The app copy it from source is available, otherwise reinstall package."
557 output$=system$("cp /boot/system/develop/yab-1.8.0/"+File_array$(i)+" "+This_dir$+"/"+File_array$(i))
558 print output$
559 endif
560 next i

line 557 actually references an older version location? 1.8.0 instead of 1.8.2. And that is also in the error messages we saw yesterday.

This is from the Buildfactory that I installed last night from the repos, BTW. Attaching a zipped version of the file


Attached Files
.zip   BuildFactory.yab.zip (Size: 4.83 KB / Downloads: 0)
Reply
#13
Changed line 557 to reference version 1.8.2

Works perfectly now.

Thanks!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)
Free Web Hosting