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!
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!
FS#23507 - [srcpac] installs all packages of a splitpackage
Attached to Project:
Arch Linux
Opened by Steffen Weber (boenki) - Tuesday, 29 March 2011, 21:40 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 03 April 2011, 13:08 GMT
Opened by Steffen Weber (boenki) - Tuesday, 29 March 2011, 21:40 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 03 April 2011, 13:08 GMT
|
DetailsDescription:
I wanted to install sqlite3 with srcpac. After compiling it asked to install all packages that were compiled. sqlite3 sqlite3-doc sqlite3-tcl I only wanted sqlite3. This will likely happen to other splitpackages. But I have not tested that. Additional info: * package version(s) srcpac 0.9.1-1 sqlite3 3.7.5-1 Steps to reproduce: srcpac -Sb sqlite3 |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Sunday, 03 April 2011, 13:08 GMT
Reason for closing: Fixed
Additional comments about closing: on git
Sunday, 03 April 2011, 13:08 GMT
Reason for closing: Fixed
Additional comments about closing: on git
Use makepkg's --pkg <list> variable.
patch attached...
_____________________________________________
EDIT:
_____________________________________________
I requested a reopen of this task because srcpac (0.10.1-1) still attempts to install _all_ packages from a splitpkg if you only choose the first one. It works correctly for all numbers but "1".
:: More packages have been built:
1) sqlite3
2) sqlite3-doc
3) sqlite3-tcl
Enter a selection (default=all):
1
warning: sqlite3-3.7.5-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (3): sqlite3-3.7.5-1 sqlite3-doc-3.7.5-1 sqlite3-tcl-3.7.5-1
I'd also liked srcpac to only package the chosen pkgs.
You'd have to choose the ones to package before the build.
See above for my ugly patch for makepkg.
See my edit above (only happens if you choose 1)
I only tried with sqlite3 and xorg-server ... (?)
:: More packages have been built:
1) xorg-server
2) xorg-server-common
3) xorg-server-devel
4) xorg-server-xdmx
5) xorg-server-xephyr
6) xorg-server-xnest
7) xorg-server-xvfb
Enter a selection (default=all):
1
warning: xorg-server-1.9.4.901-1 is up to date -- reinstalling
warning: xorg-server-common-1.9.4.901-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (8): xorg-server-common-1.9.4.901-1 xorg-server-1.9.4.901-1 xorg-util-macros-1.13.0-1 xorg-server-devel-1.9.4.901-1
xorg-server-xdmx-1.9.4.901-1 xorg-server-xephyr-1.9.4.901-1 xorg-server-xnest-1.9.4.901-1
xorg-server-xvfb-1.9.4.901-1
Total Download Size: 0.02 MB
Total Installed Size: 11.74 MB
Proceed with installation? [Y/n] n
Thank you for testing.
Before you release the next version: I just reported another bug ;)
https://bugs.archlinux.org/task/23571
Thanks