Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Running pacaur inside docker without TTY produces invalid output #655

Closed
nbars opened this issue Feb 16, 2017 · 4 comments
Closed

Running pacaur inside docker without TTY produces invalid output #655

nbars opened this issue Feb 16, 2017 · 4 comments

Comments

@nbars
Copy link

nbars commented Feb 16, 2017

Version

pacaur -v

pacaur 4.7.3
Description
Output

docker run --rm nbars/arch-jenkins-slave-docker bash -c 'export EDITOR=nano; pacaur -Si seafile-client'

+ pacaur -Si seafile-client
:: Package seafile-client not found in repositories, trying AUR...
tput: terminal attributes: No such device or address

fold: invalid number of columns: '-20'
fold: invalid number of columns: '-20'
fold: invalid number of columns: '-20'
fold: invalid number of columns: '-20'
fold: invalid number of columns: '-20'
fold: invalid number of columns: '-20'
Repository      : aur
Name            : seafile-client
Version         : 6.0.3-1
Description     : 
URL             : https://github.com/haiwen/seafile-client
AUR Page        : https://aur.archlinux.org/packages/seafile-client
Licenses        : 
Keywords        : None
Provides        : 
Depends on      : 
Make Deps       : 
Optional Deps   : None
Conflicts With  : 
Replaces        : None
Maintainer      : eolianoe
Popularity      : 6.65
Votes           : 115
Out of Date     : No
Submitted       : Mon Dec 10 17:34:55 2012
Last Modified   : Sat Feb 11 19:09:54 2017

As you can see, the dependency arrays are empty.
Any idea how to solve this issue?

Thanks!

@rmarquis
Copy link
Owner

rmarquis commented Feb 16, 2017

No idea, you're on your own.
Edit: you might want to check if cower works as expected, especially its --format option.

@nbars
Copy link
Author

nbars commented Feb 17, 2017

Great idea, cower works just fine and the --format option is really useful.

@rmarquis
Copy link
Owner

rmarquis commented Feb 17, 2017

Hmm, I thought this might be related to the multiline break of the info display change (#329), but it seems something upstream broke as the issue appeared recently through various project for Arch users.

See f.e. edeliver/edeliver#188 or edeliver/edeliver#196.

To me, this is an upstream issue.

@rmarquis
Copy link
Owner

Closing, see upstream issue FS#53725.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants