Search Criteria
Package Details: lib32-openmotif 2.3.8-1
Git Clone URL: | https://aur.archlinux.org/lib32-openmotif.git (read-only, click to copy) |
---|---|
Package Base: | lib32-openmotif |
Description: | Open Motif for x86 |
Upstream URL: | https://motif.ics.com/ |
Licenses: | |
Conflicts: | |
Submitter: | Andrwe |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 37 |
Popularity: | 0.000000 |
First Submitted: | 2010-04-12 04:48 |
Last Updated: | 2019-10-12 23:11 |
Dependencies (11)
- lib32-libjpeg-turbo (lib32-mozjpeg, lib32-libjpeg-turbo-minimal-git)
- lib32-libxft (lib32-libxft-bgra)
- lib32-libxmu
- lib32-libxp
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- gcc-multilib (gcc-multilib-x32, gcc-multilib-git, gcc-git, gcc) (make)
- libxft (libxft-bgra-git, libxft-bgra) (make)
- printproto (make)
- xbitmaps (make)
- xextproto (ghost-deps-meta) (make)
- xproto (ghost-deps-meta) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
8472 commented on 2013-06-16 17:57
I've ran into the same problem as previously TomasG did too:
{
-> Extracting openmotif-2.3.4-2-i686.pkg.tar.xz with bsdtar
usr/include/Xm/: Failed to set file flags
usr/share/man/man3/: Failed to set file flags
bsdtar: Error exit delayed from previous errors.
==> ERROR: Failed to extract openmotif-2.3.4-2-i686.pkg.tar.xz
Aborting...
}
Workaround: downloading PKGBUILD and running 'makepkg PKGBUILD', + "pacman -U lib32-openmotif-2.3.4-2-x86_64.pkg.tar.xz" fixes the issue.
Don't know what exactly causes these errors.
Anonymous comment on 2013-06-08 17:35
Excellent - works a treat - Thanks very much
Muflone commented on 2013-06-08 13:12
Package adopted and updated to the latest version 2.3.4-2
Removed the build function
Added missing lib32 dependencies
Muflone commented on 2013-06-07 22:22
the package needs to be updated.
please change the PKGBUILD as follows:
pkgrel=2
pkgrel32=2
source=("ftp://ftp.archlinux.org/community/os/i686/${pkgname32}-${pkgver}-${pkgrel32}-i686.pkg.tar.xz")
md5sums=('52d3c3c12d5e5fd038251878097cd8ca')
package()
{
install -d "${pkgdir}"/usr/lib32
cp -Rp "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32
}
The build() function needs to be removed at all
Anonymous comment on 2013-05-21 02:50
new release is openmotif-2.3.4-2-i686.pkg.tar.xz (from '1' to '2' before -i686)
open the PKGBUILD file and change 'pkgrel' and 'pkgrel32' values to:
pkgrel=2
pkgrel32=2
also, update 'md5sums' value to:
md5sums=('52d3c3c12d5e5fd038251878097cd8ca')
orospakr commented on 2013-05-08 16:07
404'd :(
Anonymous comment on 2013-04-20 15:34
Remove the build() from PKGBUILD
Change the package() to the following:
package()
{
install -d "${pkgdir}"/usr/lib32
cp -dpr --no-preserve=ownership "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32
}
humhumhum commented on 2013-04-13 13:29
HAve the following error when I run makepkg as a simple user, cause the dir pkg have made with the rights (ie 0000 )
...
Removing existing pkg/ directory...
==> Starting build()...
install: cannot create directory ‘/home/vince/AUR/lib32-openmotif/pkg’: Permission denied
==> ERROR: A failure occurred in build().
Aborting...
>
> ls -ld pkg
d--------- usr1 users 4096 Apr 13 14:15 pkg
>
Try to find where the pkg directory is created, to correct the error but without success. Finaly I've bypass the error by running makepkg as root:
# makepkg --asroot
==> Making package: lib32-openmotif 2.3.4-1 (Sat Apr 13 15:15:05 CEST 2013)
....
==> Starting build()...
==> Starting package()...
...
==> Finished making: lib32-openmotif 2.3.4-1 (Sat Apr 13 15:15:15 CEST 2013)
I know its bad to run makepkg as root.
Anonymous comment on 2013-04-05 21:49
Could it be that the source file is corrupted? trying to run makepkg or even trying to extract it with bsdtar results in errors.
-> Extracting openmotif-2.3.4-1-i686.pkg.tar.xz with bsdtar
usr/include/Xm/: Failed to set file flags
usr/share/man/man3/: Failed to set file flags
$ bsdtar -xvzf openmotif-2.3.4-1-i686.pkg.tar.xz
.....
x usr/include/Xm/: Failed to set file flags
......
bsdtar: Error exit delayed from previous errors
Anonymous comment on 2013-01-09 13:56
I am desperately looking for this package in version 2.2.3. Can anyone please provide it? It's needed because it includes libXm.so.3 which is a hard requirement for a software that I am using. Thank you!