Skip to content

Instantly share code, notes, and snippets.

View mach-kernel's full-sized avatar
😸
mrrrrow!

David Stancu mach-kernel

😸
mrrrrow!
View GitHub Profile
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.029353
Patch #0 (malaga-rename-map_file.diff):
patching file files.c
patching file files.h
patching file lex_compiler.c
patching file lexicon.c
Patch #1 (malaga-malshow-lm.patch):
patching file Makefile.in
Patch #2 (malaga-aarch64.patch):
patching file config.guess
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.001157
Executing(%build): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.001157
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
[sgugshell mach@octane SPECS]$ rpmbuild --undefine=_disable_source_fetch -ba hunspell-en.spec
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.059653
+ umask 022
+ cd /usr/people/mach/rpmbuild/BUILD
+ cd /usr/people/mach/rpmbuild/BUILD
+ rm -rf wordlist-rel-2014.08.11.1
+ /usr/sgug/bin/gzip -dc /usr/people/mach/rpmbuild/SOURCES/rel-2014.08.11.1.tar.gz
+ /usr/sgug/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.007907
Executing(%build): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.007907
checking build system type... mips-sgi-irix6.5
checking host system type... mips-sgi-irix6.5
checking target system type... mips-sgi-irix6.5
checking for a BSD-compatible install... /usr/sgug/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sgug/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
This file has been truncated, but you can view the full file.
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.343457
Executing(%build): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.343457
checking for a BSD-compatible install... /usr/sgug/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sgug/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... mips-sgi-irix6.5
Making install in tests
make[4]: Entering directory '/usr/people/mach/rpmbuild/BUILD/gtk+-2.24.32/modules/other/gail/tests'
make[5]: Entering directory '/usr/people/mach/rpmbuild/BUILD/gtk+-2.24.32/modules/other/gail/tests'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/sgug/bin/mkdir -p '/usr/people/mach/rpmbuild/BUILDROOT/gtk2-2.24.32-5.sgugbeta.mips/usr/sgug/lib32/gtk-2.0/modules'
/usr/sgug/bin/sh ../../../../libtool --mode=install /usr/sgug/bin/install -c libferret.la '/usr/people/mach/rpmbuild/BUILDROOT/gtk2-2.24.32-5.sgugbeta.mips/usr/sgug/lib32/gtk-2.0/modules'
libtool: warning: relinking 'libferret.la'
libtool: install: (cd /usr/people/mach/rpmbuild/BUILD/gtk+-2.24.32/modules/other/gail/tests; /usr/sgug/bin/sh "/usr/people/mach/rpmbuild/BUILD/gtk+-2.24.32/libtool" --tag CC --mode=relink mips-sgi-irix6.5-gcc -pthread -I/usr/sgug/include -I/usr/sgug/include/pango-1.0 -I/usr/sgug/include/atk-1.0 -I/usr/sgug/include/gdk-pixbuf-2.0 -I/usr/sgug/include -I/usr/sgug/include/pango-1.0 -I/usr/sg
This file has been truncated, but you can view the full file.
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.183218
Executing(%build): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.183218
checking for a BSD-compatible install... /usr/sgug/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sgug/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... mips-sgi-irix6.5
This file has been truncated, but you can view the full file.
Executing(%prep): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.183218
Executing(%build): /usr/sgug/bin/sh -e /usr/sgug/var/tmp/rpm-tmp.183218
checking for a BSD-compatible install... /usr/sgug/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sgug/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... mips-sgi-irix6.5

IRIX working Git remotes

ssh keys don't work properly but GitHub access tokens do. Issue yourself a personal access token from GitHub and do the following.

git clone https://github.com/sgidevnet/sgug-rse.git
cd sgug-rse
git remote rm origin
git remote add origin https://YOUR_PAT_HERE@github.com/sgidevnet/sgug-rse.git