*** Necrosporus has joined #crux | 00:06 | |
*** SiFuh has quit IRC | 00:12 | |
*** SiFuh has joined #crux | 00:14 | |
timcowchip | configure.ac:7: warning: not enough arguments for AC_CONFIG_HEADERS | 00:39 |
---|---|---|
*** timcowchip has quit IRC | 00:40 | |
frinnst | Lukc: /etc/rc is bash | 00:49 |
frinnst | but will probably run just fine with sh | 00:50 |
frinnst | http://i.imgur.com/FrmArbu.jpg | 01:33 |
*** himynameisphil has quit IRC | 02:46 | |
*** himynameisphil has joined #crux | 02:48 | |
*** pitillo has joined #crux | 03:04 | |
*** dkoby has joined #crux | 04:14 | |
frinnst | ah yes you did. - i cant read :) | 04:16 |
frinnst | also, I answered before id had my first coffee. I blame that :) | 04:16 |
*** Kaishi has quit IRC | 04:21 | |
Romster | lol | 05:00 |
*** deus_ex has joined #crux | 05:55 | |
*** goodbox_ has joined #crux | 06:51 | |
*** j^2 has joined #crux | 07:01 | |
*** Lukc has quit IRC | 07:09 | |
*** dkoby has quit IRC | 08:01 | |
*** Lukc_ has joined #crux | 08:49 | |
*** Romster has quit IRC | 09:02 | |
*** himynameisphil has quit IRC | 09:04 | |
*** himynameisphil has joined #crux | 09:06 | |
*** taotetek has joined #crux | 09:10 | |
cruxbot | [opt.git/3.0]: cups: update to 1.6.2 | 09:28 |
cruxbot | [opt.git/3.0]: fetchmail: update to 6.3.25 | 09:28 |
cruxbot | [opt.git/3.0]: json-c: update to 0.10 | 09:28 |
cruxbot | [opt.git/3.0]: newsbeuter: update to 2.6 | 09:28 |
*** Kaishi has joined #crux | 09:36 | |
*** mike_k has joined #crux | 09:56 | |
*** Kaishi has quit IRC | 10:23 | |
*** lasso has joined #crux | 10:31 | |
*** Rotwang has joined #crux | 10:39 | |
*** timcowchip has joined #crux | 11:01 | |
*** sepen has joined #crux | 11:26 | |
sepen | hi | 11:26 |
*** vaddi has joined #crux | 11:27 | |
timcowchip | hi sepen | 11:28 |
timcowchip | there's a file in my root directory called "1 | 11:31 |
timcowchip | "1" | 11:31 |
sepen | and? | 11:31 |
timcowchip | seems to be a empty text file | 11:32 |
sepen | surely you run a wrong redirection command >1 | 11:32 |
timcowchip | does it belong there? | 11:32 |
timcowchip | wrong redirection command? | 11:32 |
sepen | yes | 11:33 |
sepen | $ echo > 1 | 11:33 |
timcowchip | oh right | 11:33 |
timcowchip | thanks sepen:) | 11:33 |
sepen | ;D | 11:33 |
*** vaddi has quit IRC | 11:41 | |
timcowchip | I made a handbrake package http://people.salixos.org/timcowchip/crux/HandBrake%23svn-1.pkg.tar.gz | 11:56 |
timcowchip | sholud bee http://people.salixos.org/timcowchip/crux/HandBrake#svn-1.pkg.tar.gz | 11:59 |
timcowchip | be | 11:59 |
timcowchip | should be jeez | 11:59 |
sepen | handbrake is also in hnc repo | 12:05 |
sepen | $ portdbc search hand | 12:05 |
sepen | handbrake hnc httpup sync http://www.landofbile.com/crux_ports/#handbrake handbrake | 12:05 |
*** Romster has joined #crux | 12:08 | |
*** Romster has quit IRC | 12:08 | |
*** Romster has joined #crux | 12:08 | |
*** Romster has quit IRC | 12:15 | |
timcowchip | sepen: that port doesn't work | 12:16 |
*** Romster has joined #crux | 12:17 | |
timcowchip | it calls for handbrake-0.9.3, which is no more | 12:17 |
timcowchip | I tried the Pkgfile with different versions that do exist, but they wouldn't build | 12:19 |
timcowchip | the svn version builds with automake-1.11.6 | 12:22 |
timcowchip | that's how I made the package | 12:23 |
timcowchip | now I'm trying this Pkgfile http://pastebin.com/wJJ2TUym to patch it for automake-1.13 | 12:24 |
timcowchip | using "sed -i 's/AM_CONFIG_HEADER(config.h)/AC_CONFIG_HEADERS(config.h)/g' gtk/configure.ac" gives me an error | 12:25 |
timcowchip | configure.ac:7: error: required file 'config.h.in' not found | 12:26 |
timcowchip | if I use "sed -i 's/AM_CONFIG_HEADER(config.h)/AC_CONFIG_HEADERS/g' gtk/configure.ac" | 12:27 |
timcowchip | I get configure.ac:7: warning: not enough arguments for AC_CONFIG_HEADERS | 12:28 |
timcowchip | so now I'm trying "sed -i 's/AM_CONFIG_HEADER(config.h)/AC_CONFIG_HEADERS([config.h])/g' gtk/configure.ac" | 12:28 |
niklaswe | timcowchip: please use http://paste.lisp.org/ | 12:31 |
*** Romster has quit IRC | 12:31 | |
*** j^2 has quit IRC | 12:33 | |
timcowchip | I tried http://paste.lisp.org/ once, but | 12:36 |
timcowchip | Lisppaste is available in 0 channels on the IRC network Freenode. | 12:36 |
*** frinnst has quit IRC | 12:36 | |
*** frinnst has joined #crux | 12:38 | |
*** frinnst has quit IRC | 12:38 | |
*** frinnst has joined #crux | 12:38 | |
timcowchip | so how do I get lisppaste to use this IRC? | 12:45 |
*** j^2 has joined #crux | 13:03 | |
timcowchip | still get configure.ac:7: error: required file 'config.h.in' not found | 13:05 |
timcowchip | saw this though "checking for Gtk3... no" | 13:05 |
*** Rotwang has quit IRC | 13:07 | |
timcowchip | which led me to this "PKG_CHECK_MODULES(Gtk3, [gtk+-3.0], use_gtk3=yes, use_gtk3=no)" | 13:07 |
timcowchip | so that needs a patch | 13:08 |
timcowchip | configure.ac:7 is AC_CONFIG_HEADERS([config.h]) | 13:10 |
jaeger | for the header change you can do sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' | 13:17 |
jaeger | you don't need to change the argument, most likely | 13:18 |
jaeger | http://morpheus.net/gitweb/?p=jaeger/mate-updates.git;a=blob;f=mate-panel/Pkgfile;h=22bb6d68404605af9cdc3d9c71b96b6d98df50ae;hb=master <-- an example | 13:18 |
timcowchip | ok thanks jaeger | 13:19 |
jaeger | also, you might be able to do something like we did with mate to get handbrake to use a newer automake | 13:19 |
jaeger | http://morpheus.net/gitweb/?p=jaeger/mate-updates.git;a=blob;f=mate-common/mate-autogen.patch;h=5a7791bc9ce4a110c6bcc508fb6245981794b991;hb=master | 13:19 |
*** j^2 has quit IRC | 13:22 | |
timcowchip | if the (config.h) argument remains the same, I think I will get "configure.ac:7: error: required file 'config.h.in' not found" | 13:23 |
*** mike_k has quit IRC | 13:23 | |
timcowchip | the mate patch will make handbrake use automake-1.13 and it won't need any patch for /gtk/configure.ac? | 13:24 |
timcowchip | so I patch /gtk/autogen.sh with the mate patch and /gtk/configure.ac with sed | 13:28 |
timcowchip | ? | 13:29 |
timcowchip | trying "sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' gtk/configure.ac" | 13:39 |
timcowchip | so in order to do something like you did with mate, would I need more than one version of automake to be available? | 13:48 |
*** timcowchip has quit IRC | 14:17 | |
*** Romster has joined #crux | 14:42 | |
*** Kaishi has joined #crux | 14:55 | |
*** Romster has quit IRC | 15:11 | |
*** SiFuh has quit IRC | 15:19 | |
*** SiFuh has joined #crux | 15:20 | |
*** Romster has joined #crux | 15:29 | |
*** Romster has quit IRC | 15:47 | |
*** taotetek has quit IRC | 16:38 | |
*** timcowchip has joined #crux | 17:20 | |
timcowchip | sed -i -e 's/GHB_PACKAGES="gtk+-3.0 $GHB_PACKAGES"/GHB_PACKAGES="gtk+-2.0 >= 2.10 $GHB_PACKAGES"' gtk/configure.ac | 17:21 |
himynameisphil | anyone know any ports that use qmake? | 17:38 |
himynameisphil | know nothing about qmake and trying to get a port to work for which qmake is used during build. | 17:41 |
*** horrorStruck has joined #crux | 17:59 | |
nthwyatt | cd /usr/ports/contrib; grep qmake */Pkgfile | 18:02 |
nthwyatt | himynameisphil ^^ | 18:04 |
*** tilman has quit IRC | 18:07 | |
*** tilman has joined #crux | 18:09 | |
himynameisphil | i shoulda thoughta that. thanks. | 18:09 |
*** lasso has quit IRC | 18:18 | |
*** taotetek has joined #crux | 18:25 | |
*** mavrick61 has quit IRC | 19:54 | |
*** mavrick61 has joined #crux | 19:56 | |
*** hiro_ has quit IRC | 20:30 | |
*** hiro_ has joined #crux | 20:32 | |
*** timcowchip has quit IRC | 20:49 | |
*** himynameisphil has quit IRC | 20:50 | |
*** sepen has quit IRC | 20:51 | |
*** himynameisphil has joined #crux | 20:52 | |
*** timcowchip has joined #crux | 22:10 | |
*** SiFuh has quit IRC | 22:52 | |
*** SiFuh has joined #crux | 22:54 | |
*** SiFuh has quit IRC | 23:00 | |
*** SiFuh has joined #crux | 23:02 | |
timcowchip | do I need to compile a udf module in the kernel to mount dvd's? | 23:05 |
*** Romster has joined #crux | 23:06 | |
frinnst | thats the filesystem it usually use, so yes | 23:10 |
timcowchip | ok thanks | 23:11 |
timcowchip | then I won't get mount: unknown filesystem type 'udf'? | 23:11 |
timcowchip | my simpleburn package can't seem to find sr0 | 23:12 |
timcowchip | my backlite package finds it just fine | 23:13 |
timcowchip | but it uses udisk I think | 23:13 |
Romster | timcowchip, your in the cdrom group? | 23:14 |
timcowchip | yes | 23:14 |
Romster | also it might need /dev/dvd or /dev/cdrom symlinks pointing to /dev/sr0 | 23:14 |
timcowchip | aah | 23:15 |
Romster | but those should already exist. | 23:15 |
timcowchip | oh | 23:15 |
timcowchip | gotta put the kid to bed brb | 23:16 |
Romster | gona get dinner bbs aswell | 23:16 |
*** SiFuh has quit IRC | 23:18 | |
*** SiFuh has joined #crux | 23:20 | |
*** bedis has joined #crux | 23:24 | |
frinnst | off to work | 23:28 |
*** jue has quit IRC | 23:39 | |
*** nthwyatt has quit IRC | 23:42 | |
*** jue has joined #crux | 23:47 | |
*** nthwyatt has joined #crux | 23:49 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!