Re: llvm 3.7 broken in mint because upstream

2015-12-20 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

the package was never built on i386, so I didn't put much effort in
fixing it.

thanks to your mail I speeded up the task in my todolist, and cooked a
patch against llvm-3.7.

I'm not sure mesa stuff should work this way (being broken on amd64
because of a missing i386 compiler seems somewhat strange, but I don't
want to investigate the rationale behind this).

I updated with a patch the bug that Robie opened on llvm-3.7
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.7/+bug/152786
5

I basically disable the LLDB testsuite on i386, because seems that the
buildd system hangs with it and gets killed after 150 minutes of
inactivity.

We already have it disabled for some arm* architectures, so even if it
isn't a good solution (and probably there is a bug against i686,
because the same build on Debian i386 works).

Not sure, but at least it has been built successfully.

cheers,

G.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWdtJQAAoJEPNPCXROn13ZLO4P/3I9Mv/UHvBbRRFdL6F3hSOI
W27X++QuaR041CKCbiAjBwtfUoy5ais31feCP0KsgGdxuaAKr+PM4rpge8AFeJjU
h69AYOJ3zoN47ssKTx6ZT1tw6G5ls3jXxl+NgxTQvLHtCPx/dS/BZmFzpnXMAeRt
rQCH9m6qaCluOm0/aKwaFufS3i/3ICFV1Wdm8kNBKo6JtwxF9hC7WuN95Q//UOmX
s+2ovElJ2Kkjb+9fK3UWGAbkNGqhOitqs+QXezo/e9Ie1cg4pOO4OVCZ0Ge7dMnG
lWF+jqQjCelmf0Oi6xoonXYmORmCMVpWivDMPPh5lKEjYFFKXtuuJSPrryuCbjH8
wsSmXMcpu9vmoIJXq6JJdQepvabuKhJofh8Ya07yCTTPLfNNQtRMAmNs9mvKeV4l
gVq5uqwppLiN3/kfA9/XZyCSDdCJTU3yM8kurAP4ZEF7CMsb/qV1JZF99hGtfAch
DAnh2KVmqUQ2Cz+AFSqMWlQpxZ++fkrY5XAjjeYtJzq/h5BJUQDcNv59cqBdM0nt
meDZ5T/sdMyvzqQ1GAhSvWK89pW6nkiHotyKpWY30Ip2vpP4ALROb5STGJFyrfMI
y8NlALnlsoYqCQs2CsquzBNCxqEqt8AOuog9gJQRLLeTizcX6dAdK3iPw8EQLPOB
3D/1PlaAEA4DQY+wui56
=pty/
-END PGP SIGNATURE-

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: llvm 3.7 broken in mint because upstream

2015-12-19 Thread GatoLoko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

El 19/12/15 a las 12:10, Jarkko Korpi escribió:
> 
> I am using Linux mint 17.2 and I use oibaf ppa for radeonsi
> drivers. They provide
> 
> OpenGL core profile version string: 3.3 (Core Profile) Mesa
> 11.2.0-devel (git-0a6a17b 2015-12-18 trusty-oibaf-ppa)
> 
> support when my card would already support 4.1 and using mint
> provided packages it's even worse. I think the packages provided
> only opengl 2.0 or 2.1 support. This means that I have many games
> that doent work because of this.

Try padoka ppa instead:

OpenGL core profile version string: 4.1 (Core Profile) Mesa
11.2.0-devel (padoka PPA)

It's packages are built with llvm 3.8:
https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa

Be warned, this are packages contain "in development" mesa compiled
with "in development" llvm, so they may contain bugs (but I'm using
them without problems)


> Now the issue. Oipaf doesnt provide llvm 3.7 compiled packages so
> I could have more recent opengl extensions because

You are complaining about problems with packages from Oibaf's PPA, ask
Oibaf to fix them (he won't because he is busy with other things) or
make your own packages the way you want them.


> "When Ubuntu will provide an llvm that properly build on i386."

That is an entirely different thing. LLVM 3.7 was published too late
to be included in Wily, and since Wily is a short term support
release, nobody seems to care.

I wouldn't expect ubuntu to provide llvm3.7+ compiled mesa packages
until Xenial (April, 2016), but right now the develipment livecd
doesn't. I've just tried it and Xenial still uses llvm3.6.


- -- 
Raúl Soriano


-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iF4EAREIAAYFAlZ1sAkACgkQMF2GslzCSEvdvgD/WdBIJ8JpBuFU6QxCJyLVE7O4
7Slhuge1P6TxPPeqU1QBAK/tBHKrbPXxYgLHziELGXB9scCjMSyZ15tN69iUiOqZ
=2WY6
-END PGP SIGNATURE-

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


RE: llvm 3.7 broken in mint because upstream

2015-12-19 Thread Robie Basak
Forwarding to the mailing list. Please make sure you keep discussions on
the mailing list so that others can follow and help, and find
information when searching in the future.

I'm not an expert in this area, so I can't help further, sorry. One
forum post you linked to asks "Is there anyway to impact this process?".
It's important to understand both that anyone can help, but also that
nothing is likely to happen in the timescale you want unless someone
does step up to help.

Robie

- Forwarded message from Jarkko Korpi  -

Date: Sat, 19 Dec 2015 13:29:36 +
From: Jarkko Korpi 
To: Robie Basak 
Subject: RE: llvm 3.7 broken in mint because upstream

I don't really understand this 64bit/32bit thing. Even you have 64bit linux, 
you need 32bit libraries to get things working. I think most of the games are 
still 32bit (assuming, cant proof). Anyway cant play games because lacking 
extensions. See the other link I provided. It explains quite well what's wrong 
by Feral (game porter studio).

> Date: Sat, 19 Dec 2015 12:23:15 +
> From: robie.ba...@ubuntu.com
> To: jarkko_ko...@hotmail.com
> CC: ubuntu-devel-discuss@lists.ubuntu.com
> Subject: Re: llvm 3.7 broken in mint because upstream
> 
> On Sat, Dec 19, 2015 at 11:10:44AM +, Jarkko Korpi wrote:
> > Now the issue. Oipaf doesnt provide llvm 3.7 compiled packages so I could 
> > have more recent opengl extensions because 
> > 
> > "When Ubuntu will provide an llvm that properly build on i386."
> 
> I'm not familiar with the details, but it looks like llvm-toolchain-3.7
> is available in Ubuntu on amd64, but not on i386 due to a build failure:
> 
> http://packages.ubuntu.com/source/wily/llvm-toolchain-3.7
> 
> I've filed a bug on this for you to help you track the i386 issue:
> https://launchpad.net/bugs/1527865
> 
> Don't most gamers use 64 bit installs nowadays though? In that case
> 64 bit builds should work even if 32 bit is left behind. What am I
> missing?
> 
> > This is not only a problem with Linux mint.
> 
> Please contribute! Patches are always welcome.
> 
> Hope that helps,
> 
> Robie
  

- End forwarded message -


signature.asc
Description: Digital signature
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: llvm 3.7 broken in mint because upstream

2015-12-19 Thread Robie Basak
On Sat, Dec 19, 2015 at 11:10:44AM +, Jarkko Korpi wrote:
> Now the issue. Oipaf doesnt provide llvm 3.7 compiled packages so I could 
> have more recent opengl extensions because 
> 
> "When Ubuntu will provide an llvm that properly build on i386."

I'm not familiar with the details, but it looks like llvm-toolchain-3.7
is available in Ubuntu on amd64, but not on i386 due to a build failure:

http://packages.ubuntu.com/source/wily/llvm-toolchain-3.7

I've filed a bug on this for you to help you track the i386 issue:
https://launchpad.net/bugs/1527865

Don't most gamers use 64 bit installs nowadays though? In that case
64 bit builds should work even if 32 bit is left behind. What am I
missing?

> This is not only a problem with Linux mint.

Please contribute! Patches are always welcome.

Hope that helps,

Robie


signature.asc
Description: Digital signature
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


RE: llvm 3.7 broken in mint because upstream

2015-12-19 Thread Jarkko Korpi


From: jarkko_ko...@hotmail.com
To: ubuntu-de...@lists.ubuntu.com
Subject: llvm 3.7 broken in mint because upstream
Date: Sat, 19 Dec 2015 03:24:01 +




I am using Linux mint 17.2 and I use oibaf ppa for radeonsi drivers. They 
provide 

OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0-devel 
(git-0a6a17b 2015-12-18 trusty-oibaf-ppa)

support when my card would already support 4.1 and using mint provided packages 
it's even worse. I think the packages provided only opengl 2.0 or 2.1 support. 
This means that I have many games that doent work because of this. 

Now the issue. Oipaf doesnt provide llvm 3.7 compiled packages so I could have 
more recent opengl extensions because 

"When Ubuntu will provide an llvm that properly build on i386."

http://www.phoronix.com/forums/forum/linux-graphics-x-org-drivers/opengl-vulkan-mesa-gallium3d/24959-updated-and-optimized-ubuntu-free-graphics-drivers?p=840979#post840979

This is not only a problem with Linux mint.

See this link 

https://steamcommunity.com/app/255220/discussions/0/494631967653421296/





  -- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss