Re: Package install error
Chuck Cook <[email protected]> Wed, 18 Nov 2020 12:54:34 -0500
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
I think my problem is in the package build process. Warning: -D_GLIBCXX_ASSERTIONS not defined. I am probably missing a RPM peculiar to Fedora. But which one? On Wed, 2020-11-18 at 12:27 -0500, Dmitri A. Sergatskov wrote: > > > On Wed, Nov 18, 2020 at 12:11 PM Chuck Cook <[email protected]> > wrote: > > Fedora 33 > > Octave 5.2 > > I have already loaded the latest glib-devel RPM > > > > I get the following error: > > >> pkg install -forge instrument-control > > annobin: serial.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined > > annobin: spi.cc: Warning: -D_GLIBCXX_ASSERTIONS not defined > > > > ..... lots of similar warnings.... > > > > > > > > Works for me: > octave:1> pkg load instrument-control > octave:2> instrhwinfo > scalar structure containing the fields: > > ToolboxVersion = 0.6.0 > ToolboxName = octave instrument control package > SupportedInterfaces = > { > [1,1] = i2c > [1,2] = spi > [1,3] = parallel > [1,4] = serial > [1,5] = serialport > [1,6] = tcp > [1,7] = udp > [1,8] = usbtmc > [1,9] = vxi11 > } > > Dmitri. > -- > >