https://bugs.kde.org/show_bug.cgi?id=396515

--- Comment #8 from Kenneth <x.xer...@gmail.com> ---
(In reply to Mauro Carvalho Chehab from comment #7)
> (In reply to Mauro Carvalho Chehab from comment #6)
> > (In reply to Mauro Carvalho Chehab from comment #5)
> > > (In reply to Kenneth from comment #4)
> > 
> > > I can't check if it will build successfully, as my test machine is Ubuntu,
> > > and I'm using a newer version of libVLC than the one packaged for Debian.
> > 
> > After removing libVLC and libdvbv5 from /usr/local and installing the Ubuntu
> > 18.04 packages for them, and following the above instructions (removing
> > first the old deb-build directory, Kaffeine debian package was generated
> > successfully:
> > 
> > -rw-r--r--  1 mchehab mchehab   2245112 nov  7 07:50
> > kaffeine_2.0.15-2_amd64.deb
> > -rw-r--r--  1 mchehab mchehab   6231652 nov  7 07:50
> > kaffeine-dbgsym_2.0.15-2_amd64.ddeb
> > 
> > Btw, I just updated the instructions. Basically, there are two ways of using
> > the git tree:
> > 
> > 1) you can just build it with:
> > 
> > https://github.com/mchehab/kaffeine#how-to-build-kaffeine
> 
> (sorry, hit enter too early)
> 
> After installing all dependencies and cloning Kaffeine from the git tree,
> there are two ways of building it:
>  
> 1) you can just build it with the instructions at:
> 
> https://github.com/mchehab/kaffeine#how-to-build-kaffeine
> 
> In this case, you may even not need to install Kaffeine, if you have a (not
> too early) Kaffeine version 2.0.x installed. You could just start it with:
>     $  ./src/kaffeine
> 
> 2) you can build and install a new package:
> 
>     https://github.com/mchehab/kaffeine#how-to-produce-a-debianubuntu-package
> 
> This will replace your past Kaffeine install.
> 
> 2) Create/install a new package


I'm getting all manner of issues that does not seem logical to me:

sudo apt install fakeroot
[sudo] password for dell: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libglade2-0 python3-netifaces
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libfakeroot
The following NEW packages will be installed:
  fakeroot libfakeroot
0 upgraded, 2 newly installed, 0 to remove and 49 not upgraded.
Need to get 88.3 kB of archives.
After this operation, 373 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64
1.22-2ubuntu1 [25.9 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64
1.22-2ubuntu1 [62.3 kB]
Fetched 88.3 kB in 1s (157 kB/s)   
Selecting previously unselected package libfakeroot:amd64.
(Reading database ... 209415 files and directories currently installed.)
Preparing to unpack .../libfakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking fakeroot (1.22-2ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up fakeroot (1.22-2ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot
(fakeroot) in auto mode
Processing triggers for libc-bin (2.27-3ubuntu1) ...
dell@Dell-DT:~/deb-build/deb-build$ fakeroot debian/rules binary && \
> cd ..
dh binary --with kf5
make: dh: Command not found
debian/rules:9: recipe for target 'binary' failed
make: *** [binary] Error 127
dell@Dell-DT:~/deb-build/deb-build$ cd deb-build && \
> rsync -ua --exclude '.git*' --exclude deb-build .. . && \
> rm CMakeCache.txt && \
> cat Changelog |grep Version|head -1|perl -ne 'if (m/Version\s*(\S+)/) { print 
> "kaffeine ($1-1) unstable; urgency=medium\n\n  * New upstream release.\n" }' 
> >debian/changelog && \
> echo " -- root <root@localhost>  $(date -R)" >>debian/changelog && \
> fakeroot debian/rules binary && \
> cd ..
bash: cd: deb-build: No such file or directory
dell@Dell-DT:~/deb-build/deb-build$ 

If I delete the directory:
rm -rf deb-build  # Just in case it were created before

and run the procedure again I get:
fatal: could not create work tree dir 'deb-build': Permission denied

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to