Package Details: white_dune 1.952-1

Git Clone URL: https://aur.archlinux.org/white_dune.git (read-only, click to copy)
Package Base: white_dune
Description: white_dune X3D/VRML97 tool, 3D modeller and animation-tool
Upstream URL: http://wdune.ourproject.org/
Keywords: broken eol ftbfs incompatible pkgbuild-issues to-be-deleted unneeded
Licenses: GPL
Submitter: mufti
Maintainer: MarsSeed
Last Packager: mufti
Votes: 1
Popularity: 0.000000
First Submitted: 2018-12-03 13:34 (UTC)
Last Updated: 2020-08-31 09:13 (UTC)

Latest Comments

1 2 Next › Last »

Ralf_Mardorf commented on 2021-03-11 06:15 (UTC)

Hi, now there's not only the need to edit the version. I seriously doubt that anybody was/is/will be able to build for "x64_86" architecture. For now the following changes seemingly make the PKGBUILD working again.

$ diff PKGBUILD.old PKGBUILD 
3c3
< pkgver=1.952
---
> pkgver=1.956
7c7
< arch=('x64_86')
---
> arch=('x86_64')
69c69
< source=("ftp://ftp.ourproject.org/pub/wdune/wdune-$pkgver.tar.bz2")
---
> source=("ftp://ftp.ourproject.org/pub/wdune/whitedune_$pkgver.orig.tar.gz")
71c71
< md5sums=('a15bbc3fddb7440245c645c0b56421d9')
---
> sha256sums=('713310cefc82d667b8c110cf52686b984f6dc7f7dd99c1cd111754e2b42c887b')
75c75
<   cd "wdune-$pkgver"
---
>   cd "$pkgname-$pkgver.orig"
81c81
<   cd "$pkgname-$pkgver"
---
>   cd "$pkgname-$pkgver.orig"

Btw. does somebody know how to get in contact with upstream? It's neither possible to use pacman to load the package provided by upstream directly by the link, due to the missing sig file...

$ sudo pacman -U ftp://ftp.ourproject.org/pub/wdune/wdune-1.956-1-x86_64.pkg.tar.xz 
loading packages...
error: '/var/cache/pacman/pkg/wdune-1.956-1-x86_64.pkg.tar.xz': package missing required signature

...nor does it run after downloading and installing it, since it's compiled against an outdated version of boost.

$ wget -q ftp://ftp.ourproject.org/pub/wdune/wdune-1.956-1-x86_64.pkg.tar.xz 
$ sudo pacman -U wdune-1.956-1-x86_64.pkg.tar.xz
[snip]
$ pacman -Q boost-libs 
boost-libs 1.75.0-2
$ dune
dune: error while loading shared libraries: libboost_thread.so.1.72.0: cannot open shared object file: No such file or directory

Ralf_Mardorf commented on 2020-07-19 14:16 (UTC) (edited on 2020-07-19 14:17 (UTC) by Ralf_Mardorf)

There's no version 1.922 available. Provided are versions <= 1.921 followed by 1.926.

$ makepkg -s
==> ERROR: white_dune is not available for the 'x86_64' architecture.
$ wget ftp://ftp.ourproject.org/pub/wdune/wdune-1.922.tar.bz2
[snip]
No such file ‘wdune-1.922.tar.bz2’.

Ralf_Mardorf commented on 2020-07-05 11:15 (UTC) (edited on 2020-07-05 11:18 (UTC) by Ralf_Mardorf)

Your brand new PKGBUILD requires a package that doesn't exist anymore. Why? The link of this comment from 2020-06-30 provides the pointer. 'xorg-fonts-alias' is split into the packages 'xorg-fonts-alias-100dpi', 'xorg-fonts-alias-75dpi', 'xorg-fonts-alias-cyrillic' and 'xorg-fonts-alias-misc'.

Ralf_Mardorf commented on 2020-06-30 11:31 (UTC)

Update

Ralf_Mardorf commented on 2020-06-30 10:00 (UTC) (edited on 2020-06-30 10:01 (UTC) by Ralf_Mardorf)

All of them depend on xorg-fonts-alias: https://www.archlinux.org/packages/extra/any/xorg-fonts-misc/ (extra), https://aur.archlinux.org/packages/xorg-fonts-misc-simple/, https://aur.archlinux.org/packages/xorg-fonts-misc-otb/.

IOW there's no need to list https://www.archlinux.org/packages/extra/any/xorg-fonts-alias/, too.

Just https://www.archlinux.org/packages/testing/any/xorg-fonts-misc/ (testing) migrated from xorg-fonts-alias to xorg-fonts-alias-misc.

I don't know, if removing xorg-fonts-alias is ok, since the package content is not the same as of xorg-fonts-alias-misc.

Ralf_Mardorf commented on 2020-06-30 06:18 (UTC)

The testing repo is not enabled, but an upgrade installs a package from testing, that breaks the 'xorg-fonts-alias' dependency, see aur-general.

Ralf_Mardorf commented on 2019-12-26 17:11 (UTC)

white_dune 1.660 isn't provided by ftp://ftp.ourproject.org/pub/wdune/

Ralf_Mardorf commented on 2019-12-02 00:58 (UTC)

You didn't update the checksum.

dreieck commented on 2019-02-08 16:53 (UTC) (edited on 2019-02-08 16:54 (UTC) by dreieck)

You have --with-helpurl="/usr/share/doc/$name/docs" --with-protobaseurl="/usr/share/doc/$name/docs", but have not specified $name. Please fix.

Also in package() you use the unspecified $name.

dreieck commented on 2019-02-08 16:47 (UTC)

Package's name is white_dune, so what is the sense of --with-uninstallcomment="pacman -R wdune"? wdune is not the package's name ...