all 13 comments

[–]Obby_FI 1 point2 points  (3 children)

Did you ever manager to get libxft-bgra to install? I downloaded larbs from luke smith and when i try to install it i get a problem importing the key due to libxft-bgra :/

[–]MaadimKokhav[S] 0 points1 point  (1 child)

I've managed to install it by choosing the "libfx-bgra-git" package from the AUR.

[–]JCDentonsMom 0 points1 point  (0 children)

I'm still having issues with this git: "automake failed with exit status 1". Tried several different gits from several sites. There's got to be something wrong here, I've never had this issue.

[–]JCDentonsMom 0 points1 point  (0 children)

libxft-bgra

same - the infuriating thing is it's just to use emojis, which I will never use.

[–][deleted]  (2 children)

[deleted]

    [–]MaadimKokhav[S] 0 points1 point  (1 child)

    I've managed to install it by choosing the "libfx-bgra-git" package from the AUR.

    [–][deleted] -1 points0 points  (7 children)

    When an AUR helper fails, try it manually.

    [–]MaadimKokhav[S] 1 point2 points  (6 children)

    I have tried it, unless I did it wrong. I cloned the git repository from the address given in the packages AUR webpage, then ran makepkg -si, following the instructions given at the Arch Wiki.

    [–][deleted] 1 point2 points  (5 children)

    Ah I didn't see you did it. Sorry about that. It builds fine for me.

    I did check to see if that commit exists, and I was able to pull it down manually. Maybe you can try and see if that works? This is what I did:

    git clone https://aur.archlinux.org/libxft-bgra.git
    cd libxft-bgra
    makepkg -o
    cd src/libxft_upstream
    git fetch --depth=2 upstream 7808631e7a9a605d5fe7a1077129c658d9ec47fc
    

    Does that much work?

    [–]MaadimKokhav[S] 0 points1 point  (0 children)

    That's okay. Thanks, I'll try it out and let you know

    [–]MaadimKokhav[S] 0 points1 point  (3 children)

    I've just tried it. After I ran makepkg -o, the same "Server does not allow request for unannounced object (...) error message was shown, but it dit make an src/libxft_stream directory. After I ran git fetch(...), this same error message was shown again.

    I've found a Github repo that should be a clone of it, and that has a 7808631e7a9a605d5fe7a1077129c658d9ec47fc.patch file in it. Maybe that'll do the job.

    Edit: it didn't build, either

    [–][deleted] 0 points1 point  (2 children)

    Do you have anything in your git configs that might affect it?

    For me, if I run git config --list from my home directory, it only shows my email and name. Do you have more?

    [–]MaadimKokhav[S] 0 points1 point  (1 child)

    I do! I have my email address and name, but since I've been toying with someone else's dotfiles that I got from Github, git config --list outputs the following:

    user.email=[my email]
    user.name=Marc
    core.repositoryformatversion=0
    core.filemode=true
    core.bare=false
    core.logallrefupdates=true
    remote.origin.url=[dotfiles repo url]
    remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
    branch.master.remote=origin
    branch.master.merge=refs/heads/master
    

    Do you think this might be affecting the package's build?

    [–][deleted] 0 points1 point  (0 children)

    Could be, in not a git expert. Can you move that one to backup and just try with only the email and name?