Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#45114 - [mps-youtube] install script is thowing some error

Attached to Project: Community Packages
Opened by Sergio Tridente (TioDuke) - Thursday, 28 May 2015, 01:50 GMT
Last edited by Johannes Löthberg (demize) - Thursday, 28 May 2015, 14:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Johannes Löthberg (demize)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Install script throws following error:

/tmp/alpm_g0d4dd/.INSTALL: line 2: unexpected EOF while looking for matching `"'
/tmp/alpm_g0d4dd/.INSTALL: line 8: syntax error: unexpected end of file
/usr/bin/bash: post_upgrade: command not found
error: command failed to execute correctly


Additional info:
* package version(s): 0.2.4
* config and/or log files etc.

Install script is missing double quotes in printf command in post_install. Something like:

post_install () {
printf "==> Install either mpv or mplayer for playback.\n"
}

post_upgrade () {
post_install $1
}



Steps to reproduce:

Just install or reinstall the package
This task depends upon

Closed by  Johannes Löthberg (demize)
Thursday, 28 May 2015, 14:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.2.4-2
Comment by Johannes Löthberg (demize) - Thursday, 28 May 2015, 14:29 GMT
Ah, seems the printf got botched somehow. Thanks

Loading...