You are not logged in.
Whenever I try to edit a PKGBUILD while installing a package in yaourt, I get a blank terminal with a blinking cursor.
I have made sure that I have it set to edit in nano and even tried to use vim and gedit but no luck. It doesn't matter what package it is, It does the same thing.
Thanks for your help!
Last edited by elskankinloco (2014-10-30 22:14:12)
Offline
Please paste your yaourt conf.
Moving to AUR Issues...
Offline
Yaourt isn't a text editor..
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
# yaourtrc - Configuration for yaourt
# See yaourtrc(5) for more information
# General
EDITOR="$EDITOR"
# AUR
AURCOMMENT=0
# Build
#EXPORT=0 # Export to PKGDEST
#PKGDEST=""
# Prompt
UP_NOCONFIRM=0 # No prompt while build upgrades (including -Sbu)
BUILD_NOCONFIRM=0 # Only prompt for editing files
PU_NOCONFIRM=0 # Add --noconfirm to $PACMAN -U
#EDITFILES=1
NOENTER=1I didn't think of editing this file.
I changed the Editor to be "nano" but I still had the problem. So then I tried it to be "vim" and it worked.
Am I missing something for nano to work?
Thanks for your help. I really appreciate it.
Offline
Yaourt isn't a text editor..
yaourt asks you if you want to view and edit PKGBUILDs before using makepkg on them.
Offline
Am I missing something for nano to work?
Do you have nano installed?
Offline
elskankinloco wrote:Am I missing something for nano to work?
Do you have nano installed?
Yup, I have nano installed. I use it to edit files in terminal and it works fine.
Offline
I changed the Editor to be "nano" but I still had the problem. So then I tried it to be "vim" and it worked.
And so, it begins, grasshopper...
Offline
I have
EDITOR=nanoin /etc/yaourtrc and it works.
Offline
elskankinloco wrote:Am I missing something for nano to work?
Do you have nano installed?
nano sometimes fail trying opening PKGBUILD even outside yaourt or another build environment.
I recommend zile if you want something emacs-alike and as far here zile never fail.
Lenovo ThinkPad L420 modified
:: Intel i7 2560QM :: 8 GB RAM :: SSD 256 GB ::
:: DVD read+Writter :: 3 USB 3.0 Expresa Card ::
:: a Favulous 1 mins lasting Io-Li battery ::cry::
Offline
karol wrote:elskankinloco wrote:Am I missing something for nano to work?
Do you have nano installed?
nano sometimes fail trying opening PKGBUILD even outside yaourt or another build environment.
I recommend zile if you want something emacs-alike and as far here zile never fail.
Thanks Jristz, I installed zile and it works great!
Offline
Thanks everyone for your help. I am able to edit PKGBUILDs now.
Offline