You are not logged in.

#1 2016-01-21 14:21:40

bastri
Member
Registered: 2016-01-21
Posts: 16

[SOLVED]Error when I tried to install brackets-bin 1.6

Hello. I am new in Arch Linux, and I need to install brackets-bin 1.6. I Am a web developer so I need to use this program to work.

The problem is that when I tried to install it by AUR, I get an error:

/home/user/Descargas/brackets-bin/PKGBUILD: línea 39: execstack: no se encontró la orden
==> ERROR: Se produjo un fallo en prepare().
    Cancelando...

In english:


home / user / Downloads / brackets-bin / PKGBUILD: line 39: execstack: the order was not found
==> ERROR: There was a failure to prepare ().
     Aborting ...

What can I do?
I read on internet that execstack is part of prelink. So I installed without any problem prelink by AUR. But the error still persist.

Thanks a lot.

Last edited by bastri (2016-01-23 15:42:35)

Offline

#2 2016-01-21 14:43:48

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,784
Website

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

I Am a web developer so I need to use this program to work.

This doesn't make sense, html/php/css is just text, you can open it in any text editor..

Mod note: moving to AUR issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2016-01-21 14:56:44

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

$ pkgfile execstack
community/paxtest

It seems `paxtest` is missing in the PKGBUILD's `makedepends` array - try adding it and see if it works (or in any case install it).

EDIT Welcome to Arch Linux, by the way!

sudo pacman -S --asdeps paxtest

Last edited by ayekat (2016-01-21 15:41:56)


pkgshackscfgblag

Offline

#4 2016-01-21 15:12:59

bastri
Member
Registered: 2016-01-21
Posts: 16

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

WorMzy wrote:

I Am a web developer so I need to use this program to work.

This doesn't make sense, html/php/css is just text, you can open it in any text editor..

Mod note: moving to AUR issues.


I am trying to leave Windows and starting to use an operative system like Arch with an excelent philosophy and the first feedback that i received is "This doesn't make sense, html/php/css is just text, you can open it in any text editor.." ?

It's widely known that this type of files can be opened with any text editor, but it's almost impossible to be productive without a " Useful development environment".
But it doesn't justify the way of your answer.

PD: Sorry for post the topic in an incorrect section.

Last edited by bastri (2016-01-21 15:13:17)

Offline

#5 2016-01-21 15:36:37

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

Have you tried ayekat's suggestion?  I think that is the answer.

With regards to your interaction with WorMzy -- you made the assertion that "I Am a web developer so I need to use this program to work.".  That assertion fails;  There are many doing web development without that program.
It is good that you are leaving Windows smile  It is reasonable to desire to use this program, and we are glad to help you to get it running.  I note that the errors you had posted were in Spanish, perhaps this confusion was a result of English being a second language.   You might also discover, as you become more familiar with Linux, that there are general purpose tools that do this task much better than a special purpose "App" and allow you to use one environment for all of your editing.  Tools such as vim, emacs, kate, etc... are all "editors" that have rich extensions for various coding environments.  They also include project management and integration with source control systems. 

Keep an open mind and you will come to love Linux.

Last edited by ewaller (2016-01-21 15:44:21)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#6 2016-01-21 15:40:00

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,784
Website

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

I'm sorry that you found my comment offensive, it wasn't meant to be. The way you worded it made it seem like you cannot be a web developer unless you use this specific program, I just wanted to point out that this isn't the case.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2016-01-21 15:51:14

bastri
Member
Registered: 2016-01-21
Posts: 16

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

ewaller wrote:

Have you tried ayekat's suggestion?  I think that is the answer.

With regards to your interaction to WorMzy -- you made the assertion that "I Am a web developer so I need to use this program to work.".  That assertion fails;  There are many doing web development without that program.
It is good that you are leaving Windows smile  It is reasonable to desire to use this program, and we are glad to help you to get it running.  I note that the errors you had posted were in Spanish, perhaps this confusion was a result of English being a second language.   You might also discover, as you become more familiar with Linux, that there are general purpose tools that do this task much better than a special purpose "App" and allow you to use one environment for all of your editing.  Tools such as vim, emacs, kate, etc... are all "editors" that have rich extensions for various coding environments.  They also include project management and integration with source control systems. 

Keep an open mind and you will come to love Linux.

Hello, thanks for your answer.
Yes, I known that it isn't a necessity. It is more a wish than a necessity. But i'm not a native english speaker, so a lot of times I don't write "In the best way" XD. 
I love vim, I used it to program in C/C++ last year, when I used Debian. And I didn't know that it can be used in web development. In a future I will search on google about it.

Getting back to the puporse of this post, I have now (due to the ayekat's suggestion):

 makedepends=("paxtest") 

But the I received this error when I want to install again:

 -> Extracting Brackets.Release.1.6.64-bit.deb with bsdtar
==> Starting prepare () ...
   -> -> Extracting files ...
   -> -> Fixing executable stack ...
/ home / user / Downloads / brackets-bin / PKGBUILD: line 40: execstack: the order was not found
==> ERROR: There was a failure to prepare ().
     Aborting ...

Last edited by bastri (2016-01-21 15:52:02)

Offline

#8 2016-01-21 15:57:10

bastri
Member
Registered: 2016-01-21
Posts: 16

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

WorMzy wrote:

I'm sorry that you found my comment offensive, it wasn't meant to be. The way you worded it made it seem like you cannot be a web developer unless you use this specific program, I just wanted to point out that this isn't the case.

No problem. Sorry for interpret badly your answer.  Regrettably by this media the things could be interpreted in a lot of ways. Even more if you don't have a good english level like me. Good luck and thanks.

Offline

#9 2016-01-21 16:02:29

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

First off, stop giving us translated errors. Use LC_ALL=C.

Next, install/reinstall prelink.

Offline

#10 2016-01-21 16:12:11

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

It just built okay on my system.  Curiously on my system, execstack is owned by prelink

What happens if you try to install the prelink package from the AUR?

Edit:  Snaked by Scimma while I was building smile

Last edited by ewaller (2016-01-21 16:14:10)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#11 2016-01-21 16:13:42

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

Note to myself: I should get in the habit of running `pkgfile -u` from time to time.

Indeed, paxtest does no longer provide the `execstack` command, I'm sorry for the misleading advice (although, even after the update, it still tells me that - I must have done something wrong here).
I am, however, a little irritated because makepkg apparently didn't warn you of the missing prelink dependency (it should have, it was in the `makedepends` array before you removed it). How exactly did you launch `makepkg`?

Last edited by ayekat (2016-01-21 16:19:40)


pkgshackscfgblag

Offline

#12 2016-01-21 16:14:13

bastri
Member
Registered: 2016-01-21
Posts: 16

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

Scimmia wrote:

First off, stop giving us translated errors. Use LC_ALL=C.

Next, install/reinstall prelink.

Ok. The first that I did is to remove "prelink" as a make dependence, because pacman couldn't find it. So I installed manually by the AUR.

Now I've just reinstalled it and the error with the isntalation of Brackets persist.

For if you need I'll past the log of  "prelink"'s installation:

ser@localhost ~/D/prelink> makepkg -sf 
==> Making package: prelink 20130503-7 (Thu Jan 21 10:10:25 ART 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found prelink-20130503.tar.bz2
  -> Found prelink.conf
  -> Found prelink.sh
==> Validating source files with sha256sums...
    prelink-20130503.tar.bz2 ... Passed
    prelink.conf ... Passed
    prelink.sh ... Passed
==> Extracting sources...
  -> Extracting prelink-20130503.tar.bz2 with bsdtar
bsdtar: Failed to set default locale
==> Removing existing $pkgdir/ directory...
==> Starting build()...
./configure: line 47: warning: setlocale: LC_NUMERIC: cannot change locale (): No such file or directory
./configure: line 47: warning: setlocale: LC_NUMERIC: cannot change locale ()
./configure: line 47: warning: setlocale: LC_TIME: cannot change locale (): No such file or directory
./configure: line 47: warning: setlocale: LC_TIME: cannot change locale ()
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking gelf.h usability... yes
checking gelf.h presence... yes
checking for gelf.h... yes
checking for elf_begin in -lelf... yes
checking for gelf_getvernaux... yes
checking whether FTW_ACTIONRETVAL is supported... yes
checking for is_selinux_enabled in -lselinux... no
checking selinux/selinux.h usability... no
checking selinux/selinux.h presence... no
checking for selinux/selinux.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating gelfx/Makefile
config.status: creating gelfx32/Makefile
config.status: creating gelf/Makefile
config.status: creating m4/Makefile
config.status: creating patches/Makefile
config.status: creating doc/Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink'
Making all in gelfx
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx'
Making all in gelfx32
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
Making all in gelf
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelf'
Making all in src
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/src'
Making all in patches
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/patches'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/patches'
Making all in doc
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/doc'
Making all in testsuite
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink'
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink'
==> Starting check()...
make: Entering directory '/home/user/Descargas/prelink/src/prelink'
Making check in gelfx
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx'
Making check in gelfx32
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
Making check in gelf
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelf'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelf'
Making check in src
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/src'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/src'
Making check in patches
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/patches'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/patches'
Making check in doc
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/doc'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/doc'
Making check in testsuite
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make  check-TESTS
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/testsuite'
FAIL: reloc1.sh
FAIL: reloc2.sh
FAIL: reloc3.sh
FAIL: reloc6.sh
FAIL: reloc7.sh
FAIL: reloc8.sh
FAIL: reloc9.sh
FAIL: reloc10.sh
FAIL: reloc11.sh
FAIL: shuffle1.sh
FAIL: shuffle2.sh
FAIL: shuffle3.sh
FAIL: shuffle4.sh
FAIL: shuffle5.sh
FAIL: shuffle6.sh
FAIL: shuffle7.sh
FAIL: shuffle8.sh
FAIL: shuffle9.sh
FAIL: undo1.sh
FAIL: layout1.sh
FAIL: layout2.sh
PASS: unprel1.sh
FAIL: tls1.sh
FAIL: tls2.sh
FAIL: tls3.sh
FAIL: tls4.sh
FAIL: tls5.sh
FAIL: tls6.sh
FAIL: tls7.sh
FAIL: cxx1.sh
FAIL: cxx2.sh
FAIL: cxx3.sh
./quick1lib1.c: In function 'q1':
./quick1lib1.c:3:10: warning: implicit declaration of function 'q2' [-Wimplicit-function-declaration]
   return q2 () + 1;
          ^
FAIL: quick1.sh
./quick1lib1.c: In function 'q1':
./quick1lib1.c:3:10: warning: implicit declaration of function 'q2' [-Wimplicit-function-declaration]
   return q2 () + 1;
          ^
FAIL: quick2.sh

FAIL: quick3.sh
PASS: cycle1.sh
PASS: cycle2.sh

./deps1lib2.c: In function 'f8':
./deps1lib2.c:10:10: warning: implicit declaration of function 'f9' [-Wimplicit-function-declaration]
   return f9 () - 1;
          ^
./deps1.c: In function 'main':
./deps1.c:15:7: warning: implicit declaration of function 'f8' [-Wimplicit-function-declaration]
   if (f8 () != 17)
       ^
PASS: deps1.sh
./deps1lib2.c: In function 'f8':
./deps1lib2.c:10:10: warning: implicit declaration of function 'f9' [-Wimplicit-function-declaration]
   return f9 () - 1;
          ^
./deps1.c: In function 'main':
./deps1.c:15:7: warning: implicit declaration of function 'f8' [-Wimplicit-function-declaration]
   if (f8 () != 17)
       ^
PASS: deps2.sh
FAIL: ifunc1.sh
FAIL: ifunc2.sh
FAIL: ifunc3.sh

PASS: undosyslibs.sh
=====================
37 of 43 tests failed
=====================
Makefile:158: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/testsuite'
Makefile:238: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/testsuite'
Makefile:175: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
make: Leaving directory '/home/user/Descargas/prelink/src/prelink'
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/home/user/Descargas/prelink/src/prelink'
Making install in gelfx
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx'
Making install in gelfx32
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelfx32'
Making install in gelf
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelf'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/gelf'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelf'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/gelf'
Making install in src
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/src'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/src'
/bin/sh ../mkinstalldirs /home/user/Descargas/prelink/pkg/prelink/usr/bin
mkdir -p -- /home/user/Descargas/prelink/pkg/prelink/usr/bin
  /bin/sh ../libtool --mode=install /usr/bin/install -c execstack /home/user/Descargas/prelink/pkg/prelink/usr/bin/execstack
/usr/bin/install -c execstack /home/user/Descargas/prelink/pkg/prelink/usr/bin/execstack
/bin/sh ../mkinstalldirs /home/user/Descargas/prelink/pkg/prelink/usr/bin
  /bin/sh ../libtool --mode=install /usr/bin/install -c prelink /home/user/Descargas/prelink/pkg/prelink/usr/bin/prelink
/usr/bin/install -c prelink /home/user/Descargas/prelink/pkg/prelink/usr/bin/prelink
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/src'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/src'
Making install in patches
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/patches'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/patches'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/patches'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/patches'
Making install in doc
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/doc'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/sh ../mkinstalldirs /home/user/Descargas/prelink/pkg/prelink/usr/share/man/man8
mkdir -p -- /home/user/Descargas/prelink/pkg/prelink/usr/share/man/man8
 /usr/bin/install -c -m 644 ./prelink.8 /home/user/Descargas/prelink/pkg/prelink/usr/share/man/man8/prelink.8
 /usr/bin/install -c -m 644 ./execstack.8 /home/user/Descargas/prelink/pkg/prelink/usr/share/man/man8/execstack.8
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/doc'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/doc'
Making install in testsuite
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink/testsuite'
make[1]: Entering directory '/home/user/Descargas/prelink/src/prelink'
make[2]: Entering directory '/home/user/Descargas/prelink/src/prelink'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/user/Descargas/prelink/src/prelink'
make[1]: Leaving directory '/home/user/Descargas/prelink/src/prelink'
make: Leaving directory '/home/user/Descargas/prelink/src/prelink'
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "prelink"...
  -> Generating .PKGINFO file...
  -> Generating .MTREE file...
bsdtar: Failed to set default locale
  -> Compressing package...
bsdtar: Failed to set default locale
==> Leaving fakeroot environment.
==> Finished making: prelink 20130503-7 (Thu Jan 21 10:11:01 ART 2016)

Offline

#13 2016-01-21 16:17:31

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

You did not install it.  You only built it.

You need to do a sudo pacman -U insertNameOfThePackageFileHere


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#14 2016-01-21 16:17:47

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

This only built the package, you still need to install it:

sudo pacman -U prelink-20130503-7-x86_64.pkg.tar.xz

Note to myself: ... aaaaand get into the habit of clicking "Preview" more often.
Actually, it would be nice if there was a big, red, blinking text box that appears in front of my face going: "hey! there has been another comment while you were typing! how about reading that one first?"

Last edited by ayekat (2016-01-21 16:48:07)


pkgshackscfgblag

Offline

#15 2016-01-21 16:18:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

Thanks ayekat, I did not know the full package name


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#16 2016-01-21 16:20:14

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

bastri wrote:

Ok. The first that I did is to remove "prelink" as a make dependence, because pacman couldn't find it. So I installed manually by the AUR.

You should expect things to break when you blindly make changes like that.

Offline

#17 2016-01-21 16:22:18

bastri
Member
Registered: 2016-01-21
Posts: 16

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

ayekat wrote:

Note to myself: I should get in the habit of running `pkgbuild -u` from time to time.

Indeed, paxtest does no longer provide the `execstack` command, I'm sorry for the misleading advice (although, even after the update, it still tells me that - I must have done something wrong here).
I am, however, a little irritated because makepkg apparently didn't warn you of the missing prelink dependency (it should have, it was in the `makedepends` array before you removed it). How exactly did you launch `makepkg`?

No problem.

First, when I extracted brackets I had:

 makedepends=("prelink") 

I delete "prelink" as a makedependece because pacman can't find it. Also I installed it manually by the AUR.
So then I tried:

 makedepends=("paxtest") 

With this I get the erorr:

==> Making package: brackets-bin 1.6-1 (Thu Jan 21 10:19:37 ART 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Brackets.Release.1.6.64-bit.deb
==> Validating source files with sha512sums...
    Brackets.Release.1.6.64-bit.deb ... Passed
==> Extracting sources...
  -> Extracting Brackets.Release.1.6.64-bit.deb with bsdtar
bsdtar: Failed to set default locale
==> Starting prepare()...
  ->   -> Extracting files...
  ->   -> Fixing executable stack...
/home/user/Descargas/brackets-bin/PKGBUILD: line 40: execstack: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...

And finally I have now:

 makedepends=("paxtest" "prelink") 

And the error that I get:

 ==> Making package: brackets-bin 1.6-1 (Thu Jan 21 10:18:52 ART 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
error: target not found: prelink
==> ERROR: 'pacman' failed to install missing dependencies.

Offline

#18 2016-01-21 16:23:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

See message #14


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#19 2016-01-21 16:45:12

bastri
Member
Registered: 2016-01-21
Posts: 16

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

Ok. I'll try it in a while. Thanks a lot.

Offline

#20 2016-01-22 02:13:21

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED]Error when I tried to install brackets-bin 1.6

bastri wrote:

It's widely known that this type of files can be opened with any text editor, but it's almost impossible to be productive without a " Useful development environment".

OT, but I can't let this one slide.

This is simply not true. In fact, there is good evidence for the opposite. If you NEED (notice I stress "need") an IDE to be productive, you are not quite the developer you think you are.

Case in point, n my 25+ years as a software developer, I routinely spend time without an IDE to make sure I know what I'm doing, and not just relying on the IDE to do things for me. It helps tremendously when things break and you only have an SSH connection to a server and you have to fix the issue. Your IDE is of no use in that situation.

Last edited by mrunion (2016-01-22 02:14:49)


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB