Package Details: gowin-eda-ide 1.9.9.03-1

Git Clone URL: https://aur.archlinux.org/gowin-eda.git (read-only, click to copy)
Package Base: gowin-eda
Description: Gowin EDA IDE - Gowin EDA, an easy to use integrated design environment provides design engineers one-stop solution from design entry to verification.
Upstream URL: http://www.gowinsemi.com.cn/faq.aspx
Keywords: FPGA Gowin IDE Programmer
Licenses: unknown
Provides: gowin-eda-ide, gowin-ide
Submitter: yjun
Maintainer: yjun
Last Packager: yjun
Votes: 2
Popularity: 0.53
First Submitted: 2021-11-23 11:02 (UTC)
Last Updated: 2024-05-18 13:09 (UTC)

Pinned Comments

yjun commented on 2023-04-15 10:59 (UTC)

open source fpga programmer, as a replacement to Gowin Programmer

https://aur.archlinux.org/packages/openfpgaloader-bin

added as optional dependency in PKGBUILD.

Latest Comments

TurnoffNOD commented on 2024-05-30 16:25 (UTC) (edited on 2024-05-30 16:26 (UTC) by TurnoffNOD)

Hi, it is broken again:

==> Making package: gowin-eda 1.9.9.03-1 (Fri May 31 00:21:28 2024)
==> Retrieving sources...
  -> Downloading Gowin_V1.9.9.03_linux.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   166  100   166    0     0    293      0 --:--:-- --:--:-- --:--:--   293
100  580M  100  580M    0     0  9516k      0  0:01:02  0:01:02 --:--:-- 9770k
  -> Found gowin-eda.png
  -> Found gowin-eda-ide-project.xml
  -> Found gowin-eda-ide.desktop
  -> Found gowin-eda-programmer.desktop
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    Gowin_V1.9.9.03_linux.tar.gz ... FAILED
    gowin-eda.png ... Passed
    gowin-eda-ide-project.xml ... Passed
    gowin-eda-ide.desktop ... Passed
    gowin-eda-programmer.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/ashes/.cache/yay/gowin-eda 
         context: exit status 1 


:: (1/1) Parsing SRCINFO: gowin-eda
==> Making package: gowin-eda 1.9.9.03-1 (Fri May 31 00:22:33 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Gowin_V1.9.9.03_linux.tar.gz
  -> Found gowin-eda.png
  -> Found gowin-eda-ide-project.xml
  -> Found gowin-eda-ide.desktop
  -> Found gowin-eda-programmer.desktop
==> Validating source files with sha256sums...
    Gowin_V1.9.9.03_linux.tar.gz ... FAILED
    gowin-eda.png ... Passed
    gowin-eda-ide-project.xml ... Passed
    gowin-eda-ide.desktop ... Passed
    gowin-eda-programmer.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: gowin-eda-exit status 1
==> Making package: gowin-eda 1.9.9.03-1 (Fri May 31 00:22:37 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Gowin_V1.9.9.03_linux.tar.gz
  -> Found gowin-eda.png
  -> Found gowin-eda-ide-project.xml
  -> Found gowin-eda-ide.desktop
  -> Found gowin-eda-programmer.desktop
==> Validating source files with sha256sums...
    Gowin_V1.9.9.03_linux.tar.gz ... FAILED
    gowin-eda.png ... Passed
    gowin-eda-ide-project.xml ... Passed
    gowin-eda-ide.desktop ... Passed
    gowin-eda-programmer.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: gowin-eda-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
gowin-eda-programmer - exit status 1
gowin-eda-ide - exit status 1

yjun commented on 2023-08-31 16:03 (UTC)

@vanbwodonk Fixed :)

vanbwodonk commented on 2023-08-30 00:51 (UTC)

package is broken right now:

(OK):download completed.
  -> Found gowin-eda.png
  -> Found gowin-eda-ide-project.xml
  -> Found gowin-eda-ide.desktop
  -> Found gowin-eda-programmer.desktop
==> Validating source files with sha256sums...
    Gowin_V1.9.9Beta-3_linux.tar.gz ... FAILED
    gowin-eda.png ... Passed
    gowin-eda-ide-project.xml ... Passed
    gowin-eda-ide.desktop ... Passed
    gowin-eda-programmer.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

yjun commented on 2023-04-17 13:29 (UTC)

@TurnoffNOD fixed.

TurnoffNOD commented on 2023-04-17 01:11 (UTC) (edited on 2023-04-17 01:12 (UTC) by TurnoffNOD)

Hi, now the package is broken:

==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: ~/.cache/yay/gowin-eda 
         context: exit status 1

yjun commented on 2023-04-15 10:59 (UTC)

open source fpga programmer, as a replacement to Gowin Programmer

https://aur.archlinux.org/packages/openfpgaloader-bin

added as optional dependency in PKGBUILD.

feilong commented on 2023-01-30 11:14 (UTC) (edited on 2023-01-30 11:17 (UTC) by feilong)

previous issues have been solved, but there has a new problem. the line 89 of pkgbuild file don't give program execute permission.

_install 644 bin/ -maxdepth 1

it should be 755 like line 49.

Temporary Solutions:

cd /opt/gowin-eda-programmer/bin
sudo chmod 755 -R .

feilong commented on 2022-08-25 22:07 (UTC)

Cannot save license when opening the program for the first time.

Normal users do not have permission to access /opt/gowin-eda-ide/bin/gwlicense.ini file

Temporary Solutions:

cd /opt/gowin-eda-ide/bin/
sudo chmod 777 gwlicense.ini

# After saving, it is recommended to change the permissions to the original
# sudo chmod 755 gwlicense.ini