FS#15795 - {extra} remove old .install file syntax

Attached to Project: Arch Linux
Opened by Allan McRae (Allan) - Wednesday, 05 August 2009, 01:37 GMT
Last edited by Eric Belanger (Snowman) - Monday, 01 February 2010, 11:19 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
These legacy lines at the end of .install scripts cause issues when attempting to use dash as the default shell

op=$1
shift
$op $*

They should be removed.

This task depends upon

Closed by  Eric Belanger (Snowman)
Monday, 01 February 2010, 11:19 GMT
Reason for closing:  Deferred
Additional comments about closing:  Updated list is now in DeveloperWiki:Unimportant Rebuild List
Comment by Roman Kyrylych (Romashka) - Saturday, 03 October 2009, 09:05 GMT
Fixed cdargs in SVN.
Comment by Roman Kyrylych (Romashka) - Saturday, 03 October 2009, 10:36 GMT
Fixed dhcp in SVN.
Comment by Gavin Bisesi (Daenyth) - Thursday, 12 November 2009, 00:02 GMT
Running "perl -0 -pi -e 's/op=\$1\nshift\n\$op \$\*//' PKGBUILD" should fix it I believe
Comment by Gerardo Exequiel Pozzi (djgera) - Sunday, 24 January 2010, 17:44 GMT
  • Field changed: Summary ([extra] remove old .install file syntax → {extra} remove old .install file syntax)
Lots of rebuilds are done, but these three operations still persist on many packages. Looks like this task is ignored. Any objections on assigning to all?
Comment by Allan McRae (Allan) - Monday, 25 January 2010, 00:13 GMT
I thought that these had been cleared from SVN? Anyway, if a list of packages with this syntax is made and added to my unimportant rebuild page [1], then I am happy with this closing.

[1] http://wiki.archlinux.org/index.php/DeveloperWiki:Unimportant_Rebuild_List
Comment by Gerardo Exequiel Pozzi (djgera) - Monday, 25 January 2010, 00:37 GMT
Ooh, interesting, in svn trunk seems that are fixed. (I was looking in abs tree)
Right, so when all currents rebuilds "jpng" in [testing] will be moved-out, a list can be added to wiki ;)
Comment by Gerardo Exequiel Pozzi (djgera) - Sunday, 31 January 2010, 22:50 GMT
Done: http://wiki.archlinux.org/index.php?title=DeveloperWiki:Unimportant_Rebuild_List&diff=94641&oldid=94612

Seems that not all was fixed on SVN trunk, one example: "hplip".

Loading...