[SOLVED] Telepathy protocols (git versions)

A lot of work is going on with empathy and telepathy lately, I'm already running the git version of empathy but would like the git versions of telepathy-butterfly (MSN), telepathy-gabble (XMPP/Jabber) and telepathy-idle (IRC).
I have no idea how to build from source let alone write PKGBUILDS for git versions of these so if someone would be willing to give it a shot it would be great
http://telepathy.freedesktop.org/wiki/Components
http://git.collabora.co.uk/?p=telepathy … ;a=summary
http://git.collabora.co.uk/?p=telepathy … ;a=summary
http://git.collabora.co.uk/?p=telepathy-idle.git
Last edited by descendent87 (2009-12-30 00:09:22)

these builds complete, but i didnt actually run/use the library because i dont use empathy (kde will do it eventually right?).
PKGBUILDs are as-is, not in AUR.  they are also using an experimental git routine from here:
http://bbs.archlinux.org/viewtopic.php?id=86366
please let me know if you have any issues when rebuilding each day/whatever (mainly, is the repo updating correctly, or is it redownloading everything each time makepkg is ran?).  all i did was take the PKGBUILDs from ABS, and add the git specific bits (pkgver, _gitroot, _gitname, provides=(), conflicts=(), source=()) along with a handful of tweaks.  you can make your own for the other telepathy-* packages pretty easily by following these examples; usually only minor changes are necessary to make it work (telepathy-gabble needed another makedepend, and both telepathy-gabble and telepathy-idle needed ./configure changed to ./autogen.sh ... that was it)
TELEPATHY-BUTTERFLY-GIT
pkgname=telepathy-butterfly-git
pkgver=20091221
pkgrel=1
pkgdesc="A MSN connection manager for Telepathy"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
groups=('telepathy')
license=('GPL')
depends=('papyon>=0.4.2' 'python-telepathy>=0.15.11')
conflicts=('telepathy-butterfly')
provides=('telepathy-butterfly')
source=()
_gitroot=git://git.collabora.co.uk/git/telepathy-butterfly.git
_gitname=master
build() {
msg2 "Syncing with ${_gitroot}..."
g=${startdir}/${pkgname}.git; w=${srcdir}/${pkgname}
[ -n "${_gitname#HEAD}" ] || \
_gitname=$(git ls-remote $_gitroot | awk '$2~/HEAD/ {S=$1}; $1==S && $2!~/HEAD/ {sub("[a-z]+/[a-z]+/","",$2); print $2; exit}')
[ -d "${g}" ] || git --git-dir=${g} --work-tree=${w} init
mkdir -p ${w} && { [ -d "${w}/.git" ] || ln -s ${g} ${w}/.git; } && cd ${w}
git show-ref -q $_gitname || d="--depth=1"
git fetch -f -u -n $d ${_gitroot} +${_gitname}:${_gitname} || return 1
git reset --hard ${_gitrefspec:=$_gitname} || return 1
msg2 "Fetched remote ${_gitname}"
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
make || return 1
make DESTDIR=$pkgdir install || return 1
TELEPATHY-GABBLE-GIT
pkgname=telepathy-gabble-git
pkgver=20091221
pkgrel=1
pkgdesc="A Jabber/XMPP connection manager for Telepathy"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
groups=('telepathy')
license=('LGPL')
options=('!libtool')
depends=('loudmouth' 'telepathy-glib>=0.7.37' 'libsoup')
makedepends=('libxslt' 'gtk-doc')
conflicts=('telepathy-gabble')
provides=('telepathy-gabble')
source=()
_gitroot=git://git.collabora.co.uk/git/telepathy-gabble.git
_gitname=master
build() {
msg2 "Syncing with ${_gitroot}..."
g=${startdir}/${pkgname}.git; w=${srcdir}/${pkgname}
[ -n "${_gitname#HEAD}" ] || \
_gitname=$(git ls-remote $_gitroot | awk '$2~/HEAD/ {S=$1}; $1==S && $2!~/HEAD/ {sub("[a-z]+/[a-z]+/","",$2); print $2; exit}')
[ -d "${g}" ] || git --git-dir=${g} --work-tree=${w} init
mkdir -p ${w} && { [ -d "${w}/.git" ] || ln -s ${g} ${w}/.git; } && cd ${w}
git show-ref -q $_gitname || d="--depth=1"
git fetch -f -u -n $d ${_gitroot} +${_gitname}:${_gitname} || return 1
git reset --hard ${_gitrefspec:=$_gitname} || return 1
msg2 "Fetched remote ${_gitname}"
./autogen.sh --prefix=/usr --libexecdir=/usr/lib/telepathy --enable-shave
make || return 1
make DESTDIR=$pkgdir install
TELEPATHY-IDLE-GIT
pkgname=telepathy-idle-git
pkgver=20091221
pkgrel=1
pkgdesc="An IRC connection manager for Telepathy"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
groups=('telepathy')
license=('LGPL')
depends=('telepathy-glib' 'openssl')
makedepends=('libxslt')
conflicts=('telepathy-idle')
provides=('telepathy-idle')
source=()
_gitroot=git://git.collabora.co.uk/git/telepathy-idle.git
_gitname=master
build() {
msg2 "Syncing with ${_gitroot}..."
g=${startdir}/${pkgname}.git; w=${srcdir}/${pkgname}
[ -n "${_gitname#HEAD}" ] || \
_gitname=$(git ls-remote $_gitroot | awk '$2~/HEAD/ {S=$1}; $1==S && $2!~/HEAD/ {sub("[a-z]+/[a-z]+/","",$2); print $2; exit}')
[ -d "${g}" ] || git --git-dir=${g} --work-tree=${w} init
mkdir -p ${w} && { [ -d "${w}/.git" ] || ln -s ${g} ${w}/.git; } && cd ${w}
git show-ref -q $_gitname || d="--depth=1"
git fetch -f -u -n $d ${_gitroot} +${_gitname}:${_gitname} || return 1
git reset --hard ${_gitrefspec:=$_gitname} || return 1
msg2 "Fetched remote ${_gitname}"
./autogen.sh --prefix=/usr --libexecdir=/usr/lib/telepathy
make || return 1
make DESTDIR=$pkgdir install

Similar Messages

  • [SOLVED] What are Git-type AUR packages?

    I read the ArchWiki Entry on Git, but I still don't really understand what it is in terms of Aur packages.
    I've seen this a couple of times, where there's a second git version of a package in AUR. For example, when I type 'prey' into Yaourt, I get a couple of results, among them:
    3 aur/prey-git 20100424-1 (5)
        Prey is a lightweight application that will help you track and find your laptop if it ever gets stolen.
    4 aur/prey-tracker 0.6.0-1 (100)
        Remote tracking and monitoring application for laptops, smartphones, and other electronic devices
    Either would install Prey on my computer, right? What are the differences and/or benefits of either?
    Last edited by Winston-Wolfe (2013-06-06 11:11:27)

    https://aur.archlinux.org/
    Statistics
    Packages     42851
    Orphan Packages     9729
    Packages added in the past 7 days     126
    Packages updated in the past 7 days     1052
    Packages updated in the past year     17219
    Packages never updated     10679
    Registered Users     46348
    Trusted Users     34
    x33a wrote:As someone mentioned on the forums recently, people should at least abandon the packages so others can take over.
    You can always e-mail the maintainer and if you don't get a response in two weeks, ask on the AUR ML to take that package over.
    In the meantime you can post a link to the updated PKGBUILD etc. in comments on the AUR page of that package.
    As with my posts, quantity != quality ;P

  • Git version of bti fails to compile

    Hi,
    I'm trying to compile the git version of bti (an  console client for twitter and identi.ca) (http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/ , <http://github.com/gregkh/bti/ http://github.com/gregkh/bti/>).
    When I run ./autogen.sh, it says
    checking for main in -lnsl... yes
    checking for main in -lreadline... yes
    checking for main in -lpcre... yes
    ./configure: line 3738: syntax error near unexpected token `yes,'
    ./configure: line 3738: `LIBCURL_CHECK_CONFIG(yes, , have_libcurl="yes", have_libcurl="no")'
    But curl is installed:
    $ yaourt -Q curl
    ==> List all installed packages
    extra/curl 7.19.5-1
    Also, I have installed the base-devel group:
    $ yaourt -Qg base-devel
    ==> List all installed packages members of a group
    core/autoconf base-devel
    core/automake base-devel
    core/bin86 base-devel
    core/bison base-devel
    core/ed base-devel
    core/fakeroot base-devel
    core/flex base-devel
    core/gcc base-devel
    core/libtool base-devel
    core/m4 base-devel
    core/make base-devel
    core/patch base-devel
    core/pkgconfig base-devel
    Does anyone know what could cause the problem, do i maybe need another package?
    BTW:
    The latest upstream tarballs (same as git version) can be compiled without error, so maybe it is a problem with running autogen.sh?
    Last edited by uvok (2009-05-28 18:13:02)

    Sorry, I didn't explain the issue correctly, is not within a website, the problem is when I try to open the flashhelp project in a shared drive within the company.
    I know you won't be able to open this but I will copy the path:
    file://172.25.130.21/Videos_Knowledge/FlashHelp
    Regards.

  • Git versions in AUR

    Let's say I want to install randompackage-git from the AUR. It has a submission date, an update date, and a long weird version number.
    But I understand that the version number of that tarball is not necessarily the version number of the package. Somehow git gives me access to the latest version no matter what the version/update time on the AUR is, right? I searched for introductions to Git but found nothing dumbed down enough for a crude casual user like me.
    Last edited by stozi (2014-02-05 02:54:48)

    stozi wrote:Ok, life's short. So what then is the point of the aur package version number?
    I suspect it's just that the package version number has always been a mandatory field and it's not clear that it should be made non-mandatory just because of github.
    Probably, it would be a good idea for people putting code on github to give it a "tag" every now and again, which effectively imposes a notion of versioning, in which case the package version number would make sense.
    Also, many projects on github are just small little programs that don't really need installing to the system /usr/bin directory; I have a $HOME/src directory where I often put small things from github; after compiling, the binary can be symlinked to $HOME/bin.
    My philosophy on this is probably a long way from becoming an established convention, though.
    Also, your thread title is not consistent with the content of your opening post. Your topic is about the relationship between PKGBUILDs and github projects. It is not about the internal workings of git.

  • ORA-28040: No matching authentication protocol in version 11.2.0.3

    Hi,
    I am working on database server 11.2.0.3 and the OS is linux 86 bit. i created an entry in sqlnet.ora file with
    SQLNET.ALLOWED_LOGON_VERSION = 10
    it is failing with ORA-28040: No matching authentication protocol error and i am not able to connect as sys till I comment the entry. How do i set this entry and where in the client side do I need to set this entry? Also, do I have to set it to SQLNET.ALLOWED_LOGON_VERSION = 11 instead? I am confused. Please help
    thanks a lot.

    Hello;
    Any chance you are using a JDBC driver?
    Try changing it to : ( Workaround )
    SQLNET.ALLOWED_LOGON_VERSION=8
    OR = 9
    This is an old bug if I remember correctly.
    Bug 8730787
    Best Regards
    mseberg
    Added to mine, but I'm unable to recreate the error. Using Oracle 11 client.
    Found this
    Action:     Administrator should set SQLNET_ALLOWED_LOGON_VERSION parameter
         on both client and servers to values that matches the minimum
         version supported in the system.
    Edited by: mseberg on Feb 16, 2012 12:34 PM
    Edited by: mseberg on Feb 16, 2012 12:36 PM

  • [SOLVED] AUR blackbox-git: cannot clone git repo

    Hi
    I'm trying to install blackbox-git package from aur.
    When I do "makepkg -s" inside unpacked blackbox-git repository I receive the following error message:
    ==> Making package: blackbox-git 0.70.2-1 (Tue Feb  4 18:19:42 CET 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Cloning blackboxwm git repo...
    Cloning into bare repository '/home/jaro/blackbox-git/blackboxwm'...
    fatal: unable to connect to github.com:
    github.com[0: 192.30.252.129]: errno=Connection timed out
    In PKGBUILD (https://aur.archlinux.org/packages/bl/b … t/PKGBUILD) I can see
    see that it clones a package from:
    http://github.com/bbidulock/blackboxwm
    When I do the following manually the repo gets cloned perfectly:
    git clone http://github.com/bbidulock/blackboxwm
    I cannot just install blackbox from community repo since it does not contain "bt" library required by bbkeys.
    Please help me
    Last edited by jaro (2014-02-05 16:52:12)

    jaro wrote:Works great. Thanks
    [SOLVED]
    Please remember to actually add [Solved] to the beginning of your thread title.
    All the best,
    -HG

  • Cinelerra and Yaourt WEIRD ONE - latest git version

    Hi...
    Well there's new version in AUR for Cinelerra
    I uninstalled the non working version that complains no matter what like this:
    error while loading shared libraries: libImath.so.4: cannot open shared object file: No such file or directory
    SO... I uninstall that and I go for the new version via yaourt:
    and after a make it gives me this:
    [please see the part at the end of the following .... can't copy the package etc.
    grrrr..... really need this working!
    thanks fot any tips...
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-cinelerra-cv-git/cinelerra-cv-git/src/cinelerra-build'
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-cinelerra-cv-git/cinelerra-cv-git/src/cinelerra-build'
    ==> Tidying install...
      -> Compressing man pages...
      -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
      -> Generating .PKGINFO file...
      -> Compressing package...
    ==> Finished making: cinelerra-cv-git 20090116-1 i686 (Fri Jan 16 17:20:07 PST 2009)
    ==>  Continue installing cinelerra-cv-git? [Y/n]
    loading package data...
    error: './cinelerra-cv-git-20090105-2-i686.pkg.tar.gz': cannot open package file
    ==> WARNING: Your package is saved in /tmp/cinelerra-cv-git-20090105-2-i686.pkg.tar.gz
    cp: cannot stat `./cinelerra-cv-git-20090105-2-i686.pkg.tar.gz': No such file or directory
    ==> WARNING: Unable to copy cinelerra-cv-git-2-i686.pkg.tar.gz to /tmp/ directory

    nice tip and thought Matt..
    I think that getting AUR/pacman understood like you do is in my near future..
    I like how supposed problems spark all kinds of good techniques..
    so, I was alternating between the source code from Cinelerra site, the version in extra I think it is and the -git latest version I installed via Yaourt,,,
    So, at the end of all my attempts I used a combination of symlinks most of wshich I got from the comments in the AUR page for the  -git latest version... then... after that didn't work I found this one and it at LEAST got me running...
    messy messy.... I'll delete all the symlinks which I've kept documented in my 'notes' file for the app... and then will get good enough at the pacman and package thing you do hopefully...
    for anyone else this is the symlink that  worked... NOTE that which of the earlier created ones 'helped' I don't and won't know...
    so it's not a good idea of course..  though  here's the symlinks I just used ..... THEN the one that after that got me running..
    also I needed to instlal 'nasm' for the package to get past an error in the yaourt attempts...
    Thanks again MATT!!!!
    ln -s /usr/lib/libIlmImf.so /usr/lib/libIlmImf.so.4
    ln -s /usr/lib/libIm /usr/lib/libImath.so.4
    ln -s /usr/lib/libImath.so /usr/lib/libImath.so.4
    ln -s /usr/lib/libHalf.so /usr/lib/libHalf.so.4
    ln -s /usr/lib/libIex.so /usr/lib/libIex.so.4
    ln /usr/lib/libIlmImf.so /usr/lib/libIlmImf.so.4
    ln /usr/lib/libfaad.so /usr/lib/libfaad.so.1.0.0
    THEN this one:
    ln -s /usr/lib/libImath.so.{6,4}
    Last edited by yvonney (2009-01-17 18:04:13)

  • [Solved?] Installing multiple versions of Firefox at the same time

    I would like to install the normal Firefox in the repositories and also firefox-pgo-minefield-smp from the AUR so that I may use either one as desired. 
    Looking at the current PKGBUILD from http://aur.archlinux.org/packages.php?ID=33506 (pkgbuild @ http://aur.archlinux.org/packages/firef … p/PKGBUILD ) I am thinking that perhaps I would modify this line:
    export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-$_prever -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
    to reflect the path where I would like to install it like so:
    export LDFLAGS="-Wl,-rpath,/opt/firefox-$_prever -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
    And then presumably fix my symlink at /usr/bin/firefox to point back to /usr/lib/firefox-2.6 again. (and also fix the menu links and I realize I would have to use an ugly 'pacman -U tarball --force' to install it -- there's got to be a better way as that is very ugly and wrong surely???? Perhaps modify the pkgname as well as conflicts and provides so I could install it more normally?)
    Correct?  Would I also need to modify a prefix or such besides this and if so where in the pkgbuild (ideally) or source would you recommend (must I change the actual makefile or does my modification in the PKGBUILD take care of this?  Would you in your experience recommend another approach for this?
    I thought it wise to ask here before hacking away with this stuff and possibly hosing my system in unforeseen ways.   Please forgive my greenness.  I have spent a few hours researching this but still am not quite sure thus I ask. While I think I could do it with a straight compile with a modified configure I'm unsure of how to do it best using the arch tools...
    Thanks for your time.
    Last edited by davidm (2010-02-08 14:51:21)

    Basically solved but not yet mastered.
    So I've figured out how to do this, it works, but not yet optimally and I am unsure about some things.  Namely:
    [david@arch-desktop opt]$ ls -l /opt/bin
    total 0
    lrwxrwxrwx 1 root root 33 Feb 8 07:27 firefox -> /opt/lib/firefox-3.7a1pre/firefox
    [david@arch-desktop opt]$ ls -l /opt/lib
    total 8
    drwxr-xr-x 12 root root 4096 Feb 8 07:27 firefox-3.7a1pre
    drwxr-xr-x 3 root root 4096 Feb 8 07:27 firefox-devel-3.7a1pre
    [david@arch-desktop opt]$ ls -l /opt/lib/firefox-devel-3.7a1pre
    total 8
    lrwxrwxrwx 1 root root 25 Feb 8 07:27 bin -> /opt/lib/firefox-3.7a1pre
    lrwxrwxrwx 1 root root 31 Feb 8 07:27 idl -> /opt/share/idl/firefox-3.7a1pre
    lrwxrwxrwx 1 root root 29 Feb 8 07:27 include -> /opt/include/firefox-3.7a1pre
    lrwxrwxrwx 1 root root 39 Feb 8 07:27 lib -> /opt/lib/firefox-devel-3.7a1pre/sdk/lib
    drwxr-xr-x 3 root root 4096 Feb 8 07:27 sdk
    -rw-r--r-- 1 root root 2082 Feb 8 05:06 xpcom-config.h
    [david@arch-desktop lib]$ ls -l /opt/lib/firefox-3.7a1pre
    total 17428
    -rw-r--r-- 1 root root 2102 Feb 8 07:27 application.ini
    -rw-r--r-- 1 root root 2531 Feb 8 07:27 blocklist.xml
    -rw-r--r-- 1 root root 232 Feb 8 07:27 browserconfig.properties
    drwxr-xr-x 3 root root 4096 Feb 8 07:27 chrome
    drwxr-xr-x 2 root root 4096 Feb 8 07:27 components
    drwxr-xr-x 5 root root 4096 Feb 8 07:27 defaults
    -rw-r--r-- 1 root root 139 Feb 8 07:27 dependentlibs.list
    drwxr-xr-x 2 root root 4096 Feb 8 07:27 dictionaries
    drwxr-xr-x 3 root root 4096 Feb 8 07:27 extensions
    -rwxr-xr-x 1 root root 3913 Feb 8 07:27 firefox
    -rwxr-xr-x 1 root root 56788 Feb 8 07:27 firefox-bin
    -rw-r--r-- 1 root root 76888 Feb 8 07:27 greprefs.js
    drwxr-xr-x 2 root root 4096 Feb 8 07:27 icons
    -rwxr-xr-x 1 root root 1846520 Feb 8 07:27 libmozjs.so
    -rwxr-xr-x 1 root root 900176 Feb 8 07:27 libmozsqlite3.so
    -rwxr-xr-x 1 root root 11540 Feb 8 07:27 libxpcom.so
    -rwxr-xr-x 1 root root 14796800 Feb 8 07:27 libxul.so
    -rw-r--r-- 1 root root 30826 Feb 8 07:27 LICENSE
    drwxr-xr-x 2 root root 4096 Feb 8 07:27 modules
    -rwxr-xr-x 1 root root 3108 Feb 8 07:27 mozilla-runtime
    -rwxr-xr-x 1 root root 10720 Feb 8 07:27 mozilla-xremote-client
    -rw-r--r-- 1 root root 154 Feb 8 07:27 platform.ini
    drwxr-xr-x 2 root root 4096 Feb 8 07:27 plugins
    -rw-r--r-- 1 root root 177 Feb 8 07:27 README.txt
    -rw-r--r-- 1 root root 16712 Feb 8 07:27 removed-files
    drwxr-xr-x 6 root root 4096 Feb 8 07:27 res
    -rwxr-xr-x 1 root root 10370 Feb 8 07:27 run-mozilla.sh
    drwxr-xr-x 2 root root 4096 Feb 8 07:27 searchplugins
    [david@arch-desktop include]$ ls -l /opt/include
    total 80
    drwxr-xr-x 11 root root 77824 Feb 8 07:27 firefox-3.7a1pre
    It seems as though it is a bit messy, as if I have more than I need installed. Especially the two entries in /opt/lib/.  Do I really need all this?
    PKGBUILD:
    # Maintainer: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
    # Contributor: blasse <koralik(at)gmail(dot)com>
    # PKGBUILD MODIFIED The above info does not apply. Modified by davidm for personal use, not intended for distribution.
    # This package is not a normal -hg package. I manually bump $_workingrev every now and again when
    # a revision of Firefox passes all of the Linux tests on http://bit.ly/1O4siz
    pkgname=firefox-electrolysis-nightly-opt
    pkgver=999901
    pkgrel=1
    _prever=3.7a1pre
    _workingrev='d2bed0c20e89'
    _mozver=central
    pkgdesc="Mozilla Firefox customizable web browser Electrolysis Nightly installed in opt (XULRunner independent, PGO optimized, 64-bit TraceMonkey, Dev tree, Multithreaded)"
    url="http://www.mozilla.org/projects/firefox"
    arch=('i686' 'x86_64')
    license=('MPL' 'GPL' 'LGPL')
    _soundsystem='alsa-lib' # 'alsa-lib' for ALSA, 'oss' for OSS
    makedepends=('mercurial' 'autoconf-compat' 'gcc>=4.4' 'zip' 'pkgconfig'
    'diffutils' 'libgnomeui>=2.24.1' 'python' 'wireless_tools')
    depends=('gtk2>=2.18.0' 'gcc-libs>=4.4' 'libidl2>=0.8.13' 'mozilla-common'
    'nss>=3.12.4' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10'
    'libnotify>=0.4' 'mime-types' 'dbus-glib>=0.82' 'desktop-file-utils'
    'cairo' ${_soundsystem})
    #provides=("firefox-electrolysis-nightly-opt=$_pkgver")
    #conflicts=('firefox-electrolysis-nightly-opt')
    install=$pkgname.install
    source=('mozconfig'
    'firefox-minefield-smp.desktop'
    'firefox-safe-minefield-smp.desktop'
    'fix-mozilla-launcher.patch'
    'mozilla-firefox-1.0-lang.patch'
    'ldflags-namespec.patch'
    'jemalloc-enable-pgo.patch'
    'potential-pgo-fix.patch')
    #Original hashes
    # sha256sums=('8d08ee111b88473a53e8c0852d463971af7a827f796a94d3fe74ca2eed76ca0b'
    # '21722965bb0bab05e3fbd2f584dbcaeb9f0726ed755f59bbf6fb26a7f964e6ec'
    # '00641e2d7ba45a607522a621aa86c21e13b2951ebca920b1e0b538b0e1188445'
    # 'd4948cc5878b2100b4d19b0fbc09119c34377593c5847678d5788db2b4e0fe43'
    # '0ca095ff2af57297f615877a7e79ddc84d1a3f62509a8af6ca50aad7a8671f6a'
    # '0e9631fdad5efa3fd7a95b59171f5d15420d10aa61748b920cc994ee9227915c'
    # 'e6b8345215eb0c595cadfd6b1abb3a12a1cad8b8b1f3528e6affc58900695215'
    # 'bf53a9712aada73dbecb45516bf932b52e7b8debf25cf19294adbfcc54d80028')
    #My MODIFIED HAshes
    md5sums=('ee857ec52fe3c7a047a282cfc5587d07'
    '68cf02788491c6e846729b2f2913bf79'
    '5e68cabfcf3c021806b326f664ac505e'
    '63eee2d1da3b43c9d604f2253f242f40'
    'bd5db57c23c72a02a489592644f18995'
    '9e461e5fc73b241d68d08be908405a5e'
    'df6fde73c9fdb38245f50b9b5bb09024'
    '9587e0e6da42c883e34a46ee35cc3b7d')
    # Don't use normal _hgroot/_hgrepo, we don't want Pacman automagically changing the pkgver.
    _ff_hgroot="http://hg.mozilla.org/projects/electrolysis"
    build() {
    msg "* Note: If the build fails, try again, try without jemalloc PGO, and try *"
    msg "* without PGO at all. Also, try with 'potential-pgo-fix.patch'. PGO can be *"
    msg "* temperamental -- it can sometimes take two or three builds before you'll *"
    msg "* get a good one. *"
    sleep 15
    cd "$srcdir"
    # It can take a long time to re-fetch the Mozilla source...
    # The commented lines are for use by experienced users who build often.
    hg clone "$_ff_hgroot/mozilla-$_mozver" "mozilla-$_mozver" || return 1
    # tar xf "$startdir/mozilla-$_mozver.tar.gz" || return 1
    cd "mozilla-$_mozver"
    # hg pull || return 1
    # hg update || return 1
    # cd ..
    # tar czf "$startdir/mozilla-$_mozver.tar.gz" "mozilla-$_mozver" || return 1
    # cd "mozilla-$_mozver"
    # hg up "$_workingrev" || return 1 # Comment out this line to use the untested latest source.
    cp "$srcdir/mozconfig" .mozconfig || return 1
    # Don't strip if the user doesn't want to... ;p
    if [ "$(check_option strip)" = "n" ]; then
    sed -i 's/--enable-strip/--disable-strip/' \
    .mozconfig || return 1
    sed -i 's/--enable-install-strip/--disable-install-strip/' \
    .mozconfig || return 1
    fi
    if [ "$_soundsystem" = "oss" ]; then
    msg "Using OSS instead of ALSA."
    sed -i 's/sydney_audio_alsa/sydney_audio_oss/' \
    media/libsydneyaudio/src/Makefile.in || return 1
    # Get rid of ALSA config system stuff (requires autoconf rerun)
    sed -i '/alsa\//d' config/system-headers || return 1
    sed -i '/alsa\//d' js/src/config/system-headers || return 1
    sed -i '/LIB(asound/d' configure.in || return 1
    fi
    msg "Patching source."
    msg "Patches from main Arch xulrunner/firefox packages..."
    # Fix stub launcher - Arch
    patch -Np0 -i "$srcdir"/fix-mozilla-launcher.patch || return 1
    # Use LANG environment variable to choose locale
    patch -Np1 -i "$srcdir"/mozilla-firefox-1.0-lang.patch || return 1
    msg "Patches from this package..."
    # PGO compilation LDFLAGS fix
    patch -Np1 -i "$srcdir"/ldflags-namespec.patch || return 1
    # Enable experimental PGO for jemalloc (speed).
    # See Mozilla bugs #418866 and #419470.
    patch -Np0 -i "$srcdir"/jemalloc-enable-pgo.patch || return 1
    # Sometimes necessary for PGO build to work, especially when PGO compile
    # aborts with an error about control sum mismatch (thx to methuselah!)
    # patch -Np1 -i "$srcdir/potential-pgo-fix.patch" || return 1
    msg "Setting up build."
    # Changing the user's optimization flags is justified, because this is
    # a package specifically for an optimized software build, and because of
    # the official branding, binaries can't be redistributed anyways.
    # These flags just set guidelines for the build, they are overridden in
    # most compile job pieces by Firefox's better judgement.
    #export CFLAGS="-march=native -O2 -pipe"
    #export CXXFLAGS="-march=native -O2 -pipe"
    export CFLAGS="-march=i686 -mtune=pentium4 -O2 -pipe -fomit-frame-pointer"
    export CXXFLAGS="-march=i686 -mtune=pentium4 -O2 -pipe -fomit-frame-pointer"
    # The hash-style and as-needed flags are in Arch defaults anyways,
    # and the other optimization falgs are almost definitely safe.
    export LDFLAGS="-Wl,-rpath,/opt/lib/firefox-$_prever -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
    autoconf-2.13 || return 1
    msg "Actual build."
    # Yes, all this is SMP. MOZ_MAKE_FLAGS takes care of it.
    # Compile a non-PGO build first to reduce chance of error in PGO build.
    make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" || return 1
    # Comment out remaining lines for a non-PGO build.
    msg "Profiled build now."
    # Don't let PGO disrupt the user, use a virtual framebuffer.
    LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 &
    XPID=$!
    DISPLAY=:99 LD_PRELOAD="" make -j1 -f client.mk profiledbuild \
    MOZ_MAKE_FLAGS="$MAKEFLAGS" || return 1
    kill -9 $XPID
    package() {
    cd "$srcdir/mozilla-$_mozver"
    make -j1 DESTDIR="$pkgdir" -C ff-pgo install || return 1
    # install -Dm644 "$srcdir/mozilla-$_mozver/other-licenses/branding/firefox/mozicon128.png" \
    # "$pkgdir/usr/share/pixmaps/firefox.png" || return 1
    # install -Dm644 "$srcdir/firefox--minefield-smp.desktop" \
    # "$pkgdir/usr/share/applications/firefox-minefield-smp.desktop" || return 1
    # install -Dm644 "$srcdir/firefox-safe-minefield-smp.desktop" \
    # "$pkgdir/usr/share/applications/firefox-safe-minefield-smp.desktop" \
    # || return 1
    # Remove devel stuff.
    rm -rf "$pkgdir/usr/include/"
    rm -rf "$pkgdir/usr/lib/firefox-devel-$_prever/"
    rm -rf "$pkgdir/usr/share/idl/"
    mozconfig:
    ac_add_options --enable-application=browser
    mk_add_options MOZ_CO_PROJECT=browser
    ac_add_options --prefix=/opt --libdir=/opt/lib
    ## System libs are preferred
    ac_add_options --with-system-nss --with-system-jpeg --with-pthread
    ac_add_options --with-system-zlib --with-system-libpng --with-system-bz2
    ac_add_options --enable-system-cairo --with-system-hunspell --with-system-sqlite
    ac_add_options --with-system-nspr
    ## GNU/Linux stuff
    ac_add_options --disable-installer --disable-updater
    ac_add_options --enable-official-branding
    ac_add_options --enable-startup-notification
    ## Optimize
    ac_add_options --disable-pedantic --enable-jemalloc --enable-xterm-updates
    ### Reverse these lines (enable vs disable) for a debug build
    ac_add_options --enable-optimize --disable-debug --disable-tests
    ac_add_options --enable-profile-guided-optimization
    ac_add_options --enable-strip --enable-install-strip
    ## Edit these as you see fit
    ac_add_options --disable-crashreporter --disable-parental-controls
    ac_add_options --enable-printing --enable-xinerama
    # Sane settings include cairo-gtk2-df, cairo-gtk2, and cairo-qt.
    ac_add_options --enable-default-toolkit=cairo-gtk2
    ac_add_options --enable-places --enable-svg --enable-pango --enable-canvas
    ac_add_options --enable-smil --disable-java-xpcom --enable-canvas3d
    # This is disabled in order to speed Firefox up, it prevents checking Google
    # for every single URL Firefox processes. If you're using this package, it's likely you already
    # know enough to be safe online, or are paranoid (perhaps with reason) about
    # Google getting your URLs. Also, this is GNU/Linux, we have somewhat less to fear ;-)
    ac_add_options --disable-safe-browsing
    mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-pgo
    mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
    export BUILD_OFFICIAL=1
    export MOZILLA_OFFICIAL=1
    mk_add_options BUILD_OFFICIAL=1
    mk_add_options MOZILLA_OFFICIAL=1
    # Want to change the compiler?
    #export CC='gcc-4.5'
    #export CXX='g++-4.5'
    ^ A dirty hack to download the latest nightly of the electrolysis tree, pgo optimized for an intel i686 P4 (not native to get around the seg fault bug). I just commented out the .desktop files as well as the icon for now. Also the conflicts and provides section have merely been commented out. The goal is to have this work independently from the standard firefox allowing me to run both on the system at the same time.
    Anyone see anything that I have missed and could fix as far as doing the separate install in /opt using makepkg and the pkgbuild?   I've been using arch less than a month and this is the first I've really hacked with a PKGBUILD and mozconfig so I feel I could really use the help. Any insight appreciated greatly.
    Last edited by davidm (2010-02-08 15:25:49)

  • [SOLVED] Pacman installs old versions of Chrome/Firefox

    I just tried to install Chrome and Firefox on a brand new installation of Arch. It turns out Pacman automatically installs Chrome 5 and Firefox 3.6. These are rather outdated versions. According to this page:
    http://distrowatch.com/table.php?distribution=arch
    Chrome should be version 13 and FF version 5.
    When I run pacman -Syu it tells me nothing to do either...
    Last edited by george55 (2011-08-11 04:02:56)

    You really need to do this: https://bbs.archlinux.org/viewtopic.php … 69#p973869
    Your mirrorlist is outdated, you need to get a fresh one.
    Last edited by karol (2011-08-10 17:42:49)

  • [SOLVED] NFS protocol not supported

    I get this error:
    mount.nfs4: Protocol not supported
    when trying to mount a NFS share from my server like so:
    sudo mount -t nfs4 192.168.1.20:/srv/nfs4/ /media/server
    I can mount it on my raspberry pi, but not on my arch laptop.
    The server configuration is like this:
    /srv/nfs4/ 192.168.1.1/24(rw,fsid=root,no_subtree_check)
    /srv/nfs4/media 192.168.1.1/24(rw,no_subtree_check,nohide)
    showmount -e gives this:
    Export list for 192.168.1.20:
    /srv/nfs4/media 192.168.1.1/24
    /srv/nfs4 192.168.1.1/24
    Any ideas?
    Last edited by marius (2013-08-17 12:50:46)

    I don't think you are supplying all the information that you are given by your machine.  The error you mention is often preceeded by a number of other messages which give some idea of what is actually occurring.  Please post error messages exactly as they are given to you, and check the journal and/or dmesg for more information.
    Also as a side note, you need to use code tags for things like commands and output.  Hit the quote button on this post to see how I created the boxes below (the arrows will make sense when this post is quoted):
    <--These are code tags-->
    <--These are quote tags-->

  • [SOLVED] MAKEPKG from git - md5sums?

    I'm trying to make my first AUR package.
    So far I have somethign that seems almost correct, except I am missing the md5sums field.
    pkgname=exit-prompt
    pkgver=0.1
    pkgrel=1
    pkgdesc="Exit dialog using systemctl, designed for OpenBox. Based on cb-exit from CrunchBang."
    arch=('any')
    url='https://github.com/MightyPork/exit-prompt'
    license=('MIT')
    depends=('python2' 'pygtk')
    makedepends=(git)
    optdepends=('systemd: power management'
    'openbox: logout function')
    source=('git://github.com/MightyPork/exit-prompt.git')
    provides=('exit-prompt')
    md5sums=()
    pkgver() {
    cd "$srcdir/exit-prompt"
    git describe --always | sed 's|-|.|g'
    package() {
    install -Dm 755 "$srcdir/exit-prompt" "$pkgdir/usr/bin/exit-prompt"
    Obviously since it comes from a git repository, I don't know what will be in the repository, hence it makes no sense at all to provide a md5 checksum. However, the build crashes with "ERROR: Integrity checks are missing.".
    How to do this right?
    Last edited by MightyPork (2014-06-21 10:44:50)

    Oh, my bad, it actually skips the git one, but has checksums for the others.
    source=(git://git.gnome.org/gtk+
    settings.ini
    scroller.patch
    switch.patch)
    sha256sums=('SKIP'
    'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
    'e93a3c06974d9ef82a6f77dc3da8c2c1d143e941de12e3a757a5746ac45dfc9e'
    '84b4e74b1d98bef69b9feb369aabed585a7dde99d05178c30e8e534f66d0d089')
    Neverming, thanks for help. Closing.

  • [SOLVED] urxvt and Git/SVN commit problem

    I have a problem where SVN and Git cant see that the EDITOR variable is set on my system when I go to make a commit, they both error out because the EDITOR variable (as well as other variables are blank).  This is the error that I get from SVN:
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(08:48)──┘
    └─(/srv/http/juice38)─> sudo svn ci
    svn: Commit failed (details follow):
    svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
    svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(08:48)──┘
    └─(/srv/http/juice38)─> echo $EDITOR
    vim
    Git acts the same way but with its own error message (sorry don't have an example of this currently), is there a way to fix this so that Git and SVN will see that I do have an EDITOR set and use it with out having to change terminals (works fine in xterm...)
    Last edited by vendion (2011-09-02 16:08:48)

    Sorry over looked that, when I run sudo to check the EDITOR variable it also has vim set
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(09:42)──┘
    └─(/home/vendion/Projects/TickIt)─> sudo echo $EDITOR
    Password:
    vim

  • [SOLVED] kernel starting two versions of udev

    dmesg tells me that I have two versions of udev running.
    dmesg | grep -i udev
    udevd[74]: starting version 172
    udevd[247]: starting version 173
    This is not normal behavior is it?  Maybe some bug?
    Edit: Kernel is 3.0-2
    Last edited by ron9 (2011-08-04 06:29:04)

    linux 3.0 changes: http://mailman.archlinux.org/pipermail/ … 21042.html
    falconindy wrote:
    Either will work, the earlier option being a recent feature
    http://projects.archlinux.org/mkinitcpi … 31e1fde3e6
    ^^ It was a comment for the full path I guess.
    Last edited by karol (2011-08-03 23:36:41)

  • [solved] libc.so.6 version GLIBC_2.16 not found

    i have tried to upgrade arch today, and i am getting too deep,
    im stilll getting error message
    pacman: /lib/libc.so.6 version GLIBC_2.16 not found (required by /usr/lib/libcurl.so.4)
    i followed the instructions here https://wiki.archlinux.org/index.php/De … iki:usrlib and am not getting anywhere. i am following the instructions here https://bbs.archlinux.org/viewtopic.php?pid=1144268 and im also not getting anywhere with this. 
    i did untar the package curl-7.26.0-1-x86_64.pkg.tar.xz from cache and tried to overwrite teh curl libs in /usr/lib and im still getting this error.  previously i ignored the unresolvable dependencies which i now feel is a mistake, the list is quite long, heres an example
    warning: ignoring package glibc-2.16.0-2
    warning: cannot resolve "glibc>=2.16", a dependency of "gcc-libs"
    :: The following packages cannot be upgraded due to unresolvable dependencies:
    binutils gcc gcc-libs
    Do you want to skip the above packages for this upgrade [y/N]
    and the actual ones i ignored that i still have to upgrade because they have been ignored are as follows
    pacman -Sd binutils dbus dbus-core gcc gcc-libs ghostscript glib2 glibmm gnutls grep gtk2 icu initscripts libcups libgl linux mesa mkinitcpio pcre php php-apache php-gd php-mcrypt php-pear phpmyadmin samba systemd-tools
    im going to stop here until i get some assistance if possible before i break anything.  i do have my original curl libs backed up to /tmp/pacman_build/usr directory
    where to go from here?
    Last edited by wolfdogg (2012-08-12 06:45:49)

    okay so here's the output of the command:
    error: cannot determine ownership of directory '/lib'
    /lib/libnss_files-2.15.so is owned by glibc 2.15-12
    /lib/libnss_db.so.2 is owned by glibc 2.15-12
    /lib/libresolv.so.2 is owned by glibc 2.15-12
    /lib/libutil.so.1 is owned by glibc 2.15-12
    /lib/libc.so.6 is owned by glibc 2.15-12
    /lib/libnss_nis-2.15.so is owned by glibc 2.15-12
    /lib/libmemusage.so is owned by glibc 2.15-12
    /lib/libBrokenLocale-2.15.so is owned by glibc 2.15-12
    /lib/ld-linux.so.2 is owned by glibc 2.15-12
    /lib/libnss_hesiod-2.15.so is owned by glibc 2.15-12
    /lib/libSegFault.so is owned by glibc 2.15-12
    /lib/libcrypt-2.15.so is owned by glibc 2.15-12
    /lib/libnss_nisplus.so.2 is owned by glibc 2.15-12
    /lib/libnsl-2.15.so is owned by glibc 2.15-12
    /lib/libpthread-2.15.so is owned by glibc 2.15-12
    /lib/libm-2.15.so is owned by glibc 2.15-12
    /lib/libdl.so.2 is owned by glibc 2.15-12
    /lib/ld-2.15.so is owned by glibc 2.15-12
    /lib/libcidn-2.15.so is owned by glibc 2.15-12
    /lib/libnss_files.so.2 is owned by glibc 2.15-12
    /lib/libnss_nis.so.2 is owned by glibc 2.15-12
    /lib/libresolv-2.15.so is owned by glibc 2.15-12
    /lib/librt.so.1 is owned by glibc 2.15-12
    /lib/libnss_compat-2.15.so is owned by glibc 2.15-12
    /lib/libpcprofile.so is owned by glibc 2.15-12
    /lib/libcidn.so.1 is owned by glibc 2.15-12
    /lib/libnss_hesiod.so.2 is owned by glibc 2.15-12
    /lib/libnss_db-2.15.so is owned by glibc 2.15-12
    /lib/libdl-2.15.so is owned by glibc 2.15-12
    /lib/libthread_db.so.1 is owned by glibc 2.15-12
    /lib/libpthread.so.0 is owned by glibc 2.15-12
    /lib/libnss_nisplus-2.15.so is owned by glibc 2.15-12
    /lib/libm.so.6 is owned by glibc 2.15-12
    /lib/libthread_db-1.0.so is owned by glibc 2.15-12
    /lib/libnss_dns-2.15.so is owned by glibc 2.15-12
    /lib/librt-2.15.so is owned by glibc 2.15-12
    /lib/libutil-2.15.so is owned by glibc 2.15-12
    /lib/libBrokenLocale.so.1 is owned by glibc 2.15-12
    /lib/libc-2.15.so is owned by glibc 2.15-12
    /lib/libcrypt.so.1 is owned by glibc 2.15-12
    /lib/libanl.so.1 is owned by glibc 2.15-12
    error: cannot determine ownership of directory '/lib/modules'
    error: cannot determine ownership of directory '/lib/modules/3.1.9-2-ARCH'
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.ccwmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.ofmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.ieee1394map
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.pcimap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.inputmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.usbmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.seriomap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.isapnpmap
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.2-ARCH'
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.2-ARCH/kernel'
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.2-ARCH/kernel/oss'
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_hdaudio.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_via97.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_cmpci.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_ali5455.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_envy24.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_imux.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_audiopci.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_midimix.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_ich.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_madi.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_solo.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_digi96.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_emu10k1x.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_midiloop.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/osscore.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_cs4281.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_envy24ht.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_cs461x.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_audioloop.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_via823x.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_trident.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_sbpci.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_geode.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_cmi878x.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_atiaudio.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_fmedia.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_sbxfi.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_ymf7xx.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_usb.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_audigyls.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_sblive.ko
    error: No package owns /lib/modules/extramodules-3.2-ARCH/kernel/oss/oss_userdev.ko
    /lib/libanl-2.15.so is owned by glibc 2.15-12
    /lib/libnss_compat.so.2 is owned by glibc 2.15-12
    /lib/libnsl.so.1 is owned by glibc 2.15-12
    /lib/libnss_dns.so.2 is owned by glibc 2.15-12
    if you say "have a look in /lib yourself if there are any leftover files or directories" then what files exactly do you mean? those who are still owned by glibc? and how do I move them properly (or is this already described in the wiki)?

  • I am getting sick of trying to find a specific area to solve a problem with version 4. If this continues I will not continue with FIREFOX!!!!

    I updated to version 4 and Roboform which worked fine with the previous version which is unknown to me. I have lost things which I used to use and don't know how to access them, I can't say what they were but when I want them that will become apparent. One thing I can bring to mind is my virus protection indicator which was below the main taskbar and should appear automatically.

    If you are using the '''Full RoboForm Toolbar''', install the Roboform adapter for '''Firefox 3.0 - 4 beta X''' from here: <br />
    http://www.roboform.com/firefox.html
    Scroll down that page, you want the one shown under: <br /> '''Additional Full RoboForm Toolbar Information''' <br />
    '''RoboForm Installer Installs Adapter Automatically into Firefox''' <br />
    Or, you can install it from this link: <br />
    http://www.roboform.com/dist/roboform-firefox-3-4-frozen.xpi
    As far as the '''virus protection indicator''', without the exact name of that security tool all I can do is to recommend that you contact the developer of that toolbar extension to see of they have an updated version available for Firefox 4.0.

Maybe you are looking for

  • How to create dynamic list element in Site Studio designer?

    Hi all, I have installed the Site Studio Designer(10gR4).The dynamic list element that i have added in the contributor region executes a query to search and display all the files in a particular folder.In the contributor mode when i try to add/edit t

  • Where are encoder options in cs5.5?

    I just picked up a trial version of this so I'm just learning.  I have to compress large files but I'm not sure how.  My coworker (using Audition cs3) told me to do File > Save As > Options for something called 'encoder options'.  I can't find that o

  • Database not open or Service Temporarily Unavailable

    Dear all when execute the alter database open command that time show the errors. ERROR at line 1: ORA-01115: IO error reading block from file 2 (block # 2860) ORA-01110: data file 2: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\VIMERP\UNDOTBS01.DBF ORA-27070: a

  • Splash window

    Hello, I am having a slow database connection (which is not possible to speed up). So I would like to have a kind of splash window to communicate to the user why she/he has to wait. anything recommendable there (JSF or JSP)? Thanks, javoso

  • Ip network / raid controller?

    Greetings The docs mention an Ip network in the back end, for the transfer of meta data. Can i assume that My Xserve Raid controllers should also be on this back end Ip network? Also, can someone explaing to me how you setup your meta drives?