Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc-12-image for openSUSE:Factory 
checked in at 2024-05-08 11:39:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc-12-image (Old)
 and      /work/SRC/openSUSE:Factory/.gcc-12-image.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc-12-image"

Wed May  8 11:39:07 2024 rev:2 rq:1172475 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc-12-image/gcc-12-image.changes        
2024-04-19 19:23:48.100617160 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-12-image.new.1880/gcc-12-image.changes      
2024-05-08 11:39:28.780219297 +0200
@@ -1,0 +2,5 @@
+Tue May  7 12:37:35 UTC 2024 - Dirk Mueller <[email protected]>
+
+- install awk; use symlinks rather than hardlinks as they break the compiler
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.UFihMX/_old  2024-05-08 11:39:29.928261046 +0200
+++ /var/tmp/diff_new_pack.UFihMX/_new  2024-05-08 11:39:29.932261192 +0200
@@ -40,12 +40,12 @@
 
 # endlabelprefix
 
-RUN set -euo pipefail; zypper -n in --no-recommends gcc12 gcc12-c++ make; 
zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+RUN set -euo pipefail; zypper -n in --no-recommends gcc12 gcc12-c++ make gawk; 
zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 ENV GCC_VERSION="%%gcc_version%%"
 
 # symlink all versioned gcc & g++ binaries to unversioned
 # ones in /usr/local/bin so that plain gcc works
 RUN set -euo pipefail; for gcc_bin in $(rpm -ql gcc12 gcc12-c++ |grep 
^/usr/bin/ ); do \
-        ln -f $gcc_bin $(echo "$gcc_bin" | sed -e 
's|/usr/bin/|/usr/local/bin/|' -e 's|-12$||'); \
+        ln -sf $gcc_bin $(echo "$gcc_bin" | sed -e 
's|/usr/bin/|/usr/local/bin/|' -e 's|-12$||'); \
     done
 

Reply via email to