Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#9212 - makepkg does not find source file ????? for extraction
Attached to Project:
Pacman
Opened by Jan M. (funkyou) - Monday, 14 January 2008, 20:32 GMT
Last edited by Dan McGee (toofishes) - Monday, 14 January 2008, 21:19 GMT
Opened by Jan M. (funkyou) - Monday, 14 January 2008, 20:32 GMT
Last edited by Dan McGee (toofishes) - Monday, 14 January 2008, 21:19 GMT
|
DetailsHi there,
i just tried to build one of our packages and get a very strange output from makepkg: $ LC_ALL=C makepkg ==> Making package: kdemod-kdebase 3.5.8-9 (Mon Jan 14 21:28:02 CET 2008) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Found kdebase-3.5.8.tar.bz2 in build dir -> Found ksmtheme-0.1.tar.bz2 in build dir -> Found archlinux-ksmtheme.tar.gz in build dir -> Found kde_luks.tar.gz in build dir -> Found 01_kip-kcontrol-rubberband.patch in build dir -> Found 02_kip-kdesktop-rounded-text-box-corners.patch in build dir -> Found 03_kubuntu-konqueror-merge-stop-and-reload-button.patch in build dir -> Found 04_kubuntu-safely-remove-umount-dialog.patch in build dir -> Found 05_suse-applet-lock-logout.patch in build dir -> Found 06_suse-systray-order.patch in build dir -> Found 07_suse-konqueror-textcompletion-editor.patch in build dir -> Found 08_hide-menu-entries.patch in build dir -> Found 09_various-change-screen-icon-in-desktop-prefs.patch in build dir -> Found 10_various-disable-personalizer.patch in build dir -> Found 11_various-fix_kdm_grub.patch in build dir -> Found 12_various-kdialog-tango.patch in build dir -> Found 13_various-kinfo-better-memory-info-display.patch in build dir -> Found 14_various-ksmserver-dontsavecompiz_ugly.patch in build dir -> Found 15_various-ksysguard-wifi-support.patch in build dir -> Found 16_various-less-verbal-kdesu.patch in build dir -> Found 17_various-xinerama.patch in build dir -> Found 18_various-kdesktop-transparency.patch in build dir -> Found 19_dunkelstern-execute_feedback.patch in build dir -> Found 20_dunkelstern-kwin_shadow.patch in build dir -> Found 21_dunkelstern-ksmserver-theme-support.patch in build dir -> Found 22_dunkelstern-async-history.patch in build dir -> Found 23_various-ksmserver-fade.patch in build dir -> Found 24_fix-gdm-socket-path.patch in build dir -> Found 25_fix-kded-crash-on-logout-when-nfs-is-mounted.patch in build dir -> Found 26_add-change-session-icon.patch in build dir -> Found 27_add-kdesktop-support-tryexec-for-desktop-files.patch in build dir -> Found 28_fix-ldap-memleak.patch in build dir -> Found 29_kdesktop-open-konsole-menu-entry.patch in build dir -> Found 30_lm-sensors-3-support.patch in build dir -> Found 31_startkde_source-profile.patch in build dir -> Found post-build-dunkelstern-ksmserver-theme-kcm-fix.patch in build dir ==> WARNING: Integrity checks (md5) are missing or incomplete. ==> Extracting Sources... -> bsdtar -x -f kdebase-3.5.8.tar.bz2 -> bsdtar -x -f ksmtheme-0.1.tar.bz2 -> bsdtar -x -f archlinux-ksmtheme.tar.gz -> bsdtar -x -f kde_luks.tar.gz ==> ERROR: Unable to find source file for extraction. Aborting... I cant see any error in the PKGBUILD itself, so i guess its a bug in makepkg... I have attached the PKGBUILD and all files for you to test it. As this happens while extracting the source, you dont need all dependencies but just run "makepkg -d" ... Thanks Jan |
This task depends upon
Closed by Dan McGee (toofishes)
Monday, 14 January 2008, 21:19 GMT
Reason for closing: Not a bug
Additional comments about closing: Not a bug?
Monday, 14 January 2008, 21:19 GMT
Reason for closing: Not a bug
Additional comments about closing: Not a bug?
kdebase.tar.gz
The error looks like this:
==> ERROR: Unable to find source file SOME_EMPTY_SPACES for extraction.
Seems the new makepkg has some difficulties with the backslash behind multiple sources. I just removed them and now it works...
Sorry for bothering
Jan