*** tpb has joined #timvideos | 00:00 | |
*** hyades has quit IRC | 00:12 | |
*** hyades has joined #timvideos | 00:13 | |
*** CarlFK has joined #timvideos | 00:40 | |
*** iiie0 has quit IRC | 01:27 | |
*** mithro-laptop has quit IRC | 02:53 | |
Sewar | iiie: meeting? | 03:05 |
---|---|---|
iiie | Arg, yeah, sidetrack | 03:17 |
iiie | firing it up | 03:17 |
iiie | Sewar: sorry about that | 03:17 |
*** hyades has quit IRC | 04:21 | |
*** parx has quit IRC | 04:33 | |
*** parx has joined #timvideos | 04:38 | |
*** hyades has joined #timvideos | 05:20 | |
*** CarlFK has quit IRC | 05:34 | |
*** CarlFK has joined #timvideos | 07:05 | |
hyades | mithro: ping | 09:48 |
*** mithro-laptop has joined #timvideos | 09:57 | |
*** mithro-laptop has quit IRC | 11:01 | |
*** hyades has quit IRC | 12:26 | |
*** hyades has joined #timvideos | 13:34 | |
*** hyades has quit IRC | 13:56 | |
*** hyades has joined #timvideos | 13:57 | |
*** CarlFK has quit IRC | 17:20 | |
*** hyades has quit IRC | 17:32 | |
*** hyades has joined #timvideos | 17:39 | |
*** CarlFK has joined #timvideos | 18:06 | |
*** hyades has quit IRC | 19:31 | |
*** hyades has joined #timvideos | 19:53 | |
hyades | need a bit of help with autotools | 20:22 |
hyades | https://github.com/hyades/gst-switch/commit/d7d1b8e6afc1643842fb917260c50d1b2b41daa4 | 20:22 |
tpb | <http://ln-s.net/-ro3> (at github.com) | 20:22 |
hyades | i want the prefix passed to ./autogen --prefix=blah | 20:22 |
hyades | to appear here | 20:23 |
*** CarlFK has quit IRC | 20:36 | |
*** hyades has quit IRC | 21:14 | |
*** hyades has joined #timvideos | 21:15 | |
hyades | mithro: parx iiie http://hyades.github.io/blog/Travis-Build-Changed/ | 21:15 |
tpb | <http://ln-s.net/-rpN> (at hyades.github.io) | 21:15 |
iiie | hyades: what is the random path? | 21:18 |
*** hyades has quit IRC | 21:18 | |
*** hyades has joined #timvideos | 21:19 | |
iiie | It sounds like travis is giving a prefixed path, and that the build process has the path hardcoded. | 21:20 |
iiie | hyades: what is the random path? | 21:21 |
hyades | for travis it can be hard coded, but not otherwise | 21:29 |
hyades | it can be any path which is passed as argument (prefix) to autogen.sh | 21:30 |
*** CarlFK has joined #timvideos | 21:30 | |
iiie | hyades: yes, and what path does travis pass? Aren't these build environments isolated? I would expect travis needs to set the path to maintain that isolation. | 21:31 |
hyades | i have the choice of giving the path, I am currently giving /usr/local/lib | 21:33 |
hyades | https://github.com/hyades/gst-switch/blob/python-api/.travis.yml | 21:33 |
tpb | <http://ln-s.net/-q65> (at github.com) | 21:33 |
iiie | http://www.gnu.org/software/autogen/faq.html#sample | 21:39 |
tpb | <http://ln-s.net/-rpw> (at www.gnu.org) | 21:39 |
iiie | ${prefix} doesn't work? | 21:39 |
hyades | should work, I had no idea about autogen and autotools | 21:41 |
iiie | hm, so that's different from autogen.sh then? | 21:42 |
hyades | what? | 21:42 |
iiie | Is the gnu autogen doc talking about something different from autogen.sh? Is autogen.sh "boilerplate"? | 21:44 |
hyades | it looks the same to me | 21:45 |
parx | CarlFK: you missed this hyades: mithro: parx iiie http://hyades.github.io/blog/Travis-Build-Changed/ | 21:48 |
tpb | <http://ln-s.net/-rpN> (at hyades.github.io) | 21:48 |
iiie | hyades: I don't think they all work the same though https://github.com/hyades/gst-switch/blob/d7d1b8e6afc1643842fb917260c50d1b2b41daa4/autogen.sh vs http://code.ohloh.net/file?fid=WP2mOMW8dOwKVQH_vrPonr7KiIY&cid=hwAHwt2tjro&s=&fp=305921&mpundefined&projSelected=true#L0 | 21:50 |
tpb | <http://ln-s.net/-rqH> (at github.com) | 21:50 |
iiie | Notice jhbuild makes a Makefile.inc, so I don't think that the parameter to autogen.sh "just works" | 21:50 |
hyades | hm | 21:51 |
iiie | It should pass prefix strait on to config though | 21:52 |
CarlFK | I found someone that can help.. but not now. | 21:52 |
hyades | yes, it will pass to configure. | 21:53 |
iiie | I wonder why autogen.sh has a line for deleting autoregen.sh when the next line replaces the file anyway | 21:53 |
CarlFK | (04:46:39 PM) hef_: I can take a look at it this weekend. not in front of a linux machine at the monent . also at work, working on a side project would be bad form | 21:53 |
iiie | : ) | 21:53 |
iiie | I'm in front of a linux machine, working from home. I am however rather out of practice with make and C. | 21:54 |
CarlFK | iiie: "why rm...?" I bet it is to prevent an error condidtion | 21:54 |
CarlFK | lol | 21:54 |
iiie | CarlFK: https://github.com/hyades/gst-switch/blob/d7d1b8e6afc1643842fb917260c50d1b2b41daa4/autogen.sh#L6 | 21:55 |
tpb | <http://ln-s.net/-rqP> (at github.com) | 21:55 |
iiie | if this file exists, delete it | 21:55 |
iiie | now replace that file with the start of a bash script. | 21:55 |
iiie | oh | 21:56 |
iiie | nevermind, permissions and state are good enough | 21:56 |
iiie | the difference is umask and a lack of explicit full description of permissions | 21:57 |
CarlFK | um.. I think I know what you are talking abuot ;) | 22:00 |
hyades | btw, if that hardcoded prefix is used, gst-switch can be built at /usr/local/bin | 22:22 |
hyades | i am off to sleep now, gn | 22:24 |
CarlFK | hyades: see ya | 22:28 |
*** parx1 has joined #timvideos | 23:32 | |
*** parx has quit IRC | 23:35 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!