[FITS] Created: (FL-2932) update Fedora 20 > F20

2 views
Skip to first unread message

Tomas Forsman (FITS)

unread,
Aug 24, 2014, 3:02:48 PM8/24/14
to foresigh...@googlegroups.com
update Fedora 20 > F20
----------------------

Key: FL-2932
URL: https://issues.foresightlinux.org/jira/browse/FL-2932
Project: Foresight Linux
Issue Type: Bug
Security Level: Public (Everyone can see this issue)
Components: Base Operating System
Affects Versions: 3.0
Reporter: Tomas Forsman
Assignee: Distro
Attachments: conary-error-o4oQqb.txt

using this system-model

http://fdev.foresightlinux.org/mirror/fedora/linux/test_desktop.system-model

see attachment for failure

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.foresightlinux.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Tomas Forsman (FITS)

unread,
Aug 24, 2014, 3:02:47 PM8/24/14
to foresigh...@googlegroups.com

[ https://issues.foresightlinux.org/jira/browse/FL-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Forsman updated FL-2932:
------------------------------

Attachment: conary-error-o4oQqb.txt

> update Fedora 20 > F20
> ----------------------
>
> Key: FL-2932
> URL: https://issues.foresightlinux.org/jira/browse/FL-2932
> Project: Foresight Linux
> Issue Type: Bug
> Security Level: Public(Everyone can see this issue)

Brett Smith (FITS)

unread,
Aug 24, 2014, 3:23:45 PM8/24/14
to foresigh...@googlegroups.com

[ https://issues.foresightlinux.org/jira/browse/FL-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17994#action_17994 ]

Brett Smith commented on FL-2932:
---------------------------------

Looks like you might have compiled conary linked against wrong sqlite.

Instructions were missing some steps.

Try using the conary rpm from fdev.

http://fdev.foresightlinux.org/mirror/fedora/linux/conary-2.5.3-1.fc20.x86_64.rpm

> update Fedora 20 > F20
> ----------------------
>
> Key: FL-2932
> URL: https://issues.foresightlinux.org/jira/browse/FL-2932
> Project: Foresight Linux
> Issue Type: Bug
> Security Level: Public(Everyone can see this issue)

Brett Smith (FITS)

unread,
Aug 24, 2014, 3:37:46 PM8/24/14
to foresigh...@googlegroups.com

[ https://issues.foresightlinux.org/jira/browse/FL-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17996#action_17996 ]

Brett Smith commented on FL-2932:
---------------------------------

If you want to do x86 here are the compile strings

git clone 'https://github.com/sassoftware/conary.git'

cd conary/conary/pysqlite3/

curl --remote-name http://sqlite.org/sqlite-autoconf-3071201.tar.gz

tar -zxvf sqlite-autoconf-3071201.tar.gz

cd sqlite-autoconf-3071201

CLASSPATH="" CFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-shared --enable-threadsafe

CFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ make CFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC"

cd ../../

CFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ CFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC" make PYINCLUDE=/usr/include/python2.7 PYTHON=/usr/bin/python2.7 PYVER=2.7 prefix=/usr bindir=/usr/bin datadir=/usr/share libelf=-lelf

CFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -march=i386 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ make DESTDIR=/tmp/rmake/builds/conary/_ROOT_ install PYINCLUDE=/usr/include/python2.7 PYTHON=/usr/bin/python2.7 PYVER=2.7 prefix=/usr bindir=/usr/bin datadir=/usr/share libelf=-lelf

sudo conary q

> update Fedora 20 > F20
> ----------------------
>
> Key: FL-2932
> URL: https://issues.foresightlinux.org/jira/browse/FL-2932
> Project: Foresight Linux
> Issue Type: Bug
> Security Level: Public(Everyone can see this issue)

Brett Smith (FITS)

unread,
Aug 24, 2014, 3:37:46 PM8/24/14
to foresigh...@googlegroups.com

[ https://issues.foresightlinux.org/jira/browse/FL-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17995#action_17995 ]

Brett Smith commented on FL-2932:
---------------------------------

Updated conary compile instructions for x86_64

git clone 'https://github.com/sassoftware/conary.git'

cd conary/conary/pysqlite3/

curl --remote-name http://sqlite.org/sqlite-autoconf-3071201.tar.gz

tar -zxvf sqlite-autoconf-3071201.tar.gz

cd sqlite-autoconf-3071201

CLASSPATH="" CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-shared --enable-threadsafe
CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ make CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC"

cd ../../

CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector -fPIC" make PYINCLUDE=/usr/include/python2.7 PYTHON=/usr/bin/python2.7 PYVER=2.7 prefix=/usr bindir=/usr/bin datadir=/usr/share libelf=-lelf
CFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector" CXXFLAGS="-O2 -g -D_FORTIFY_SOURCE=2 -fstack-protector " CPPFLAGS="" CLASSPATH="" LDFLAGS="-g -O1 " CC=gcc CXX=g++ make install PYINCLUDE=/usr/include/python2.7 PYTHON=/usr/bin/python2.7 PYVER=2.7 prefix=/usr bindir=/usr/bin datadir=/usr/share libelf=-lelf

sudo conary q

> update Fedora 20 > F20
> ----------------------
>
> Key: FL-2932
> URL: https://issues.foresightlinux.org/jira/browse/FL-2932
> Project: Foresight Linux
> Issue Type: Bug
> Security Level: Public(Everyone can see this issue)
Reply all
Reply to author
Forward
0 new messages