Actually I think no one even says where and how to use the makepkg -si with which code... Nothing works, enough time wasted. Removed.-
Search Criteria
Package Details: droidcam 1:2.1.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/droidcam.git (read-only, click to copy) |
---|---|
Package Base: | droidcam |
Description: | A tool to turn your phone/tablet into a wireless/usb webcam |
Upstream URL: | https://github.com/dev47apps/droidcam-linux-client |
Keywords: | android ios webcam |
Licenses: | GPL-2.0-or-later |
Submitter: | marquicus |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 141 |
Popularity: | 1.71 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
Dependencies (21)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libappindicator-gtk3
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- speex (speex-gitAUR)
- V4L2LOOPBACK-MODULE (v4l2loopback-dc-dkmsAUR, linux-pfAUR, v4l2loopback-dkms)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libappindicator-gtk3 (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR) (make)
- speex (speex-gitAUR) (make)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR) (optional) – for Android USB connection
- Show 1 more dependencies...
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 38 Next › Last »
Shaka2u1u commented on 2020-03-29 05:41 (UTC)
Arndroid commented on 2020-03-28 21:28 (UTC)
I was indeed missing the linux-headers package.
I went ahead and installed 5.5, and the 5.5 headers (I don't know why it wasn't installed along with it), and that seems to make thing work wonders again.
Completely different issue. Thanks a ton for the help.
CodeXYZ commented on 2020-03-28 21:11 (UTC)
It's about both; it should match exactly. It looks like you're booting from a different kernel version than the kernel headers you have installed. If you install linux 5.5 make sure you also install the linux5.5-headers. Otherwise make sure you're booting with the correct kernel and have linux_version-headers
corresponding to it. In your grub or syslinux boot file, you have to make sure you're booting the correct kernel.
This wiki link might help? https://wiki.manjaro.org/index.php/Manjaro_Kernels
Arndroid commented on 2020-03-28 20:50 (UTC) (edited on 2020-03-28 21:27 (UTC) by Arndroid)
Cool, the output of the those for me is:
pacman -Qi linux-headers|grep Version Version : 5.4.28-1
uname -r 5.4.24-1-MANJARO
Should uname -r not have the "-MANJARO" part in it perhaps, or is it just about the version number? I still have the same issue after a reboot, I can update to 5.5 fwiw.
CodeXYZ commented on 2020-03-28 20:34 (UTC)
From what i've seen, there's nothing specific to manjaro from keeping this from working.
No need for downloading a snapshot or anything else anymore :-] it should all be working as normal
@Arndroid
You probably have to reboot. Make sure your system is up to date, specifically your kernel and kernel-headers, and try again.
You want to make sure uname -r
matches pacman -Qi linux-headers|grep Version
Arndroid commented on 2020-03-28 20:18 (UTC)
@AwesomeHaircut thank you for the support.
I downloaded the snapshot and run the makepkg -si command:
==> Validating source files with md5sums...
droidcam.desktop ... Passed
icon2.png ... Passed
==> Validating source_x86_64 files with md5sums...
droidcam.tar.bz2 ... Passed
==> Extracting sources...
==> Starting prepare()...
==> Starting build()...
make -C /lib/modules/uname -r
/build M=pwd
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
make[1]: No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
make: [Makefile:4: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
As you can see, I do use Manjaro, is this the cause of the issue I have? It does seems very similar to the issues others have recently mentioned.
If I can provide further info, please let me know.
Levitating commented on 2020-03-28 17:24 (UTC)
Ah nice work @AwesomeHaircut.
CodeXYZ commented on 2020-03-28 17:11 (UTC)
fixed?! You guys let me know please :]
Pinned Comments