Install tint2-svn error

Downloaded tarball from:
https://aur.archlinux.org/packages/tint … setlang=en
I get this error when I try to install, google didnt help:
[root@box tint2-0.11]# ls
AUTHORS        COPYING    INSTALL.txt    README.source      doc         sample
CMakeLists.txt    ChangeLog  README    default_icon.png  get_svnrev.sh  src
[root@box tint2-0.11]# makepkg
bash: /usr/bin/makepkg: /usr/bin/bash: bad interpreter: No such file or directory
[root@box tint2-0.11]#

Scimmia wrote:No, updates have done no such thing, bash is still installed to /usr/bin/bash by default in Arch.
I think Crooksey may have gotten it backwards, possibly by accident or misunderstanding--bash has moved into /usr/bin, not the other way around. I've encountered two Arch machines that haven't been updated in quite some time that had exactly this issue, one updated before December of last year and one that hasn't been updated in a long, long time:
# pacman -Qs bash
local/bash 4.2.024-2 (base)
The GNU Bourne Again shell
# pacman -Ql bash
bash /bin/
bash /bin/bash
bash /bin/bashbug
bash /bin/sh
*snip*
But in both cases, updating the system and/or bash fixes the issue. The problem then is that makepkg is obviously looking for the bash interpreter at /usr/bin/bash (where it should be, probably a recent change itself) and older versions of the bash package installed it to /bin/bash. This likely occurs when updating pacman separately from the rest of the system and then using makepkg to install something else (and failing or forgetting to update the system completely before continuing on your merry way). I believe this was changed in r175821 from the SVN repo:
r175821 | allan | 2013-01-22 00:47:57 -0700 (Tue, 22 Jan 2013) | 3 lines
upgpkg: bash 4.2.042-2
install to /usr/bin and symlink as needed in /bin - will help with future /bin removal
specifically this PKGBUILD change to bring bash up to the current standard of installing into /usr/bin where everything else is:
./configure --prefix=/usr --with-curses --enable-readline \
- --without-bash-malloc --with-installed-readline \
- --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
+ --without-bash-malloc --with-installed-readline
make
Last edited by Zancarius (2013-03-16 18:39:20)

Similar Messages

  • [SOLVED] Update broke tint2-svn

    The transparency on my tint2-svn icons has been broken with a recent update. Here are the packages that were updated before the breakage:
    2015-04-10 11:55 adwaita-icon-theme
    2015-04-10 11:55 atk
    2015-04-10 11:55 at-spi2-atk
    2015-04-10 11:55 at-spi2-core
    2015-04-10 11:55 boost-libs
    2015-04-10 11:55 chromium
    2015-04-10 11:55 dconf
    2015-04-10 11:55 evince
    2015-04-10 11:55 firefox
    2015-04-10 11:55 gcr
    2015-04-10 11:55 glib2
    2015-04-10 11:55 glibmm
    2015-04-10 11:55 glib-networking
    2015-04-10 11:55 gnome-desktop
    2015-04-10 11:55 gnome-keyring
    2015-04-10 11:55 gsettings-desktop-schemas
    2015-04-10 11:55 gtk3
    2015-04-10 11:55 gvfs
    2015-04-10 11:55 gvfs-afc
    2015-04-10 11:55 gvfs-mtp
    2015-04-10 11:55 harfbuzz
    2015-04-10 11:55 harfbuzz-icu
    2015-04-10 11:55 icu
    2015-04-10 11:55 lib32-glib2
    2015-04-10 11:55 lib32-harfbuzz
    2015-04-10 11:55 lib32-libssh2
    2015-04-10 11:55 lib32-libtiff
    2015-04-10 11:55 lib32-qt4
    2015-04-10 11:55 lib32-util-linux
    2015-04-10 11:55 libcdr
    2015-04-10 11:55 libe-book
    2015-04-10 11:55 libmspub
    2015-04-10 11:55 libreoffice-fresh
    2015-04-10 11:55 libsoup
    2015-04-10 11:55 libssh2
    2015-04-10 11:55 libva
    2015-04-10 11:55 libva-intel-driver
    2015-04-10 11:55 libvisio
    2015-04-10 11:55 linux
    2015-04-10 11:55 poppler
    2015-04-10 11:55 poppler-glib
    2015-04-10 11:55 raptor
    2015-04-10 11:55 rest
    2015-04-10 11:56 mpd
    2015-04-10 11:56 p7zip
    2015-04-10 11:56 pangomm
    2015-04-10 11:56 subversion
    2015-04-10 11:56 vte-common
    2015-04-10 11:56 xf86-input-synaptics
    I'm personally suspecting it has something to do with gtk3 or maybe gnome-desktop. The rest of the taskbar is fine and I haven't encountered other issues. I'm currently using Gnome icon pack, so the Adwaita update didn't do anything. I tested different icons for the tray, all of them had the same problem. Is anyone else experiencing this with tint2-svn? Should I try reverting packages or will that make things even messier in the long run?
    Last edited by ggg377 (2015-04-13 18:41:31)

    jasonwryan wrote:Yes, slight code changes have broken the patches. You could hand patch the clock files and remove those patches from the PKGBUILD (or wait until the maintainer updates the package).
    Hi, thanks for this answer. tint2-svn seems to be hopelessly broken. I had to even fix the version I had installed (back in February), but the latest one seems to be an absolute trainwreck. I tried the tips from the comments:
    I `m successfully compile after next changes:
    - patch launcher_apps_dir-v2.patch needs to be modified, source code in svn has been chaged in util/common.c, changes to patch on http://pastebin.com/avmcFs8s
    - patch tint2-systray.patch need to be removed, because source code in file systray/systraybar.c already have patch changes
    This one led to:
    ==> Starting build()...
    patching file src/clock/clock.c
    Hunk #2 succeeded at 111 (offset 11 lines).
    patching file src/clock/clock.c
    Hunk #1 succeeded at 41 (offset 2 lines).
    Hunk #2 FAILED at 62.
    Hunk #3 FAILED at 78.
    Hunk #4 succeeded at 286 (offset 31 lines).
    2 out of 4 hunks FAILED -- saving rejects to file src/clock/clock.c.rej
    patching file src/clock/clock.h
    patching file src/config.c
    Hunk #1 succeeded at 435 (offset 39 lines).
    ==> ERROR: A failure occurred in build().
    Aborting...
    I wouldn't know how to manually fix it and there wasn't a solution in the comments. Also tried building the git version with this pkgbuild: http://sprunge.us/VaeE?sh still got this error:  No CMAKE_C_COMPILER could be found. I also googled and found out some users have reported the svn version works without patches, that didn't work for me when I tried it. It looks like I've hit a dead end. I'm using tint2 for now, but it sadly doesn't have the feature to move tray and clock to bottom when using it as a sidebar. Also it has the same transparency issues in the tray. I might be forced to start looking for a new panel
    Last edited by ggg377 (2015-04-12 15:29:20)

  • Unable to install aircrack svn

    hello , i need to install the svn version of aircrack (because the problem of the channel -1) but when i install, this fails (pd: sorry for my english)
    the output
    ==> Compilando e instalando el paquete
    ==> Las fuentes de aircrack-ng-svn se guardaron en la última ocasión. Utilizarlas? [S/n]
    ==> AVISO: Compilar un paquete como administrador es peligroso.
    Ejecute yaourt como usuario normal.
    ==> Determinando ultima revisión de svn...
    svn: E175002: Unable to connect to a repository at URL 'http://trac.aircrack-ng.org/svn/trunk'
    svn: E175002: OPTIONS of 'http://trac.aircrack-ng.org/svn/trunk': could not connect to server (http://trac.aircrack-ng.org)
    ==> Creando el paquete: aircrack-ng-svn 2029-1 (mar jun 19 12:53:28 CLT 2012)
    ==> Resolviendo dependencias...
    ==> Verificando conflictos...
    ==> Obteniendo fuentes...
    ==> Descomprimiendo fuentes...
    ==> Eliminando el directorio pkg/...
    ==> Iniciando build()...
    ==> Connecting to SVN server....
    svn: E175002: Unable to connect to a repository at URL 'http://trac.aircrack-ng.org/svn/trunk'
    svn: E175002: OPTIONS de 'http://trac.aircrack-ng.org/svn/trunk': no se pudo establecer la conexión con el servidor (http://trac.aircrack-ng.org)
    ==> ERROR: Se produjo un error en build().
        Cancelando...
    ==> ERROR: Makepkg no ha podido compilar aircrack-ng-svn.
    ==> Reiniciar la compilación de aircrack-ng-svn? [s/N]

    You didn't read the AUR comments for this package (yaourt would have displayed them for you), which indicate that aircrack's subversion repo is down at the moment.

  • [Solved] Cant install mplayer-svn

    Maybe I am missing something, but I am trying to install the svn for mplayer and getting this error asking me which file to patch.
    Any suggestions:
    100%[=====================================>] 222,567 86.6K/s in 2.5s
    2009-04-18 20:52:37 (86.6 KB/s) - `Blue-1.7.tar.bz2.part' saved [222567/222567]
    -> Found no_segfault_configure.patch in build dir
    ==> Validating source files with md5sums...
    Blue-1.7.tar.bz2 ... Passed
    no_segfault_configure.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f Blue-1.7.tar.bz2
    ==> Entering fakeroot environment...
    ==> Determining latest svn revision...
    svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused
    ==> Starting build()...
    svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused
    ==> SVN checkout done or server timeout
    ==> Starting make...
    cp: cannot stat `mplayer': No such file or directory
    ./PKGBUILD: line 38: cd: mplayer-build: No such file or directory
    can't find file to patch at input line 3
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |--- a/configure.old 2008-11-15 23:27:59.000000000 +0100
    |+++ b/configure 2008-11-15 23:28:26.000000000 +0100
    File to patch:
    Last edited by banshee28 (2009-04-19 17:59:08)

    banshee28 wrote:1) Is it normal for some of these AUR packages to take 2-5 mins to install? They go through thousands of lines and many pages of commands which seems like quite a long time to install a rather small media player?
    The mplayer subversion tree as of right now has 2752 files, so the initial download will take a little while. It tries to optimize the code based on your current processor and it does a bit of linking. It does take a while to compile.
    banshee28 wrote:2) Whats the best way to maintain this and keep it up-to-date? Will it update with -Syu or do I need to install it again? Not sure about the svn setup?
    Assuming that you didn't delete the build folder, the package will only pull down new files in the build tree, so it won't take as long to download next time. Although, it's pulling in FFmpeg which changes very quickly. The compile times will probably stay roughly the same.

  • Unable to install creative cloud error code 1

    unable to install creative cloud error code 1
    windows 8

    Refer below link
    Error "Failed to Install" Creative Cloud Desktop application

  • When opening iTunes I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled, reinstalled many times - nothing! help please.

    When opening iTunes on my new Windows 7 PC I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled and reinstalled many times to no avail, even tried it on a different user account and still nothing. I recently installed Panda Internet Security 2012 (about 12 days ago), initially iTunes worked fine as usual but within the last few days I've been  unable to open it with the same messages appearing. I've read through some of these pages and tried everything that's been advised, uninstalling and reinstalling while internet and laptop security is swithched off, downloading tools to completely remove anything related to iTunes, tried it in Safe Mode, nothing has worked. I've also noticed that in the start menu when I click on iTunes, it says '(empty)' where it should have the logo and ability to start the program, does this mean it doesn't download + install properly each time I've tried? Any help would be enormously appreciated.

    Doublechecking. Have you also tried the following user tip?
    Troubleshooting issues with iTunes for Windows updates

  • I started my update for ios 5.1for iPhone 4s and cancelled it have way through now it says it's downloaded but really it's not the update is still there and when I try to update it it says unable to install update : an error occurred installing iOS 5.1  ?

    I started my update for ios 5.1for iPhone 4s and cancelled it have way through now it says it's downloaded but really it's not the update is still there and when I try to update it it says unable to install update : an error occurred installing iOS 5.1  ?

    See Here... Unable to Update or Restore...
    http://support.apple.com/kb/HT1808

  • Cannot install itunes. get error message program RSVCR80 not installed. windows error 126.

    cannot update or install itunes. ger error message RSVCR80 not installed. windows error 126.

    Hey sndlot,
    Follow the steps in this link to resolve the issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    When you uninstall, the items you uninstall and the order in which you do so arearticularly important:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Regards,
    Delgadoh

  • ERROR: DW006: Apple Package failed to install successfully. ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1

    Hi,
    i have the following message when i tried to install LR 5.6
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR: DW006 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe Photoshop Lightroom 5.pkg_5.6 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1
    how can i solve this issue?
    I am running on Mac with OSX 10.9.4
    thanks in advance
    Olivier

    olebreth wrote:
    how can i solve this issue?
    A search of the site would probably be a good start:
    https://forums.adobe.com/search.jspa?q=dw006

  • Premiere elements 11 failed to install with the error about shared technologies

    PRE 11 failed to install with the error "The installation process has encountered an error while installing shared technologies. Please restart your system and try again" all that does is uninstall everything and I have to restart agin with the same error and we go on. So far the only way it is working is at the point of the "error message" I run task manager and stop the installer, I know it's leaving files that should be removed by the installer, but it worked. This information was gained on one of the forums and seems to work. Yesterday was the first time I really used it fully and although I was able to create a project I cannot output it as a file (mpg), it starts to output ok then throws up an error and fails. As PRE 10 was still installed I imported the project (which amazed me) into PRE 10 and outputted as required with no error. All this may be due to something being wrongly installed or not being installed in PRE 11, I don't know. Can anybody help
    Dennis
    using Windows 8 Pro
    PS I downloaded the Adobe Support adviser and No errors

    See the following help document:
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html

  • Why can't i install java on os 10.7, under install it says error  something about java script

    why can't i install java on os 10.7, under install it says error  something about java script

    If you can't get any software updates, there is something wrong and I would suggest reinstalling Lion.
    What errors do you get when you try to install the updates?
    What is the build number of Lion. Look in About this Mac and click on the version number.

  • HT1222 I can't update the software of iOS 6 in my ipad 2. When agree mgs pops unable to install update an error ocurred installing iOS 6.

    Im not able to update the software of iOS 6 in my ipad 2. As I tried, a mgs pops up "unable to install update an error ocurred installing iOS 6".  Please do advice.
    Thank you.

    Wait a while and try again. Good chance the server are starting to get hammered.

  • ERROR: DW006: Apple Package failed to install successfully. ERROR: Third party payload installer Adobe Acrobat XI Pro Installer.pkg failed with exit code: 1

    Hi All, anyone with this problem with Acrobat Pro XI, IM USING MAC, also Yosemite if that helps.
    Also Adobe CC, BASICALLY IT just quit and i had to uninstall, re install, and I get this
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Acrobat XI Pro Installer.pkg failed with exit code: 1
    Anyone with same issues...

    Same problem. Creative Cloud subscriber running Mac 10.10.2 on iMac (Retina 5K, 27-inch, Late 2014). All apps work fine EXCEPT for Adobe Acrobat XI. I have tried 100 times and 100 solutions. NOTHING works.

  • Acrobat v10x CS6 Installation: "Some items could not be installed and then Error 1301

    Brand new MacBook Pro Retina 16GB, 512SSD, Mountain Lion.
    I successfully installed all apps in CS6 Web and Design Premium EXCEPT... I had a warning on Acrobat install: "Some items could not be installed properly".
    However, Acrobat 10.0.0 launches and runs fine. Then, I try to move on and upgrade to 10.1.4 (or even 10.0.1) and no matter whether I uninstall and reinstall, repair disk permissions, talk to Adobe support for four times now and let them try everything, I'm still getting Error 1301 "The update could not be applied because Adobe Acrobat application contents were modified since the original installation. I had them send me a hard copy of the CS6 Suite and reinstalled the entire suite. Again, ALL other apps run and upgrade perfectly EXCEPT Acrobat.
    Now, support tells me to use the "Run Repair Acrobat Installation to replace missing files." from this advisory and call them back later (file:///Users/mbp/Desktop/extras/maccomputers/Errors%20and%20freezes%20%7C%20Adobe%20Rea der%20%7C%20Mac%20OS.webarchive).
    Here's the latest hitch: There is no such:  "Repair Acrobat Installation". I'm thinking they think there is and there isn't.
    Also, in details this:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW006, DW050 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 0 warning(s)
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ----------- Payload: {E1C48031-9366-427F-AC04-535CEDAAD995} Acrobat X Pro  10.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed
    ERROR: DW050:  - Acrobat X Pro : Install failed
    Any wisdom out there which is not in the "experimental" arena would be appreciated.

    Hi,
    Thanks for the advice. Tried this and does not work. Exact same results. I really wonder if I am the only person with a MacBook Pro Retina with an 512GB SSD running Mountain Lion that has tried to install Acrobat 10.0.0. I think there is some conflict with Mac OS 10.8.2 that is hostile to the installation sequence Adobe created for Acrobat. I fear Adobe would rather I upgrade to Acrobat X1 than spend their time patching this.
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW006, DW050 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 0 warning(s)
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ----------- Payload: {E1C48031-9366-427F-AC04-535CEDAAD995} Acrobat X Pro  10.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed
    ERROR: DW050:  - Acrobat X Pro : Install failed

  • IOS updates - I keep getting the following message when I try to update my iPad2 - unable to install update, an error occurred installing IOS 8.1.2.  How can I fix this?

    IOS error messagge - I keep getting the following message when I try to update my iPad2 - unable to install update, an error occurred installing IOS 8.1.2.  How can I fix this?

    Which way are you trying to update? WiFi or iTunes? In either case, I would try restarting/rebooting all devices and then try again.
    IF you are using iTunes, eject your iPad, quit iTunes, reboot your computer and reset your iPad by holding down on the sleep and home buttons until the Apple logo appears on the screen. After the iPad starts up, connect to iTunes and try again. You may also want to disable your firewall and antivirus software when you try to update using iTunes. Sometimes those will interfere with the download.
    If you are using WiFi, reset the iPad as described above and try again.
    If WiFi updating will not work, try using iTunes, if iTunes will not work, try using WiFi.

Maybe you are looking for

  • How to download data in Predefined excel template from WAD

    Hi,     I want to download the data from WAD link to a pre defiend excel file. The excel file has all the info objects used in the Query and the placement of the colums is also as per WAD report.    Kindly suggest me if there is some way to achieve t

  • Reading file containing byte data

    I am trying to read a file containing data that is in byte format. I can't look at the file and have no idea what is in there. For my first pass I would just like to see what the format is of the data in characters. Is there an easy way to do this? T

  • N73 Hangs Sometimes after sending SMS

    I am using N73(non music edition). I am having a strange problem in my phone. Sometimes after sending sms the phone hangs. When I press menu key to check the background applications it shows "message" there. When I try to kill it by pressing 'c' key

  • Bricked nokia 6500 slide due to cable disconnectio...

    well i was updating my old nokia 6500 slide and my computer randomly disconnected the phone making my phone go corrupted, so now whenever i turn it on all i see is a blank screen with a backlight, ive looked all over the internet for a fix and sadly

  • When trying to run a Visual Studio 2010 program under Task Scheduler, it always gives a return code of 3762507597.

    I am trying to run a Visual Studio 2010 program under Task Scheduler. We were running the program under Scheduled Tasks in Windows XP with no problems. When it runs under Task Scheduler it always gives a return code of 3762507597. If I run the progra