When running makepkg
, I get the following warning:
...
==> Checking for packaging issues...
==> WARNING: backup entry file not in package : etc/modprobe.d/droidcam.conf
...
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: | 140 |
Popularity: | 1.43 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 37 Next › Last »
When running makepkg
, I get the following warning:
...
==> Checking for packaging issues...
==> WARNING: backup entry file not in package : etc/modprobe.d/droidcam.conf
...
Could you add v4l2loopback-dkms as an alternative dependency to v4l2loopback-dc-dkms, since either of those packages will do the job?
@invidian Yes that seems to be the cause for my problem. Removing it via modprobe -r snd-aloop
brings my internal soundcard back. For now I decided to just remove snd-aloop from /etc/modules-load.d/droidcam.conf
and try to use my internal microphone instead of the one of my smartphone.
@patchcard2 perhaps this is because we load snd-aloop kernel module?
For some reason, after installing this package ALSA did not recognize my internal soundcard anymore: snd_hda_intel 0000:00:1b.0: cannot find the slot for index 0 (range 0-1), error: -1
@maximbaz thanks for explanation! I replaced ../..
with ${srcdir}
then.
@invidian: it fails as hexhu describes when you build in isolated environment in chroot, e.g. install devtools
package and run extra-x86_64-build
.
I would suggest avoid using relative paths and just use ${srcdir}
in place of ../../
@biker The link is correct. We build multiple packages using single repository, as the source of both packages is the same.
@gbc921 did you try loading v4l2loopback or v4l2loopback-dc kernel module? Because the former is indeed provided by "v4l2loopback-dkms" package and the latter is provided by "v4l2loopback-dc-dkms".
@hexhu I've tried building the package in Arch Linux Docker image (Dockerfile in this package repository) and things work just fine. How do you invoke package building so you hit this issue?
Pinned Comments