Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HP Omen 17 - ck0000 #44

Open
LostGuyHenry opened this issue Feb 24, 2022 · 3 comments
Open

HP Omen 17 - ck0000 #44

LostGuyHenry opened this issue Feb 24, 2022 · 3 comments

Comments

@LostGuyHenry
Copy link

Hi
I need to extract vbios for omen 17 (ck0000), but i have 0,00001 experience under linux. Is there someone, who can help me little? Give me hand or guide me a little ? :-)

Thank you

LittleGuyHenry

@LostGuyHenry
Copy link
Author

LostGuyHenry commented Feb 26, 2022

Ok people
It is shame for me :( , but I must ask You for help.
If there is anyone who can help me, then please i really need extract vBios(es) from that update.
Thanks a lot to anybody who will be able to extract it.

Link:
https://drive.google.com/file/d/1tzqpE3f2pYcFHfsW97PojjN9rj9E0UyM/view

@LostGuyHenry LostGuyHenry changed the title HP Omen 17 - ck0000 HP Omen 17 - ck0000 Feb 26, 2022
@LostGuyHenry
Copy link
Author

always end on this when:

bundle install --path=vendor/bundle
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
      reline (>= 0)
      Available/installed versions of this gem:
      - 0.1.5
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
Fetching gem metadata from https://rubygems.org/......
Using bundler 1.17.3
Using climate_control 0.2.0
Using coderay 1.1.2
Using colorize 0.8.1
Using method_source 0.9.0
Fetching posix-spawn 0.3.13
Installing posix-spawn 0.3.13 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
/home/revan/vbios/VBiosFinder-master/vendor/bundle/ruby/2.7.0/gems/posix-spawn-0.3.13/ext
/usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r
./siteconf20220303-14469-1xm5bwb.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.

extconf failed, exit code 1

Gem files will remain installed in
/home/revan/vbios/VBiosFinder-master/vendor/bundle/ruby/2.7.0/gems/posix-spawn-0.3.13
for inspection.
Results logged to
/home/revan/vbios/VBiosFinder-master/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/posix-spawn-0.3.13/gem_make.out

An error occurred while installing posix-spawn (0.3.13), and Bundler
cannot continue.
Make sure that `gem install posix-spawn -v '0.3.13' --source
'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  posix-spawn

@raksanyiv
Copy link

Hi!

I'll try to help. No promises:-)
Please take a look at the error message:

mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.

There can be other problems as well but this clearly states that you do not have installed the ruby development header files, you know, the source code files. Usually distros package the already built and usable binary files and the source codes separately. When you have to compile something from source code, you will need the dependencies' source too.
For me on Fedora 34 (I know I know, I'm planning to update... :-) ) this was the ruby-devel package.
# dnf install ruby-devel

Also please be sure all required/optional stuff listed is available on your system or in the 3rd-party dir.

So are the ruby header files on your system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants