Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
I'm getting this only on the arm container: ``` chronos@rpi51-armv7l:2.27 M91 /usr/local/lib/crew/packages (master >|SPARSE)$ crew whatprovides bin/convert /usr/local/lib/crew/lib/package.rb:104:in `read': no implicit conversion of nil into String (TypeError) class_eval(File.read(pkg_file, encoding: Encoding::UTF_8),...
@Zopolis4 @supechicken Any ideas?
(I don't think there are any changes relevant to package.rb that would cause that in this PR?, and it isn't an issue on x86_64 or i686...)
I need to add a unit test for `crew whatprovides`...
Ok `crew whatprovides` is broken on arm on master, so this PR isn't to blame, so I'm flipping this off of draft again. That's another issue that can be fixed...
Why is `#{[pkg.name](http://pkg.name/)}.filelist` happening?
This is the relevant line 64: ```ruby all_other_files = `grep -h --exclude #{pkg.name}.filelist \"^#{CREW_PREFIX}\\|^#{HOME}\" #{CREW_META_PATH}/*.filelist`.split("\n").uniq.sort ```
I'm having trouble replicating this. In the hatch M126 container, I add and then remove qt5_base. (I added a debug line to print what `pkg.name` is right before the relevant...
> Working on mysql updates over at https://github.com/Zopolis4/chromebrew/tree/1really, but as CMake builds are currently broken not making much progress. > > fwiw, @satmandu, I'm not sure what your build process...
I believe this was fixed by https://github.com/chromebrew/chromebrew/pull/10363