Opened 2 months ago

Closed 2 months ago

Last modified 2 months ago

#20072 closed defect (duplicate)

Command Explanations different from installation options - BLFS r12.1-1139

Reported by: rhubarbpieguy Owned by: blfs-book
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Command Explanations below:

general/highway.html
   -DBUILD_TESTING=OFF
   -DBUILD_SHARED_LIBS=ON
   
general/qca.html
   -DCMAKE_BUILD_TYPE=Release
   -DQT6=ON
   -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man

general/qcoro.html
   -DCMAKE_BUILD_TYPE=Release

general/spirv-llvm-translator.html
   -DCMAKE_SKIP_INSTALL_RPATH=ON
   
kde/frameworks6.html
   -DCMAKE_PREFIX_PATH=$QT6DIR
   -DCMAKE_BUILD_TYPE=Release
   -DBUILD_TESTING=OFF

multimedia/gst10-plugins-bad.html
   -Dgpl=enabled

multimedia/mpv.html
   -Dx11=enabled
   -Ddvdnav=enabled # note - This isn't in the installation section but should it be -D dvdnav=enabled?
   -Dcdda=enabled # note - This isn't in the installation section but should it be -D cdda=enabled?
   -Dsdl2=enabled # note - This isn't in the installation section but should it be -D sdl2=enabled?

postlfs/gedit.html
   -Dgtk_doc=false

x/pango.html
   -Dintrospection=disabled # note - This isn't in the installation section but should it be -D introspection=disabled?

Adding a space after the -D's in the Command Explanations would make them identical.

Change History (3)

comment:1 by Xi Ruoyao, 2 months ago

Resolution: duplicate
Status: newclosed

Let's just discuss this in #19943.

comment:2 by rhubarbpieguy, 2 months ago

These aren't duplicates if you're referring to "Command Explanations different from installation options - BLFS r12.1-1112."

Am I wrong to report them? They were fixed in the ticket referenced above.

comment:3 by Xi Ruoyao, 2 months ago

They are all "the book is inconsistent on the styling of -D xxx options." Thus it's better to discuss all of them in one ticket. You can comment in #19943 (and even reopen it if you found other inconsistent -Dxxx things and your account have the permission; maybe the permission should be granted if you don't have it now).

Note: See TracTickets for help on using tickets.