irclog2html for #oe on 20040602

00:01.16ljpno X
00:01.46kergothpb_: i usually alias 'e' top launch EDITOR
00:01.48kergothheh
00:01.59pb_heh
00:02.10kergoths/top/to/
00:03.39CIA-603kergoth 07 * r1.673 10oe/classes/autotools.oeclass:
00:03.39CIA-6Make the autotools cross_compiling bits use oe.data.inherits_class to avoid
00:03.39CIA-6forcing crosscompilation in our native packages.
00:16.25montypyt1onin a makefile, if ${CC} is arm-linux-gcc what is the variable for the native c ompiler?
00:17.49treke${CC} points to the compiler you should be using
00:17.58trekenot necesarrily arm-linux-gcc
00:17.59montypyt1onhonestly, not in this case
00:18.22montypyt1onthe comilation process needs to compile and run its own binary
00:18.49montypyt1onso I need to override that bit with the native compiler, or at lesat try
00:18.50kergothmontypyt1on: look at other buildsystems.
00:19.01kergothmost often they'll use something like BUILD_CC or CC_FOR_BUILD
00:19.04kergoththere's no standard.
00:19.10kergothafaik anyway.
00:19.17montypyt1onok thanks
00:21.06montypyt1onwill the OE scripts not export the variables that I can derive the location of the gcc for build?
00:24.03kergoth..?
00:24.20kergothread oe.conf.  those are the available variables, generally
00:24.24kergothoe defines BUILD_CC, etc
00:28.21montypyt1onwell I'll be screwed it works
00:28.23CIA-603pb_ 07 * r1.1603 10packages/samba/ (samba-3.0.4/configure.patch samba_3.0.4.oe): add samba 3.0.4.  need do_stage adding.
00:28.54pb_later
00:29.03trekenight.
00:30.12*** join/#oe tobb (tobb@c-d80c72d5.08-320-76786a1.cust.bredbandsbolaget.se)
00:40.05*** join/#oe bipolar (~bflong@adsl-66-216-160-244.dejazzd.com)
00:42.22montypyt1onPackaged contents of bind into /home/ali/openzaurus/oe/build/tmp/deploy/ipk/bind_9.2.3-r0_arm.ipk <-- funny looks like it worked, will test tomorrow or something
00:48.08*** join/#oe chouimat (~dieu@r2351064.cidc.net)
01:11.38kergothman, went up tot he mall to pick some stuff up
01:11.42kergothgo to pay
01:11.48kergothrealize i left my damn check card at home
01:11.49kergothi fucking hate that
01:18.03chouimatkergoth: ouch
01:20.10*** join/#oe siti (~user@210-54-105-234.dialup.xtra.co.nz)
01:30.46gb2amazon is recommending me a lot of david cronenberg
01:30.47gb2hmmm
01:38.18gb2it's also feeding me john cusack and kate beckinsale apparently
01:43.31*** join/#oe bipolar_ (~bflong@adsl-66-216-160-244.dejazzd.com)
01:54.36kergothahhh carp
01:54.38kergother crap
01:54.53kergoththe new cross_compiling handling stuff breaks for every last one of our builds that we dont run autoreconf against :\
01:56.52*** join/#oe treke|laptop (~ggilbert@lsanca2-ar29-4-41-066-020.lsanca2.elnk.dsl.genuity.net)
01:57.03kergothPull http://openembedded.bkbits.net/oe
01:57.03kergoth<PROTECTED>
01:57.03kergoth---------------------- Receiving the following csets -----------------------
01:57.03kergoth1.673 1.672 1.671 1.669.1.1
01:57.03kergoth----------------------------------------------------------------------------
01:57.05kergoth------------------------- Remote trigger message --------------------------
01:57.08kergothOutgoing is down for repair for a moment.
01:57.10kergoth---------------------------------------------------------------------------
01:57.13kergoth:\
01:57.15kergothwtf.
01:57.18kergothheh
02:02.28chouimat|Zzzzzzznight
03:20.39*** join/#oe _Bala_ (~Bala@hsdbsk142-165-117-156.sasknet.sk.ca)
03:55.16*** join/#oe Ironnads (~Ironnads@host81-134-64-35.in-addr.btopenworld.com)
04:15.29*** join/#oe CIA-7 (micah@hyperreal.info)
04:21.25*** join/#oe bug1 (~glennm@www.hydrix.com)
04:21.52bug1anyone else having a problem building glib-2.0-native ?
04:21.59bug12.4.1
04:23.46bug1checking size of size_t... 0
04:23.46bug1checking for the appropriate definition for size_t... configure: error: No type matching size_t in size
04:34.42gb2bug1: put the config.log up somewhere
04:41.11bug1gb2, will post it in a sec
04:46.40bug1gb2, http://www.hydrix.com/~glennm/glib-2.0-native_2.4.1_config.log
05:00.16bug1i think its something to do with oe's autoconf
05:01.02*** join/#oe tomimo (~kurre@ncircle.nullnet.fi)
05:02.12*** join/#oe kurre2 (~tomimo@ncircle.nullnet.fi)
05:16.13bug1Its failing on the
05:16.15bug1| int
05:16.16bug1| main ()
05:16.16bug1| {
05:16.16bug1| static const size_t x[256];
05:16.16bug1|   ;
05:16.16bug1|   return 0;
05:16.18bug1| }
05:16.50gb2size_t isn't defined
05:16.52gb2that's the problem
05:17.03bug1yea, but how could that be ?
05:17.24gb2the program doesn't include <sys/types.h>
05:17.53bug1but i can compile glib-2.0_2.4.1 outside of oe
05:18.05bug1and i can cross compile it
05:18.09bug1with oe
05:18.51bug1a few lines above that code it has
05:18.54bug1| #define HAVE_SYS_TYPES_H 1
05:18.55gb2hrm
05:19.03gb2checking
05:19.42gb2kergoth buged it up
05:20.12gb2he isn't following the includes argument of AC_CHECK_SIZEOF()
05:20.28gb2rather, when he reimplemented it, he dropped support for the includes
05:21.51bug1hmm, i upgraded my oe tools yeasterday, i see a patch to autotools.oeclass 6 hours ago, maybe thats worht  try
05:22.17gb2nah
05:22.19gb2that won't fix it
05:22.30gb2the bug is in packages/autoconf/autoconf-2.59/sizeof_types.patch
05:22.47gb2i may be able to fix it
05:23.24bug1ok
05:28.39gb2this change should fix it.
05:28.41CIA-703gbritton 07 * r1.1593.1.1 10packages/autoconf/autoconf-2.59/sizeof_types.patch: allow defines to work for autoconf sizeof checks
05:29.06gb2you'll need to pull in packages, oemake -c clean autoconf-native; oemake autoconf-native, and then try again
05:30.50bug1k, trying now
05:31.23gb2i hate hacking m4
05:31.24gb2:P
05:31.50bug1i see your patch, it all looks like magic to me
05:32.08gb2it's very simple really
05:32.12gb2i copied from something else
05:32.13gb2;)
05:33.17bug1:)
05:33.31gb2how far along are you?
05:33.41bug1its working
05:33.46bug1it got past configure stage
05:33.50gb2score :)
05:33.57bug1thanks :)
05:34.08gb2i'm surprised kergoth didn't run into issues when he wrote that patch
05:34.28gb2any sizeof check which required headers at all would have failed
05:41.10bug1now im getting a compiler orror :(
05:41.22bug1gscanner.c: In function `g_scanner_get_token_i':
05:41.23bug1gscanner.c:1211: internal compiler error: Illegal instruction
05:41.51bug1looks like im going to have to rebuild toolchain
05:42.09*** join/#oe [wobble]_ (~martin@p50832D7A.dip0.t-ipconnect.de)
05:49.47*** join/#oe zecke (~ich@83.169.134.56)
05:55.30*** join/#oe Twiun (~twiun@adorphuye.com)
06:02.42bug1im off home
06:02.45*** part/#oe bug1 (~glennm@www.hydrix.com)
07:09.43*** join/#oe solar (solar@multimode.oc12.net)
07:09.47*** join/#oe terminate (~fiore@81-174-5-20.f5.ngi.it)
07:31.52*** join/#oe pb_ (~pb@2002:5160:4550:1:240:95ff:fe30:aa84)
07:36.50*** join/#oe vikthor (~ganjaman@82.Red-80-33-65.pooles.rima-tde.net)
07:41.19*** join/#oe calud (~calud@Dbby4.kktc.net)
07:42.57CIA-703pb_ 07 * r1.1603.1.1 10packages/samba/samba_3.0.4.oe: add staging for samba
07:43.18CIA-703pb_ 07 * r1.1606 10packages/gnome/gnome-vfs-extras_0.99.13.oe: add gnome-vfs-extras
08:30.00CIA-703pb_ 07 * r1.1607 10packages/rhythmbox/rhythmbox/ (ogg.m4 vorbis.m4): add macros for rhythmbox
08:30.18CIA-703pb_ 07 * r1.1608 10packages/gstreamer/ (gst-plugins-0.8.1/ivorbis.patch gst-plugins_0.8.1.oe): update gst-plugins to 0.8.1, fix ivorbis
08:30.21pb_mickeyl: good morning
08:31.36mickeylmorning pb_
08:44.19*** join/#oe mithro (~tim@dsl1-83.gw1.adl1.airnet.com.au)
08:45.34*** join/#oe ljp (~lpotter@ppp189.adsl238.pacific.net.au)
08:58.14*** join/#oe ljp_ (~lpotter@203.94.178.46)
09:09.55*** join/#oe zinga (~arnaudb@186.80-203-227.nextgentel.com)
09:43.17*** join/#oe Djoene (djoen@D5E0BA89.kabel.telenet.be)
10:01.58*** join/#oe bug1 (~bug1@203-173-29-109.dyn.iinet.net.au)
10:28.16chouimatmorning
10:28.58*** join/#oe bug1_ (~bug1@203-173-29-133.dyn.iinet.net.au)
10:38.26Djoenemorning
10:47.31*** join/#oe krypto (~kestrel@cl0007.pc.nus.edu.sg)
10:51.41*** join/#oe qfh (~qfh@ppp-62-245-160-33.mnet-online.de)
10:54.20*** join/#oe zecke (~ich@83.169.134.56)
11:26.31*** join/#oe _Psycho (~Bob@HSE-Montreal-ppp339890.sympatico.ca)
11:41.16*** join/#oe stigger (~jeff@dip-220-235-100-245.nsw.westnet.com.au)
11:46.44*** join/#oe sinterklaas (~sinterkla@hoc.xs4all.nl)
11:47.00*** join/#oe darkschneider (~gab@81-208-36-80.fastres.net)
11:47.34*** join/#oe BernieMackensen (~bjoern@dialin-212-144-134-144.arcor-ip.net)
11:49.29sinterklaashi, how do I set the path to my prebuild toolchain ?
11:49.58sinterklaasjust using 'export PATH' isn't enough ?
11:52.37sinterklaasduh, it worked 2 weeks ago...
12:25.33*** join/#oe BernieMackensen (~bjoern@dialin-212-144-134-144.arcor-ip.net)
12:34.54montypyt1onis current glibc still broken? anyone know
12:35.13*** join/#oe BernieMackensen (~bjoern@dialin-212-144-134-144.arcor-ip.net)
12:44.42montypyt1onhey krypto, you alive?
12:47.20kryptohi montyphytlon... currently buildin some stuff
12:47.43kryptostill stuck with the tslib issue
12:50.44BernieMackensenhi
13:02.58*** join/#oe CIA-6 (micah@hyperreal.info)
13:17.02*** join/#oe pb_ (~pb@2002:3e03:42cc:1:20b:6aff:fe19:f290)
13:17.50pb_re
13:18.28montypyt1onI am still stuck on making a kernel with no unresolved symbols, doing a fresh build from scratch
13:18.49montypyt1onkrypto: you say you have a kernel with no errors?
13:18.56montypyt1onhey pb_
13:19.39kryptowhat errors you're getting?
13:20.03montypyt1onunresolved symbols in the hostap module