taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
>
>> This is really hacky but seems to work.
>
> It seems Guix helped a Qt developer reproduce the bug and now there's a
> proper fix:
>
> https://bugreports.qt.io/br
David Thompson writes:
> Ludovic Courtès writes:
>
>> Christopher Allan Webber skribis:
>>
>>> - The "hip new way" of doing things is to use Bower. Bower is a
>>>package manager, but it's made specifically for static assets served
>>>to the user, such as css files, fonts, javascript li
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> This is really hacky but seems to work.
Good. :-)
> From 35fdd9e2fcd5b953b3a088d0bb22d84f7dc5ded9 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>
> Date: Fri, 24 Apr 2015 10:43:57 +02
John Darrington skribis:
> But guix does not seem to be buildable using guile-2.0.5
What makes you say so? Could you post any errors that you have?
TIA,
Ludo’.
宋文武 skribis:
> It have been broken for 3 month, and no one seem to be interesting to
> fix it. Since no packages use it actually (only wxwidgets have a
> comment), I'd like to remove them.
>
> What do you think?
Fine with me!
Ludo’.
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
>
>> Andreas Enge writes:
>>
>>> On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote:
Then please push!
>>>
>>> Sorry, I forgot; maybe push to core-up
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> Actually, I hit the problem again now; it's during the compilation of
> .scm files.
>
> The problem seems to be that 'inherit' fields of packages are evaluated
> eagerly, so when video.scm directly or indirectly imports gl.scm bef
Hello Guix!
This patch adds Markdown. I don't know if 'textutils.scm' is the right
place for it and since it's the first time i play with
`trivial-build-system', comments and/or advices are welcomed.
--
Mathieu Lirzin
>From eec846d938b35b7a286660257d4f878723ad9da7 Mon Sep 17 00:00:00 2001
From:
Ludovic Courtès writes:
> Christopher Allan Webber skribis:
>
>> - The "hip new way" of doing things is to use Bower. Bower is a
>>package manager, but it's made specifically for static assets served
>>to the user, such as css files, fonts, javascript like jquery, etc.
>>Bower also
Ludovic Courtès writes:
> David Thompson skribis:
>
>> * The 'nixops' command is stateful. It stores necessary state about
>> deployed systems in a special directory ($HOME/.nixops by default),
>> such as the IP addresses of the deployed systems. Because of this,
>> each deployment needs
David Thompson skribis:
> Christian Thaeter writes:
>
>> When reconfiguring the disk to IDE or Virtio it starts booting but ends
>> up in a kernel panic
>> http://public.pipapo.org/guix3.png
>>
>> killing init? wtf anyone has an idea what could be going wrong
>> there?
>
> The initrd script
Ludovic Courtès writes:
> Christopher Allan Webber skribis:
>
>> - The "hip new way" of doing things is to use Bower. Bower is a
>>package manager, but it's made specifically for static assets served
>>to the user, such as css files, fonts, javascript like jquery, etc.
>>Bower also
Alex Kost skribis:
> Ludovic Courtès (2015-04-29 23:23 +0300) wrote:
>
>> Alex Kost skribis:
>>
>> [...]
>>
>>> + (documentation
>>> + (string-append "Load '" file "' console keymap (loadkeys)."))
>>
>> Please make it a literal string, thus omitting FILE entirely.
>
> OK, do you mean
Ludovic Courtès writes:
>> +(for-each delete-file
>> + (map (cut string-append out <>)
>> + '("/lib/jvm/jre/lib/amd64/libjawt.so"
>> + "/bin/c++"
>> + "/bin/cpp"
Ludovic Courtès (2015-04-29 23:23 +0300) wrote:
> Alex Kost skribis:
>
> [...]
>
>> + (documentation
>> + (string-append "Load '" file "' console keymap (loadkeys)."))
>
> Please make it a literal string, thus omitting FILE entirely.
OK, do you mean like this?:
"Load console keymap
Ricardo Wurmus skribis:
> This patch adds a build phase to GCJ removing a broken symlink and a
> couple of non-functional binaries, such as "gcc" or "g++".
>
> In a GCJ build these binaries are useless as GCJ is a GCC built only
> with Java support. When GCJ is installed alongside gcc-toolchain,
On Thu, Apr 30, 2015 at 05:39:36PM +0200, Taylan Ulrich Bayırlı/Kammer wrote:
> It seems Guix helped a Qt developer reproduce the bug
This is neat!
Andreas
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> This is really hacky but seems to work.
It seems Guix helped a Qt developer reproduce the bug and now there's a
proper fix:
https://bugreports.qt.io/browse/QTBUG-45205 (see bottom comment)
I will try those patches out; should h
This patch adds a build phase to GCJ removing a broken symlink and a
couple of non-functional binaries, such as "gcc" or "g++".
In a GCJ build these binaries are useless as GCJ is a GCC built only
with Java support. When GCJ is installed alongside gcc-toolchain, for
example, there would be confli
David Thompson skribis:
> I'm writing this in an attempt to "think out loud" about a deployment
> automation tool for GuixSD.
Yay, good idea!
> * The central data type is a "deployment", which is a Nix expression
> consisting of one or more named OS configs
>
> * The OS configs contain ext
There is also notabug.org
On April 30, 2015 6:39:39 AM EDT, Svante Signell
wrote:
>On Thu, 2015-04-30 at 11:27 +0300, Manolis Ragkousis wrote:
>> Hey Andreas :D
>>
>> On 30 Apr 2015 00:53, "Andreas Enge" wrote:
>>
>> > Not to mention that github is not exactly popular in the free
>> software
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> Andreas Enge writes:
>
>> On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote:
>>> Then please push!
>>
>> Sorry, I forgot; maybe push to core-updates, or wait after it is merged
>> (do we have a time line for this)?
>
>
Svante Signell writes:
> What about gitlab?
The GitLab web service runs on "GitLab Enterprise Edition" which is
proprietary software.
The main Gitorious alternatives I'm aware of are notabug.org and
gitbull.org, the former running Gogs and the latter Kallithea.
Taylan
On Thu, 2015-04-30 at 11:27 +0300, Manolis Ragkousis wrote:
> Hey Andreas :D
>
> On 30 Apr 2015 00:53, "Andreas Enge" wrote:
>
> > Not to mention that github is not exactly popular in the free
> software
> > community, see "service as a software substitute", or
> >
> https://www.gnu.org/philoso
Christopher Allan Webber skribis:
> - The "hip new way" of doing things is to use Bower. Bower is a
>package manager, but it's made specifically for static assets served
>to the user, such as css files, fonts, javascript like jquery, etc.
>Bower also puts these in an extlib/ or what
Ricardo Wurmus skribis:
> I'm unclear on how to treat optional inputs (in general and in this
> particular case). Should we offer "mpd-minimal" with minimal inputs and
> "mpd" with everything, or a "custom-mpd" function to create a package
> with a certain feature subset?
That’s one possibility
David Thompson skribis:
> Andreas Enge writes:
[...]
>>> + ;; No versioned archive available.
>>> + (uri "http://www.lonesock.net/files/soil.zip";)
>>
>> Normally, this would not work: As soon as a new version comes out, we would
>> lose the old one, except for a copy
Hey Andreas :D
On 30 Apr 2015 00:53, "Andreas Enge" wrote:
> I am not quite sure how this is supposed to make things easier. Why not
simply
> use a branch in the guix repo (like the existing wip-hurd, or
wip-wip-hurd for
> very experimental changes)? Then every commit of yours will be sent to ou
Andreas Enge skribis:
> On Thu, Apr 30, 2015 at 12:01:44AM +0300, Manolis Ragkousis wrote:
>> I just wanted to add that I will keep a repo at github which I will upload
>> any
>> (serious) local changes before I send them as patches so anyone can keep
>> an eye on the current status of my work.
Hi Rohan,
Rohan Prinja skribis:
> Also, how do you suggest I get started with the pre-coding period? I
> was thinking of rereading the ISC dhclient code, this time more
> carefully,
Sounds good.
> and in parallel, adding some packages to the Guix to get a feel for
> how porting packages to the
Andreas Enge writes:
> On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote:
>> Right. I don't know what I did wrong before, but it actually seems to
>> work fine to put it in gl.scm. New patch:
>
> Okay, looks good.
Actually, I hit the problem again now; it's during th
Andreas Enge writes:
> On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote:
>> Then please push!
>
> Sorry, I forgot; maybe push to core-updates, or wait after it is merged
> (do we have a time line for this)?
Waiting for Ludovic's input then...
Taylan
Andreas Enge writes:
> On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote:
>> Right. I don't know what I did wrong before, but it actually seems to
>> work fine to put it in gl.scm. New patch:
>
> Okay, looks good.
>
> I just realise that libva-without-mesa is maybe a
configure.ac contains the line:
PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.5])
But guix does not seem to be buildable using guile-2.0.5
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserve
On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote:
> Then please push!
Sorry, I forgot; maybe push to core-updates, or wait after it is merged
(do we have a time line for this)?
Andreas
On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote:
> Right. I don't know what I did wrong before, but it actually seems to
> work fine to put it in gl.scm. New patch:
Okay, looks good.
I just realise that libva-without-mesa is maybe a semantically better name.
> -
36 matches
Mail list logo