Package Details: staruml 6.0.1-1

Git Clone URL: https://aur.archlinux.org/staruml.git (read-only, click to copy)
Package Base: staruml
Description: A sophisticated software modeler
Upstream URL: http://staruml.io/
Licenses: custom:staruml
Submitter: mkusher
Maintainer: gmy
Last Packager: leledumbo
Votes: 66
Popularity: 0.162540
First Submitted: 2015-03-28 11:40 (UTC)
Last Updated: 2023-10-27 10:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

IacopoDeeNosee commented on 2018-11-12 16:47 (UTC)

i have the same error:

squashfs-root/views_resources_200_percent.pak ==> Entro nell'ambiente fakeroot... ==> Avvio di package() in corso... cp: impossibile eseguire stat di '/tmp/trizen-ivano/staruml/src/squashfs-root/app/*': File o directory non esistente ==> ERRORE: Si è verificato un errore in package(). L'operazione sta per essere interrotta... :: Unable to build staruml - makepkg exited with code: 4

leledumbo commented on 2018-11-03 16:39 (UTC)

I'm sorry I've been so busy these days, I'll try to fix the PKGBUILD tomorrow.

foozoor commented on 2018-10-28 11:00 (UTC) (edited on 2018-11-06 19:12 (UTC) by foozoor)

@leledumbo
Your PKGBUILD doesn't work. :(
Could you update/fix it?

DyingHobbit commented on 2018-10-16 12:11 (UTC)

I got error : cp: cannot stat '/home/user/.cache/yay/staruml/src/squashfs-root/app/*': No such file or directory

yrds commented on 2018-10-09 15:20 (UTC) (edited on 2018-10-09 15:22 (UTC) by yrds)

@Tomek80Bytom, @UniversesAurora

This is working, but it's better to move this line to bottom of:

"cp -fp $srcdir/squashfs-root/staruml.desktop $pkgdir/usr/share/applications"

this way, we decrease the size of package not copying /usr/share/* again copied).

It is not the better solution, but it's a start.

This package need a cleanup(i don't know if is the right word to use) since "app" directory not exist.

iskenderoguz commented on 2018-09-29 12:01 (UTC)

I got this error : cp: cannot stat '/tmp/yaourt-tmp-ekcdr/aur-staruml/src/squashfs-root/app/*': No such file or directory

UniversesAurora commented on 2018-09-21 05:01 (UTC) (edited on 2018-09-21 05:02 (UTC) by UniversesAurora)

@Tomek80Bytom It seems that you lost a *, it should be:

cp -Rf $srcdir/squashfs-root/* $pkgdir/opt/${pkgname}

devourerOfBits80 commented on 2018-09-17 18:00 (UTC)

Hi,

If you want to fix the mentioned issue, please edit the PKGBUILD file during installation and replace line 23 from "cp -Rf $srcdir/squashfs-root/app/ $pkgdir/opt/${pkgname}" to "cp -Rf $srcdir/squashfs-root/ $pkgdir/opt/${pkgname}".

After that everything should works fine. Regards,

Artraxon commented on 2018-09-17 15:59 (UTC)

Installation fails with "cp: cannot stat '/home/leonhard/.cache/pacaur/staruml/src/squashfs-root/app/*': No such file or directory"