User:Popski/PasteBin

From Wikipedia, the free encyclopedia

Contents

[edit] Build Ubuntu 8.04 - 64 bit

[edit] Compile flags (athlon64)

CCFLAGS = ['-pipe','-fPIC','-march=athlon64', '-ftracer', '-fomit-frame-pointer', '-ffast-math',
'-m3dnow', '-msse','-msse2','-mmmx', '-funroll-loops','-frerun-cse-after-loop', '-frerun-loop-opt', '-fforce-addr',' funsigned-char','-fno-strict-aliasing']
CPPFLAGS = ['-DXP_UNIX']
CXXFLAGS = ['-pipe','-fPIC','-march=athlon64','-ftracer', '-fomit-frame-pointer', '-ffast-math',
'-m3dnow', '-msse','-msse2','-mmmx', '-funroll-loops','-frerun-cse-after-loop', '-frerun-loop-opt', '-fforce-addr','-funsigned-char','-fno-strict-aliasing']
REL_CFLAGS = ['-O3','-fomit-frame-pointer','-funroll-loops']
REL_CCFLAGS = ['-O3','-fomit-frame-pointer','-funroll-loops']

[edit] Sound

<TomaszD> ok I added this to .asoundrc to make skype and gizmo work without problems
<TomaszD> prepare for a very short flood
<TomaszD> pcm.pulse {
<TomaszD>     type pulse
<TomaszD> }
<TomaszD> ctl.pulse {
<TomaszD>     type pulse
<TomaszD> }

[edit] System

$ sudo chroot /mnt dpkg --configure -a
dpkg: dependency problems prevent configuration of libc6-dev:
libc6-dev depends on libc6 (= 2.7-9ubuntu1); however:
Version of libc6 on system is 2.7-5ubuntu2.
dpkg: error processing libc6-dev (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libc6-i386:
libc6-i386 depends on libc6 (= 2.7-9ubuntu1); however:
Version of libc6 on system is 2.7-5ubuntu2.
dpkg: error processing libc6-i386 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libc6-dev
libc6-i386

Setting up xorg (1:7.3+10ubuntu7) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.24-12-rt
Errors were encountered while processing:
hal
hwdb-client-common
hwdb-client-gnome
update-notifier
E: Sub-process /usr/bin/dpkg returned an error code (1)


[edit] IRC