You are not logged in.
After performing a system upgrade of the 4 packages below I got "error: command failed to execute". No errors are listed in "pacman.log". How do I know what command failed to execute? "octave" seems to be running OK.
Thanks.
<Edit>
It appears the error is due to upgrading octave. When upgrading only octave on another machine I got the same error.
</Edit>
...
:: Retrieving packages from extra...
mono-2.10.2-1-x86_64 31.3M 1157.8K/s 00:00:28 [######################] 100%
ntfs-3g-2011.4.12-... 232.8K 166.4K/s 00:00:01 [######################] 100%
qhull-2010.1-1-x86_64 190.9K 148.8K/s 00:00:01 [######################] 100%
octave-3.4.0-1-x86_64 7.2M 1345.1K/s 00:00:05 [######################] 100%
(4/4) checking package integrity [######################] 100%
(4/4) checking for file conflicts [######################] 100%
(1/4) upgrading mono [######################] 100%
(2/4) upgrading ntfs-3g [######################] 100%
(3/4) installing qhull [######################] 100%
(4/4) upgrading octave [######################] 100%
error: command failed to execute correctlyLast edited by markz79 (2011-04-27 15:58:42)
Offline
info_dir=/usr/share/info
info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 octave.info-4 octave.info-5)post_install() {
for f in ${info_files[@]}; do
install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
done
}post_upgrade() {
post_install
}pre_remove() {
for f in ${info_files[@]}; do
install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
done
}
The mentioned files (/usr/share/info/octave.info*) do not exist in the package, so the command fails to execute correctly. Please report a bug against octave at flyspray.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Bug has been filed.
Offline
I disabled the install file in 3.4.0-2. I'll enable it again when I succeed to build the documentation.
I have no idea where you filed a bug, I can't find one on flyspray?
Offline
I filed the bug here:
https://bugs.archlinux.org/task/23962
Was that not the correct place?
Offline
Correct place, wrong project (community instead of arch linux). I didn't look under the community project.
Offline