We have moved to a new Sailfish OS Forum. Please start new discussions there.
1

gcc and gstreamer tools are not installable (3.0.2)

asked 2019-04-04 03:13:19 +0300

butler gravatar image

Are my repos messed up or gcc and gstreamer1.0-tools are not installable on the phone? I could install gcc before and it surely was convinient to compile small things on the phone without bothering with SDK.

[root@Sailfish gadget]# pkcon install gcc               
Resolving                                                                                                                
Testing changes                                                                                                         
Finished                                                                                                                
Fatal error: gcc-4.8.3-1.1.8.jolla.armv7hl requires glibc-devel, but this requirement cannot be provided

[root@Sailfish gadget]# pkcon install gstreamer1.0-tools                                                                
Resolving                                                                                                                
Testing changes                                                                                                         
Finished                                                                                                                
Fatal error: gstreamer1.0-tools-1.14.1-1.3.2.jolla.armv7hl requires gstreamer1.0 = 1.14.1-1.3.2.jolla, but this requirement cannot be provided

Gcc requires glibc-devel:

[root@Sailfish gadget]# pkcon install glibc-devel
Resolving                                                                                                                
Querying                                                                                                                
Testing changes                                                                                                         
Finished                                                                                                                
Fatal error: glibc-devel-2.19+6.13.1-1.2.6.jolla.armv7hl requires glibc = 2.19+6.13.1-1.2.6.jolla, but this requirement cannot be provided

[root@Sailfish gadget]# pkcon search glibc       
Searching by details                                                                                                    
Refreshing software list                                                                                                 
Querying                                                                                                                 
Finished                                                                                                                
...
Installed       glibc-2.19+6.13.1-1.3.1.jolla.armv7hl (installed)               Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC)
Available       glibc-2.19+6.13.1-1.2.6.jolla.armv7hl (jolla)                   Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC)
...

Why are there two versions of glibc?

edit retag flag offensive close delete

1 Answer

Sort by » oldest newest most voted
1

answered 2019-04-04 09:17:15 +0300

atlochowski gravatar image

have you tried to use

pkcon refresh

before instaling packages?

edit flag offensive delete publish link more

Comments

Yes. I've also tried it now just to be sure, with the same result.

butler ( 2019-04-04 12:20:15 +0300 )edit
1

Possibly you can use zypper and ignore the dependency on the version (I think the parameter is zypper in -f gcc..,)

Nieldk ( 2019-04-04 18:16:25 +0300 )edit

Thanks @Nieldk , I've got gst-tools installed with zypper by ignoring deps, and it works.

Do you know if it's typicall for jolla to leave out some packages and re-add them later? 3.0.2 is still in beta I believe. Or usually what's gone is gone?

butler ( 2019-04-14 15:45:04 +0300 )edit
Login/Signup to Answer

Question tools

Follow
3 followers

Stats

Asked: 2019-04-04 03:13:19 +0300

Seen: 272 times

Last updated: Apr 04 '19