You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 issues.
One, must use fink version of patch and not CLT version which complains patches are out of order. Adding "patch" to BuildDepends resolves this.
Second issue is that I get a lot of warnings here about the version of install-info. It cumulates as a rejection of the "-i" option for some command (not sure which). However the build stops then and waits for input from stdin. This is somewhere in the searching for affected libraries(?). If it is the perl command that is throwing this error then the find command is not finding any files. There should be a check that the find command comes up empty and not pass an empty list to perl?
....
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name 'libasan.la'
-i used with no filenames on the command line, reading from STDIN.
Here is a longer excerpt from the build output showing both issues. Does it need a specific version of install-info? Will attach a longer output where check why libasan and libubsan don't exist and if they are supposed to.
-Scott
"find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/info -name '.info'
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name 'libasan.la'
-i used with no filenames on the command line, reading from STDIN.
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name 'libubsan.la'
-i used with no filenames on the command line, reading from STDIN.
^D
''
The text was updated successfully, but these errors were encountered:
I have marked #1033 that deals with the whole lib*san situation ready for review now.
Since both are disabled upstream for macOS 13+, the respective dylibs will be missing from the Shlibs splitoff ; only solution to handle this I found was creating an extra dist-restricted package for Ventura (meaning we will also need and extra gcc11-14.0.info for Sonoma).
The patches from the Homebrew branch for arm64 are a bit cleaner (30% shorter and no line offsets), but I have not tested them with Xcode 15's patch, so if you could confirm if they work as is or still newhat the correct handling for thise isew nod Fink's patch, I'll update the BDeps accordingly.
Still warnings about install-info likely; I don't know what the correct handling for those is.
2 issues.
One, must use fink version of patch and not CLT version which complains patches are out of order. Adding "patch" to BuildDepends resolves this.
Second issue is that I get a lot of warnings here about the version of install-info. It cumulates as a rejection of the "-i" option for some command (not sure which). However the build stops then and waits for input from stdin. This is somewhere in the searching for affected libraries(?). If it is the perl command that is throwing this error then the find command is not finding any files. There should be a check that the find command comes up empty and not pass an empty list to perl?
....
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name 'libasan.la'
-i used with no filenames on the command line, reading from STDIN.
Here is a longer excerpt from the build output showing both issues. Does it need a specific version of install-info? Will attach a longer output where check why libasan and libubsan don't exist and if they are supposed to.
-Scott
"find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/info -name '.info'
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
basename $infofile
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name '*.la'
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name 'libasan.la'
-i used with no filenames on the command line, reading from STDIN.
find /opt/sw/src/fink.build/root-gcc11-11.4.0-1/opt/sw/lib/gcc11/lib -name 'libubsan.la'
-i used with no filenames on the command line, reading from STDIN.
^D
''
The text was updated successfully, but these errors were encountered: