colinkeenan / silentcast

Create silent mkv screencast and animated gif.
GNU General Public License v3.0
512 stars 22 forks source link

Builing from Arch Linux AUR, `/bin/sh: warning: shell level (1000) too high, resetting to 1` #59

Closed subnut closed 3 years ago

subnut commented 3 years ago
❯ yay -S silentcast
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  silentcast-3.07-1

  1 silentcast                       (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: PKGBUILD up to date, Skipping (1/1): silentcast
  1 silentcast                       (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: silentcast
==> Making package: silentcast 3.07-1 (Wednesday 22 July 2020 11:47:20 PM)
==> Retrieving sources...
  -> Found v3.07.tar.gz
==> Validating source files with md5sums...
    v3.07.tar.gz ... Passed
==> Making package: silentcast 3.07-1 (Wednesday 22 July 2020 11:47:22 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v3.07.tar.gz
==> Validating source files with md5sums...
    v3.07.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v3.07.tar.gz with bsdtar
==> Sources are ready.
==> Making package: silentcast 3.07-1 (Wednesday 22 July 2020 11:47:25 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe src/main.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o main.o -I./lib
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe lib/SC_X11_get_active_window.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o SC_X11_get_active_window.o -I./lib
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe src/SC_conf_widgets.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o SC_conf_widgets.o -I./lib
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe src/SC_temptoanim.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o SC_temptoanim.o -I./lib
gcc -o scpkg/silentcast main.o SC_X11_get_active_window.o SC_conf_widgets.o SC_temptoanim.o -pthread `pkg-config --cflags --libs x11 gtk+-x11-3.0` -export-dynamic -lm
/bin/sh: warning: shell level (1000) too high, resetting to 1
/bin/sh: warning: shell level (1000) too high, resetting to 1
colinkeenan commented 3 years ago

So, you are getting this error on trying to install it from AUR using yay, is that right? I just installed yay and didn't get any errors when running yay -S silentcast.

colinkeenan commented 3 years ago

Here's my output from yay -S silentcast

yay -S silentcast
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  silentcast-3.07-1

:: Downloaded PKGBUILD (1/1): silentcast
  1 silentcast                               (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: silentcast
==> Making package: silentcast 3.07-1 (Wed 22 Jul 2020 05:15:27 PM CDT)
==> Retrieving sources...
  -> Downloading v3.07.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   129    0   129    0     0    437      0 --:--:-- --:--:-- --:--:--   437
100 1140k    0 1140k    0     0  1210k      0 --:--:-- --:--:-- --:--:-- 5665k
==> Validating source files with md5sums...
    v3.07.tar.gz ... Passed
==> Making package: silentcast 3.07-1 (Wed 22 Jul 2020 05:15:29 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v3.07.tar.gz
==> Validating source files with md5sums...
    v3.07.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v3.07.tar.gz with bsdtar
==> Sources are ready.
==> Making package: silentcast 3.07-1 (Wed 22 Jul 2020 05:15:31 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe src/main.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o main.o -I./lib
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe lib/SC_X11_get_active_window.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o SC_X11_get_active_window.o -I./lib
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe src/SC_conf_widgets.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o SC_conf_widgets.o -I./lib
gcc -c -std=gnu99 -g -O0 -Wall -pthread -pipe src/SC_temptoanim.c `pkg-config --cflags --libs x11 gtk+-x11-3.0` -o SC_temptoanim.o -I./lib
gcc -o scpkg/silentcast main.o SC_X11_get_active_window.o SC_conf_widgets.o SC_temptoanim.o -pthread `pkg-config --cflags --libs x11 gtk+-x11-3.0` -export-dynamic -lm
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "silentcast"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: silentcast 3.07-1 (Wed 22 Jul 2020 05:15:35 PM CDT)
==> Cleaning up...
loading packages...
warning: silentcast-3.07-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) silentcast-3.07-1

Total Installed Size:   0.15 MiB
Net Upgrade Size:      -0.08 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                     [##########################################################] 100%
(1/1) checking package integrity                                                                   [##########################################################] 100%
(1/1) loading package files                                                                        [##########################################################] 100%
(1/1) checking for file conflicts                                                                  [##########################################################] 100%
(1/1) checking available disk space                                                                [##########################################################] 100%
:: Processing package changes...
(1/1) reinstalling silentcast                                                                      [##########################################################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
subnut commented 3 years ago

:astonished: Well..... Any log files I can provide so that you can help me out?

subnut commented 3 years ago

Made a new user, changed default shell to bash, then tried again..... success!!