[kde-freebsd] science/chemical-mime-data fails to build (convert dumping core)
Trying to rebuild kde after the recent update, I could not build science/kalzium due to science/chemical-mime-data failing: for size in 16 22 24 32 36 48 64 72 96 128 192 ; do \ if test "x" != "x" ; then \ -w ${size} -h ${size} -f png gnome-mime-chemical.svg > gnome-mime-chemical_${size}.png ; \ else \ /usr/local/bin/convert gnome-mime-chemical.svg -resize ${size}x${size} gnome-mime-chemical_${size}.png ; \ fi \ done Illegal instruction (core dumped) This is on 10.0-RELEASE/amd64 with all ports up to date. Full log attached. Cheers, Jan Henrik chemical-mime-data.log.gz Description: application/gzip ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [SVN Commit] area51
SVN commit 10432 by makc: Fix latest entry: KDE SC ports have been updated to 4.14.2, not to 4.14.1. Reported by:alonso M +2 -1 UPDATING-area51 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
[kde-freebsd] [Bug 194316] exp-run: update KDE SC to 4.14.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194316 Raphael Kubo da Costa changed: What|Removed |Added Status|In Discussion |Issue Resolved Resolution|--- |FIXED Flags|exp-run?| -- You are receiving this mail because: You are on the CC list for the bug. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] cannot build deskutils/kdeplasma-addons with poudriere
Wolfgang Riegler writes: > Hi, > > I cannot build deskutils/kdeplasma-addons with poudriere. The complete > log is attached. Fixed in r371302, thanks for the report. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] science/chemical-mime-data fails to build (convert dumping core)
Jan Henrik Sylvester writes: > Trying to rebuild kde after the recent update, I could not build > science/kalzium due to science/chemical-mime-data failing: > > for size in 16 22 24 32 36 48 64 72 96 128 192 ; do \ > if test "x" != "x" ; then \ > -w ${size} -h ${size} -f png gnome-mime-chemical.svg > > gnome-mime-chemical_${size}.png ; \ > else \ > /usr/local/bin/convert gnome-mime-chemical.svg -resize > ${size}x${size} gnome-mime-chemical_${size}.png ; \ > fi \ > done > Illegal instruction (core dumped) > > This is on 10.0-RELEASE/amd64 with all ports up to date. Full log > attached. It looks like it's ImageMagick's convert binary that's failing. Can you check if it's working properly? ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
Re: [kde-freebsd] science/chemical-mime-data fails to build (convert dumping core)
On 10/20/2014 22:47, Raphael Kubo da Costa wrote: > Jan Henrik Sylvester writes: > >> Trying to rebuild kde after the recent update, I could not build >> science/kalzium due to science/chemical-mime-data failing: >> >> for size in 16 22 24 32 36 48 64 72 96 128 192 ; do \ >> if test "x" != "x" ; then \ >> -w ${size} -h ${size} -f png gnome-mime-chemical.svg > >> gnome-mime-chemical_${size}.png ; \ >> else \ >> /usr/local/bin/convert gnome-mime-chemical.svg -resize >> ${size}x${size} gnome-mime-chemical_${size}.png ; \ >> fi \ >> done >> Illegal instruction (core dumped) >> >> This is on 10.0-RELEASE/amd64 with all ports up to date. Full log >> attached. > > It looks like it's ImageMagick's convert binary that's failing. Can you > check if it's working properly? Thanks for your suggestion. Trying to produce a failure from a single convert command, I found that science/chemical-mime-data builds now. In the meantime, I had only updated a few unrelated ports and textproc/libxml2. Maybe libxml2 was the reason. Cheers, Jan Henrik ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information