Skip to content

Instantly share code, notes, and snippets.

View iMichka's full-sized avatar

Michka Popoff iMichka

View GitHub Profile
@iMichka
iMichka / cdparanoia-fpic
Created April 18, 2020 17:19
cdparanoia-fpic
diff -r -u cdparanoia-III-10.2.old/interface/Makefile.in cdparanoia-III-10.2.new/interface/Makefile.in
--- cdparanoia-III-10.2.old/interface/Makefile.in 2008-08-21 18:08:54.000000000 +0200
+++ cdparanoia-III-10.2.new/interface/Makefile.in 2013-08-07 18:48:32.000000000 +0200
@@ -7,7 +7,7 @@
srcdir=@srcdir@
@SET_MAKE@
-FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@
+FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@ -fPIC
OPT=@OPT@ $(FLAGS)
@iMichka
iMichka / libgms1.0.19
Last active April 6, 2020 17:22
libgms1.0.19
From: <jochen@scram.de>
Subject: New patch generated from libgsm 1.0.10-14 diff.gz
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ TOAST_INSTALL_MAN = $(TOAST_INSTALL_ROOT
# Other tools
SHELL = /bin/sh
-LN = ln
@iMichka
iMichka / # gdcm - 2020-03-27_10-31-23.txt
Created March 27, 2020 10:03
gdcm on macOS 10.15 - Homebrew build logs
Homebrew build logs for gdcm on macOS 10.15
Build date: 2020-03-27 10:31:23
@iMichka
iMichka / gdcm
Created March 27, 2020 10:00
gdcm
FAILED: Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DvtkDomainsChemistry_AUTOINIT="1(vtkDomainsChemistryOpenGL2)" -DvtkIOExport_AUTOINIT="2(vtkIOExportOpenGL2,vtkIOExportPDF)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)" -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingFreeTypeFontConfig)" -DvtkRenderingOpenGL2_AUTOINIT="1(vtkRenderingGL2PSOpenGL2)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL2)" -Dvtkgdcm_EXPORTS -I/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/usr/local/opt/hdf5/include -I/usr/local/opt/szip/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX1
@iMichka
iMichka / python3.8-high-sierra
Created March 24, 2020 11:58
python3.8-high-sierra
This file has been truncated, but you can view the full file.
Started by upstream project "Homebrew Core Pull Requests" build number 59651
originally caused by:
GitHub pull request #47326 of commit 454ef46006585ebef636201c99e09c6932089784, no merge conflicts.
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on highsierra_orka_3 (highsierra macos) in workspace /Users/brew/Jenkins/workspace/core
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/Homebrew/homebrew-core/ # timeout=10
@iMichka
iMichka / gnuradio.txt
Created February 7, 2020 20:38
gnuradio
diff -Naur gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake
--- gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake 2019-08-09 23:40:34.000000000 +0200
+++ gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake 2020-02-07 21:35:55.000000000 +0100
@@ -137,6 +137,9 @@
set_target_properties(${name} PROPERTIES
SWIG_USE_TARGET_INCLUDE_DIRECTORIES TRUE
)
+ if(APPLE)
+ set_property(TARGET ${name} APPEND PROPERTY LINK_FLAGS "-undefined dynamic_lookup")
+ endif(APPLE)
@iMichka
iMichka / gnuradio
Last active February 6, 2020 23:08
gnuradio
diff -Naur gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake
--- gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake 2019-08-09 23:40:34.000000000 +0200
+++ gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake 2020-02-07 00:07:37.000000000 +0100
@@ -137,6 +137,9 @@
set_target_properties(${name} PROPERTIES
SWIG_USE_TARGET_INCLUDE_DIRECTORIES TRUE
)
+ if(APPLE)
+ SET_TARGET_PROPERTIES(${name} PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
+ endif(APPLE)
@iMichka
iMichka / cacert-2019-10-16.pem
Created October 26, 2019 21:59
cacert-2019-10-16.pem
##
## Bundle of CA Root Certificates
##
## Certificate data from Mozilla as of: Wed Oct 16 03:12:09 2019 GMT
##
## This is a bundle of X.509 certificates of public Certificate Authorities
## (CA). These were automatically extracted from Mozilla's root certificates
## file (certdata.txt). This file can be found in the mozilla source tree:
## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
##
@iMichka
iMichka / clang9
Created September 24, 2019 22:13
clang9
diff -Naur cfe-9.0.0.src-old/lib/Driver/ToolChains/Gnu.cpp cfe-9.0.0.src/lib/Driver/ToolChains/Gnu.cpp
--- cfe-9.0.0.src-old/lib/Driver/ToolChains/Gnu.cpp 2019-09-25 00:05:56.000000000 +0200
+++ cfe-9.0.0.src/lib/Driver/ToolChains/Gnu.cpp 2019-09-25 00:10:09.000000000 +0200
@@ -26,6 +26,7 @@
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TargetParser.h"
+#include "llvm/Support/FileSystem.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <system_error>
@iMichka
iMichka / # pypy - 2019-08-21_22-33-45.txt
Created August 21, 2019 20:36
pypy on Ubuntu 18.10 - Homebrew build logs
Homebrew build logs for pypy on Ubuntu 18.10
Build date: 2019-08-21 22:33:45