Package Details: xilinx-ise 14.7-1

Git Clone URL: https://aur.archlinux.org/xilinx-ise.git (read-only, click to copy)
Package Base: xilinx-ise
Description: Xilinx ISE Design Suite
Upstream URL: https://www.xilinx.com/products/design-tools/ise-design-suite.html
Licenses: custom
Submitter: cyrozap
Maintainer: cyrozap
Last Packager: cyrozap
Votes: 14
Popularity: 0.000002
First Submitted: 2016-03-13 04:16 (UTC)
Last Updated: 2022-06-04 00:18 (UTC)

Dependencies (9)

Required by (1)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ubuntourist commented on 2019-09-23 17:47 (UTC) (edited on 2019-09-23 17:50 (UTC) by ubuntourist)

Missing the host name? (The error suggests it is "downloading" from file://)

Building xilinx-ise...
==> Making package: xilinx-ise 14.7-1 (Mon 23 Sep 2019 01:45:30 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading Xilinx_ISE_DS_Lin_14.7_1015_1.tar...
curl: (3) URL using bad/illegal format or missing URL
==> ERROR: Failure while downloading file://Xilinx_ISE_DS_Lin_14.7_1015_1.tar
    Aborting...

JstKddng commented on 2019-07-19 19:39 (UTC)

ignore my last comment, my bad

tomKPZ commented on 2019-05-18 15:41 (UTC)

@markus-k Sorry, test should have been edit. I've edited my original comment with the changes.

markus-k commented on 2019-05-18 11:46 (UTC)

@tomKPZ Thank you for your response! That didn't do the trick for me, but it got me to what causes it: I have the EmojiOne fonts installed, (re)moving the file from /etc/fonts/conf.d/75-emojione.conf actually fixes ISE.

Your fontconfig file seems to be invalid, I get this upon starting ISE:

Fontconfig error: "/home/markus/.config/fontconfig/conf.d/02-xilinx-ise.conf", line 10: invalid attribute 'mode'

Now I just need to find a way to disable EmojiOne for ISE, I'm sure there is a way through their config file.

tomKPZ commented on 2019-05-18 04:43 (UTC) (edited on 2019-05-18 15:40 (UTC) by tomKPZ)

@markus-k I was having the same issue. I was able to solve the crash by editing the Exec line of /usr/share/applications/xilinx-ise.desktop to the following:

Exec=/usr/bin/sh -c "unset LANG && unset QT_PLUGIN_PATH && source /opt/Xilinx/14.7/ISE_DS/settings64.sh && LD_PRELOAD=/usr/lib/libpng.so ise"

But then I ran into another crash, which I was able to fix by creating a file ~/.config/fontconfig/conf.d/02-xilinx-ise.conf with the following:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <match target="pattern">
    <test name="prgname">
      <string>_pn</string>
    </test>
    <edit name="family" mode="prepend_first">
      <string>DejaVu Sans</string>
    </edit>
  </match>
</fontconfig>

Then the issue was solved!

markus-k commented on 2019-04-26 23:40 (UTC) (edited on 2019-04-26 23:41 (UTC) by markus-k)

ISE is segfaulting on my system since a few weeks when starting, both with manual install and this AUR package. Anyone with the same problem? Not even xsetup wants to start graphically, the batch setup works though. It was working nicely back then and I have no idea what changed.

GDB shows me this backtrace:

#0  0x00007ffff457d645 in __longjmp_chk () from /usr/lib/libc.so.6
#1  0x00007ffff3e4cd73 in ?? () from /usr/lib/libfreetype.so.6
#2  0x00007ffff6c12fd4 in png_error () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Gui.so
#3  0x00007ffff6c17db9 in png_create_read_struct_2 () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Gui.so
#4  0x00007ffff6c17eb7 in png_create_read_struct () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Gui.so
#5  0x00007ffff3e4c89a in ?? () from /usr/lib/libfreetype.so.6
#6  0x00007ffff3e4cd29 in ?? () from /usr/lib/libfreetype.so.6
#7  0x00007ffff3e4afbf in ?? () from /usr/lib/libfreetype.so.6
#8  0x00007ffff3e519e0 in ?? () from /usr/lib/libfreetype.so.6
#9  0x00007ffff3e27264 in ?? () from /usr/lib/libfreetype.so.6
#10 0x00007ffff3e0ac09 in FT_Load_Glyph () from /usr/lib/libfreetype.so.6
#11 0x00007ffff6de3e72 in QFontEngineFT::loadGlyph(QFontEngineFT::QGlyphSet*, unsigned int, QFontEngineFT::GlyphFormat, bool) const ()
   from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Gui.so
#12 0x00007ffff6de5b58 in QFontEngineFT::recalcAdvances(QGlyphLayout*, QFlags<QTextEngine::ShaperFlag>) const () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Gui.so
#13 0x00007ffff6d23e88 in ?? () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Gui.so
#14 0x00007ffff65bdfc4 in ?? () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Core.so
#15 0x00007ffff65c0a94 in ?? () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Core.so
#16 0x00007ffff65bb59b in ?? () from /opt/Xilinx/14.7/ISE_DS/ISE//lib/lin64/libQt_Core.so
.... (cut)

cyrozap commented on 2019-04-19 06:07 (UTC)

@Emil: Done.

@Maverick: Added, with some small adjustments.

Maverick commented on 2019-04-16 15:16 (UTC)

Would be also nice to include the .desktop file from wiki into installation.

Emil commented on 2019-03-15 15:58 (UTC)

@cyrozap If you could appy this patch then fpga_editor works too. https://paste.unixcube.org/k/d042b7