Giter Site home page Giter Site logo

Comments (26)

ReperakDev avatar ReperakDev commented on May 30, 2024

More details are needed. Post full logs and makepkg.conf

from activate-linux.

pipka4 avatar pipka4 commented on May 30, 2024

makepkg -s
==> Build package activate-linux-git r70.d0d7e2c-1 (Wed May 18, 2022 21:32:13)
==> Checking dependencies to run...
==> Checking the dependencies for the build...
==> Getting the source files...
-> Cloning the 'activate-linux' (git) repository...
Cloning to the bare repository "/home/niktia/ Downloads/activate-linux-git/activate-linux"...
remote: Enumerating objects: 405, done.
remote: Counting objects: 100% (167/167), done.
remote: Compressing objects: 100% (87/87), done.
remote: Total 405 (delta 77), reused 137 (delta 69), pack-reused 238
Receiving objects: 100% (405/405), 815.74 KiB | 82.00 KiB/s, done.
Change detection: 100% (186/186), done.
-> Activate-linux.desktop found.
==> Checking source files using sha512sums...
activate-linux ... Missing
activate-linux.desktop ... Missing
==> Unpacking source files...
-> Create a working copy of the 'activate-linux' repository (git)...
Cloning to 'activate-linux' ...
done.
==> Running pkgver()...
==> Updated version: 'activate-linux-git r102.1fd1843-1'.
==> Launches build()...
src src/activate_linux.c src/color. c -o activate-linux -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp, -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -lX11 -lXfixes -lXinerama - I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2. 0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/pixman-1 -lcairo
==> Logging into the fakeroot environment.
==> Runs package()...
install: failed stat for 'bin/activate-linux': No such file or directory
==> ERROR: Package() failed.
Abort...

from activate-linux.

ReperakDev avatar ReperakDev commented on May 30, 2024

Not entirely sure why the AUR package is looking in bin.
Anyways, the solution is the first comment in the AUR comments

from activate-linux.

ReperakDev avatar ReperakDev commented on May 30, 2024

I see what's going on here. 8ff0df7 removed the bin/ directory and the aur package wasn't updated.

Edit: why was that commit even merged? It kinda ruined a lot of things.

from activate-linux.

pipka4 avatar pipka4 commented on May 30, 2024

So I just have to wait for the update?

from activate-linux.

er888kh avatar er888kh commented on May 30, 2024

So I just have to wait for the update?

You can just change line 31 in PKGBUILD from:
install -D bin/activate-linux "$pkgdir/usr/bin/activate-linux"
to:
install -D activate-linux "$pkgdir/usr/bin/activate-linux"
(the bin/activate-linux part was changed to activate-linux)
I tried it and it worked fine

from activate-linux.

Ruby-Dragon avatar Ruby-Dragon commented on May 30, 2024

We can try to contact the maintainer of the AUR package

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

Same problem

:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  activate-linux-git-r70.d0d7e2c-1

  1 activate-linux-git               (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/0): activate-linux-git
  1 activate-linux-git               (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: activate-linux-git
==> Making package: activate-linux-git r70.d0d7e2c-1 (Wed 18 May 2022 11:34:40 PM EET)
==> Retrieving sources...
  -> Updating activate-linux git repo...
Fetching origin
  -> Found activate-linux.desktop
==> Validating source files with sha512sums...
    activate-linux ... Skipped
    activate-linux.desktop ... Skipped
==> Making package: activate-linux-git r70.d0d7e2c-1 (Wed 18 May 2022 11:34:42 PM EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating activate-linux git repo...
Fetching origin
  -> Found activate-linux.desktop
==> Validating source files with sha512sums...
    activate-linux ... Skipped
    activate-linux.desktop ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of activate-linux git repo...
Cloning into 'activate-linux'...
done.
==> Starting pkgver()...
==> Updated version: activate-linux-git r102.1fd1843-1
==> Sources are ready.
==> Making package: activate-linux-git r102.1fd1843-1 (Wed 18 May 2022 11:34:45 PM EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
cc src/activate_linux.c src/color.c -o activate-linux -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -lX11 -lXfixes -lXinerama  -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/pixman-1 -lcairo 
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'bin/activate-linux': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: activate-linux-git                                                                                                           

good workaround for it is to use good old make till it get fixed

from activate-linux.

pipka4 avatar pipka4 commented on May 30, 2024

So I just have to wait for the update?

You can just change line 31 in PKGBUILD from: install -D bin/activate-linux "$pkgdir/usr/bin/activate-linux" to: install -D activate-linux "$pkgdir/usr/bin/activate-linux" (the bin/activate-linux part was changed to activate-linux) I tried it and it worked fine

It didn't work.
activate-linux-git PKGBUILD install -D activate-linux "$pkgdir/usr/bin/activate-linux"
zsh: command not found: PKGBUILD
~/Z/activate-linux-git install -D activate-linux "$pkgdir/usr/bin/activate-linux"
install: failed stat for 'activate-linux': No such file or directory
~/Z/activate-linux-git makepkg install -D activate-linux "$pkgdir/usr/bin/activate-linux"
makepkg: Wrong parameter -- 'D'

from activate-linux.

pipka4 avatar pipka4 commented on May 30, 2024

Don t worked
makepkg install activate-linux "$pkgdir/usr/bin/activate-linux"
==> Build package activate-linux-git r70.d0d7e2c-1 (Thu, 19 May 2022 13:06:32)
==> Checking dependencies to run...
==> Checking the dependencies for the build...
==> Getting the source files...
-> Cloning the 'activate-linux' (git) repository...
Cloning to the bare repository "/home/niktia/ Downloads/activate-linux-git/activate-linux"...
remote: Enumerating objects: 416, done.
remote: Counting objects: 100% (178/178), done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 416 (delta 83), reused 144 (delta 72), pack-reused 238
Receiving objects: 100% (416/416), 817.42 KiB | 2.38 MiB/s, done.
Change detection: 100% (192/192), done.
-> Activate-linux.desktop found.
==> Checking source files using sha512sums...
activate-linux ... Missing
activate-linux.desktop ... Missing
==> Unpacking source files...
-> Create a working copy of the 'activate-linux' repository (git)...
Cloning to 'activate-linux' ...
done.
==> Running pkgver()...
==> Updated version: 'activate-linux-git r105.61bf1ac-1'
==> Launches build()...
src src/activate_linux.c src/color. c -o activate-linux -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp, -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -lX11 -lXfixes -lXinerama - I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2. 0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/pixman-1 -lcairo
==> Logging into the fakeroot environment.
==> Runs package()...
install: failed stat for 'bin/activate-linux': No such file or directory
==> ERROR: Package() failed.
Abort...

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

@pipka4 they did not change aur (I think)

you can download PKGBUILD itself and edit it #82 (comment) but I was so lazy and used make

from activate-linux.

MrGlockenspiel avatar MrGlockenspiel commented on May 30, 2024

Yeah it hasn't been updated yet
For now I recommend just building from source

from activate-linux.

Ruby-Dragon avatar Ruby-Dragon commented on May 30, 2024

@MrGlockenspiel do we have a way of contacting the maintainer of the AUR package?

from activate-linux.

MrGlockenspiel avatar MrGlockenspiel commented on May 30, 2024

I can email them rq

from activate-linux.

pipka4 avatar pipka4 commented on May 30, 2024

@pipka4 they did not change aur (I think)

you can download PKGBUILD itself and edit it #82 (comment) but I was so lazy and used make

Can I use the make command?

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

Can I use the make command?

You literally an arch user. I can't help myself but say it. RTFM -- https://github.com/MrGlockenspiel/activate-linux#building and https://github.com/MrGlockenspiel/activate-linux#other

from activate-linux.

pipka4 avatar pipka4 commented on May 30, 2024

Can I use the make command?

You literally an arch user. I can't help myself but say it. RTFM -- https://github.com/MrGlockenspiel/activate-linux#building and https://github.com/MrGlockenspiel/activate-linux#other
That's the way it is. I have been using Linux for two weeks. But still, the commands in the post from the developer didn't help me.

make install 2 ✘
make: *** No rule to build target "install". Stop.
~/downloads/activate-linux-git make 2 ✘
make: *** No targets set and no make file found. Stop.
~/downloads/activate-linux-git

from activate-linux.

ReperakDev avatar ReperakDev commented on May 30, 2024

Obvious troll is obvious.

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

you first run make then make install....

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

you BUILD then INSTALL

not install. wtf...


I'm not saying newbie is bad but at least let me know you are new. You first run make to build the app then run make install to install

from activate-linux.

xfnw avatar xfnw commented on May 30, 2024

you BUILD then INSTALL

you do not actually need to, the Makefile rule for install ensures the binary is already built, making it unnecessary to make before make install

@pipka4 was trying to run make on the aur package's repo, which did not work because it does not include a Makefile, instead of the actual source git repository

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

oh I did not notice it was aur lol

from activate-linux.

Ruby-Dragon avatar Ruby-Dragon commented on May 30, 2024

The aur still needs to be updated. We have no control over the package at the moment. I think its a bit too early to orphan it

from activate-linux.

wuyudi avatar wuyudi commented on May 30, 2024
paru -S activate-linux-git --fm=vim

then modify the PKGBUILD, remove the bin, as the comment in aur

https://aur.archlinux.org/packages/activate-linux-git

then it will done.

image

from activate-linux.

EsmailELBoBDev2 avatar EsmailELBoBDev2 commented on May 30, 2024

Did you mean: yay -S activate-linux-git --editor nano --answeredit a?

You paru/vim users....

from activate-linux.

MrGlockenspiel avatar MrGlockenspiel commented on May 30, 2024

the package has been fixed so its all good now

from activate-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.