You are not logged in.

#1 2009-04-24 04:24:33

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

AUR/Yaourt says "Continue building of $PKG?" etc, instead of its name

I don't know what I changed or if I accidentally uninstalled some unknown dependency but now I'm getting lines that say:

Continue the building of $PKG? [Y/n]
Continue installing $PKG? [Y/n]
Checking vote status for $_pkg
Do you want to vote for $_pkg inclusion/keeping in [community]? [Y/n]

I don't understand what happened because earlier it was saying the actual package name, like "Continue the building of sdcv?", sdcv being a package from the AUR. Anybody have any ideas with this, I mean, it's not a major dilemma but it's rather irritating. I foresee myself installing something that compiles for 5 minutes and then forget what I was installing and have to scroll up when it prompts me with "Continue installing $PKG?", lol. hmm

Offline

#2 2009-04-24 06:47:58

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: AUR/Yaourt says "Continue building of $PKG?" etc, instead of its name

If you accidentally uninstalled dependency, just try to reinstall yaourt with pacman. It will install missing dependancies too. (If it's really missing dependencies)


archlinux on Macbook Pro 10,1

Offline

#3 2009-04-24 15:33:23

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: AUR/Yaourt says "Continue building of $PKG?" etc, instead of its name

Yeah, I already tried reinstalling it with pacman, including a complete removal (-Rsn) > clean > and install. Still shows $PKG and $_pkg, so I think it's an 'unknown' type dependency OR I just screwed something up in another program that Yaourt calls on to find the package name (I'm not sure what that would be), because Pacman still shows the package names when it installs, so it's most probably Yaourt specific.

Offline

#4 2009-04-24 21:34:09

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: AUR/Yaourt says "Continue building of $PKG?" etc, instead of its name

Ok, I have:
1. Completely removed (-Rsn) Yaourt, cleaned cache, updated ABS (just in case, I dunno!)
2. Completely removed aurvote, customizepkg, pacman-color, colordiff and did same as above (just in case..)
3. sudo updatedb, searched for anything with the words from the packages above, found nothing except in /var
4. Looked in pacman.conf for anything out of ordinary; yielding nothing except defaults and user repos.
5. Reinstalled xorg core, cleaned cache, updated ABS
6. Reinstalled wget > pacman > Yaourt > aurvote > customizepkg > pacman-color > colordiff. Then 'sudo updatedb', update ABS (lol)
7. End up with same results as before: $PKG, $_pkg instead of package name. Very confusing and irritating, now.

This is bothersome as it becomes hard to keep track of what I'm installing especially when a package has a bunch of dependencies. So, I'm at a loss and am going to have to install another AUR Helper, I think. sad

EDITx2: Installed aurshell and it seems to work about as good as Yaourt. Maybe this was a blessing in disguise for me. Still curious as to why Yaourt messed up though.

EDITx1: Here's my yaourtrc, even though it's default.. maybe some suggestions?

#    a
#    a
#    ~/yaourtrc  - Configuration for yaourt
#
#   See yaourt(8) for more information
#
#
#
#   AlwaysUpgradeDevel no
#   AlwaysUpgradeAur no
#   AlwaysForce no
#   AurVoteSupport yes
#   AutoSaveBackupFile no
#   ColorMod Normal
#   ColorMod LightBackGround
#   ColorMod NoColor
#   ColorMod TextOnly
#   DontNeedToPressEnter yes
#   EditPkgbuild yes
#   ExportToLocalRepository /where/you/want
#   ForceEnglish no
#   LastCommentsNumber 5
#   LastCommentsOrder asc
#   NoConfirm no
#   PacmanBin /usr/bin/pacman-color
#   PkgbuildEditor gvim
#   SearchInAurUnsupported yes
#   ShowAurComment yes
#   TmpDirectory /where/you/want
#   UpdateTerminalTitle yes
#   
#   Define here your prefered Sourceforge mirror: (none surfnet ufpr heanet easynews umn switch$
#  SourceforgeMirror heanet
#

Everything with Yaourt in it:

[17:38:27][milo][~]: locate yaourt
/etc/yaourtrc
/etc/bash_completion.d/yaourt
/usr/bin/yaourt
/usr/lib/yaourt
/usr/lib/yaourt/abs.sh
/usr/lib/yaourt/alpm_backup.sh
/usr/lib/yaourt/alpm_query.sh
/usr/lib/yaourt/alpm_stats.sh
/usr/lib/yaourt/aur.sh
/usr/lib/yaourt/basicfunctions.sh
/usr/lib/yaourt/color.sh
/usr/lib/yaourt/pacman_conf.sh
/usr/share/locale/fr/LC_MESSAGES/yaourt.mo
/usr/share/locale/it/LC_MESSAGES/yaourt.mo
/usr/share/man/man5/yaourtrc.5.gz
/usr/share/man/man8/yaourt.8.gz
/var/lib/pacman/local/yaourt-0.9.2.5-1
/var/lib/pacman/local/yaourt-0.9.2.5-1/depends
/var/lib/pacman/local/yaourt-0.9.2.5-1/desc
/var/lib/pacman/local/yaourt-0.9.2.5-1/files
/var/lib/pacman/local/yaourt-0.9.2.5-1/install
/var/lib/pacman/sync/archlinuxfr/yaourt-0.9.2.5-1
/var/lib/pacman/sync/archlinuxfr/yaourt-0.9.2.5-1/depends
/var/lib/pacman/sync/archlinuxfr/yaourt-0.9.2.5-1/desc
/var/lib/pacman/sync/archstuff/yaourt-0.9.2.5-1
/var/lib/pacman/sync/archstuff/yaourt-0.9.2.5-1/depends
/var/lib/pacman/sync/archstuff/yaourt-0.9.2.5-1/desc

Last edited by milomouse (2009-04-24 22:24:31)

Offline

#5 2009-04-27 02:36:22

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: AUR/Yaourt says "Continue building of $PKG?" etc, instead of its name

Sorry but I can't see what's wrong... Post your problem in the Yaourt thread in the Community Contribution sub-forum. You may find someone that could help you more than I do tongue

Last edited by froli (2009-04-27 02:36:41)


archlinux on Macbook Pro 10,1

Offline

#6 2009-04-27 03:22:37

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: AUR/Yaourt says "Continue building of $PKG?" etc, instead of its name

It's allright. I reinstalled Arch fresh solely to see if I could replicate the problem and I uninstalled one package at a time until I was down to practically the kernel and yaourt and I STILL couldn't replicate the problem! tongue So, I guess this thread can be trashed or moved to that section for threads going nowhere.
Admins^^

Offline

Board footer

Powered by FluxBB