Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 May 2016 18:32:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209244] math/scilab broken by science/hd5 upgrade to 1.10
Message-ID:  <bug-209244-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209244

            Bug ID: 209244
           Summary: math/scilab broken by science/hd5 upgrade to 1.10
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: makc@FreeBSD.org
          Reporter: truckman@FreeBSD.org
             Flags: maintainer-feedback?(makc@FreeBSD.org)
          Assignee: makc@FreeBSD.org

Created attachment 169937
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169937&action=
=3Dedit
patch to unbreak scilab build with hdf5 1.10 and other fixes

When hdf5 was upgraded to version 1.10, it broke the scilab build:

src/c/h5_readDataFromFile.c:719:64: error: too few arguments to function ca=
ll,
expected 4, have 3
        obj =3D H5Rdereference(_iDatasetId, H5R_OBJECT, &pData[i]);
              ~~~~~~~~~~~~~~                                   ^
/usr/local/include/H5Rpublic.h:63:8: note: 'H5Rdereference2' declared here

The build fix to math/matio in #209242 is necessary to get this far because
matio is a non-optional dependency.

The attached patch fixes the scilab build.

Also, fix the build when the GUI option is disabled.

While here, quiet a bunch of portlint warnings.  Since this port installs b=
oth
icons and shared libraries, add
    USE_LDCONFIG=3D  yes
and
    INSTALLS_ICONS=3D        yes
to Makefile.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209244-13>