Install Libusb Compat Ubuntu Server

Posted on
Install Libusb Compat Ubuntu Server Rating: 3,9/5 1959 reviews
This repository has been archived by the owner. It is now read-only.

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up

Libusb-0.1-4 install. Linux-ubuntu-modules-2.6.24-16-server install locales install. Upstart-compat-sysv install upstart-logd install.

Comments

commented Feb 4, 2016

i get the following errors installing libusb and hidapi (as dependencies of openocd on ubuntu 14.04)

it's necessary to run sudo apt-get install libudev-dev to get libusb to install, and i have to specify brew install openocd --without-hidapi otherwise hidapi will keep failing.

Member

commented Feb 4, 2016

In Markdown, multi-line fenced code blocks are surrounded by triple back ticks. See https://help.github.com/enterprise/11.10.340/user/articles/github-flavored-markdown/#fenced-code-blocks

self-assigned this Feb 4, 2016

Author

commented Feb 4, 2016

thank you for the tip and the fix

Member

commented Feb 4, 2016

Thanks for the bug report, Davide. libudev is provided by systemd, which is not yet packaged for Linuxbrew, and Linuxbrew does not have a mechanism in place to describe dependencies on system libraries. The fix would be to package systemd for Linuxbrew. I don't have the time for that task myself. A pull request would be welcome if you have the time and inclination.

changed the titlelibusb and hidapi failing on ubuntu 14.04Feb 4, 2016

Author

commented Feb 5, 2016

I understand.

Wouldn't be easier to just repackage libudev-dev? Installing just that fixes libusb (although not hidapi, but i guess it is just unable to find it)
The whole systemd seems a bit excessive.

Software untuk menonton tv offline di pc. Heck, these days the market is filled with dedicated to funneling Internet media to HDTVs. Everyone assumes that consumers want to stream Internet programs and media to the big high-def screen in the living room.

Member

commented Feb 5, 2016

libudev is provided by systemd. See https://packages.debian.org/jessie/libudev-dev

[ Source: systemd ]

Member

commented Feb 5, 2016

I've packaged libcap#789, and I'm testing systemd now #790. I'll then make libusb depend on systemd.

Author

commented Feb 5, 2016

Thank you. running brew install systemd generates the following error:

After installing intltool through apt-get and re-running the command:

after running brew install homebrew/dupes/gperf

And i'm afraid from that on i can't build it. installing linux-utils does not appear to fix the problem.

added a commit that referenced this issue Feb 5, 2016

systemd: Depends on gperf, intltool, util-linux
Member

commented Feb 5, 2016

I've added the missing dependencies. Thanks for the feedback
systemd is checking for a libmount.pc (pkg-config) file, but is not finding one. util-linux does not install a .pc file for libmount.

Tina turner discography torrent mp3 albums. I also don't see such a file on my host system, so I'm not sure how it built successfully on my system. I'll gist the build logs.
The mount.pc file is installed by util-linux and should be picked up by systemd.

Author

commented Feb 5, 2016

When running on a Ubuntu 14.04.3 server 64 (reinstalled from scratch, updated)

#brew install openocd

i ran #brew install libcap , #brew install openocd :

ran #brew install gettext , #brew install openocd:

ran #brew install util-linux, #brew install openocd :

#sudo apt-get install python-setuptools, brew install openocd

then problems on hidapi got a bit more serious: https://gist.github.com/aaaf98d7d7a3b86630eb
(with --without-hidapi it builds correctly)

added a commit that referenced this issue Feb 5, 2016

systemd: Depends on gettext for Linuxbrew
Member

commented Feb 5, 2016

I've added a dependency to systemd on gettext. It looks to me like hidapi installed successfully. I don't see any errors in the log. Is it working for you now?
To work around the not present or broken errors, try brew tap homebrew/dupes before installing anything.

Author

commented Feb 6, 2016

hidapi fails

there are a few interesting errors in the gist:

If you choose to send in graphics and master files (rather than upload them), please allow up to 3 additional days for file prep and proofing. This UV coating not only provides a superior finish but also makes our jackets last 10 years longer than the competition. Add to all of this our, our Low Price Promise, and our Guaranteed 5- and 3-day turn times and you have the best CD jacket printing around. DETAILS: Production times quoted are business days from the moment you approve your proofs and order online. Vista print cd cover.

Member

commented Feb 6, 2016

I can't find that message Error: No such file or directory - hidtest/.libs/hidtest in this gist https://gist.github.com/anonymous/aaaf98d7d7a3b86630eb

there are a few interesting errors in the gist:

These message are normal. It's just configure trying to figure out what version of compiler you have.

Author

commented Feb 6, 2016

i ran on a (nearly) clear system
https://gist.github.com/62d1ec9ac0d3351903a7

Member

commented Feb 7, 2016

hidapi depends on libudev, which is provided by systemd. Would you like to submit a pull request? Start with brew edit hidapi and read CONTRIBUTING.md

Member

commented Mar 24, 2016

The mount.pc file is installed by util-linux and should be picked up by systemd.

pkg-config must be installed before systemd. Resolved by #963.

added a commit to Homebrew/linuxbrew-core that referenced this issue Apr 23, 2016

libusb: Depends on systemd for Linuxbrew

added a commit to Homebrew/linuxbrew-core that referenced this issue Apr 23, 2016

systemd: Depends on gperf, intltool, util-linux

added a commit to Homebrew/linuxbrew-core that referenced this issue Apr 23, 2016

systemd: Depends on gettext for Linuxbrew
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.