* Equivalent to lib32readline6-dev
@ 2017-05-08 15:34 Hartmut Goebel
2017-05-08 16:15 ` Kei Kebreau
0 siblings, 1 reply; 4+ messages in thread
From: Hartmut Goebel @ 2017-05-08 15:34 UTC (permalink / raw)
To: guix-devel
Hi,
for building LinageOS, the Debina/Ubuntu package lib32readline6-dev is
required – which is the 32-bit version. How can I get this in guix?
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Equivalent to lib32readline6-dev
2017-05-08 15:34 Equivalent to lib32readline6-dev Hartmut Goebel
@ 2017-05-08 16:15 ` Kei Kebreau
2017-05-09 8:44 ` Hartmut Goebel
0 siblings, 1 reply; 4+ messages in thread
From: Kei Kebreau @ 2017-05-08 16:15 UTC (permalink / raw)
To: Hartmut Goebel; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> Hi,
>
> for building LinageOS, the Debina/Ubuntu package lib32readline6-dev is
> required – which is the 32-bit version. How can I get this in guix?
My first guess would be using
`guix build --system=i686-linux readline@6.2'
to get a look at what you're working with.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Equivalent to lib32readline6-dev
2017-05-08 16:15 ` Kei Kebreau
@ 2017-05-09 8:44 ` Hartmut Goebel
2017-05-09 20:41 ` Kei Kebreau
0 siblings, 1 reply; 4+ messages in thread
From: Hartmut Goebel @ 2017-05-09 8:44 UTC (permalink / raw)
To: Kei Kebreau; +Cc: guix-devel
Am 08.05.2017 um 18:15 schrieb Kei Kebreau:
> Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
>
>> Hi,
>>
>> for building LinageOS, the Debina/Ubuntu package lib32readline6-dev is
>> required – which is the 32-bit version. How can I get this in guix?
> My first guess would be using
>
> `guix build --system=i686-linux readline@6.2'
>
> to get a look at what you're working with.
Ah, seems my question was not precise enough:
How can I install the 32-bit *and* the 64-bit development files at
once. So I can tell gcc/clang "now build for 32-bit".
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Equivalent to lib32readline6-dev
2017-05-09 8:44 ` Hartmut Goebel
@ 2017-05-09 20:41 ` Kei Kebreau
0 siblings, 0 replies; 4+ messages in thread
From: Kei Kebreau @ 2017-05-09 20:41 UTC (permalink / raw)
To: Hartmut Goebel; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> Am 08.05.2017 um 18:15 schrieb Kei Kebreau:
>> Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
>>
>>> Hi,
>>>
>>> for building LinageOS, the Debina/Ubuntu package lib32readline6-dev is
>>> required – which is the 32-bit version. How can I get this in guix?
>> My first guess would be using
>>
>> `guix build --system=i686-linux readline@6.2'
>>
>> to get a look at what you're working with.
>
> Ah, seems my question was not precise enough:
> How can I install the 32-bit *and* the 64-bit development files at
> once. So I can tell gcc/clang "now build for 32-bit".
I see now. I'm not sure that Guix has multilib support like you are
describing, though I suppose you could try building it in a pure 32-bit
environment by using
`guix environment --system=i686-linux --ad-hoc [required packages]'
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-05-09 20:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-08 15:34 Equivalent to lib32readline6-dev Hartmut Goebel
2017-05-08 16:15 ` Kei Kebreau
2017-05-09 8:44 ` Hartmut Goebel
2017-05-09 20:41 ` Kei Kebreau
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).