Damian Wojslaw | 24 Jan 2008 10:02
Picon

Re: KBE 1.0 - Build enviroment for KDE

Lukas Oboril pisze:
> Looking forward to you comments!
> Luc
>   
Hi, I write for the sake of keeping it somewhere documented. As stated 
in irc discussion, I got KBE to compile and install with:

-bash-3.00$ uname -a
SunOS wojslaw.pl 5.10 Generic_127112-06 i86pc i386 i86pc

-bash-3.00$ /opt/SUNWspro/bin/cc -V
cc: Sun C 5.9 SunOS_i386 Patch 124868-02 2007/11/27

-bash-3.00$ /opt/SUNWspro/bin/CC -V
CC: Sun C++ 5.9 SunOS_i386 Patch 124864-01 2007/07/25

-bash-3.00$ isainfo
amd64 i386

It took less than three hours.

During the build I have hit something:

[...]

   1.
      Executing(%clean): /bin/bash
      /var/tmp/pkgbuild-root/pkgbuild-tmp-7.14109
   2.
      + umask 022
(Continue reading)

Albertson, Brett | 24 Jan 2008 15:34
Favicon

error building FOSSa52dec in SPECS

Has anyone else seen this?  I checkout the trunk from cvsdude, then
build and install KBE (as a non-root user) just fine.  I make sure the
environment is setup using /opt/kdebld/bin/env.sh.  I then go into the
SPECS directory, type gmake and get this:

dev-zero:{kdeuser}# gmake
pkginfo -q "FOSSendian" || pkgtool --download --spec base-specs:include
build "FOSSendian.spec"
pkginfo -q "FOSSa52dec" || pkgtool --download --spec base-specs:include
build "FOSSa52dec.spec"
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
INFO: Finding sources
INFO: Running pkgbuild -ba [...] FOSSa52dec.spec (FOSSa52dec)
ERROR: FOSSa52dec FAILED
INFO: Check the build log in /tmp/FOSSa52dec.log for details

Summary:

                         package |      status | details
---------------------------------+-------------+------------------------
-------
                      FOSSa52dec |      FAILED | pkgbuild build failed
gmake: *** [pkgbuild-a52dec] Error 1

If I look in /tmp/FOSSa52dec.log, I see:

pkgbuild: /bin/bash ../libtool --mode=link /opt/SUNWspro/bin/cc  -Xc
-errshort=full -errfmt=error -errwarn=%none -s -xcsi
-xustr=ascii_utf16_ushort -xalias_level=std -features=extinl -xF=%none
(Continue reading)

Manish Chakravarty | 27 Jan 2008 16:01
Picon
Gravatar

Re: error building FOSSa52dec in SPECS

+1
I am facing this error too~

On Jan 24, 2008 8:04 PM, Albertson, Brett <bretta <at> consonus.com> wrote:
Has anyone else seen this?  I checkout the trunk from cvsdude, then
build and install KBE (as a non-root user) just fine.  I make sure the
environment is setup using /opt/kdebld/bin/env.sh.  I then go into the
SPECS directory, type gmake and get this:

dev-zero:{kdeuser}# gmake
pkginfo -q "FOSSendian" || pkgtool --download --spec base-specs:include
build "FOSSendian.spec"
pkginfo -q "FOSSa52dec" || pkgtool --download --spec base-specs:include
build "FOSSa52dec.spec"
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
INFO: Finding sources
INFO: Running pkgbuild -ba [...] FOSSa52dec.spec (FOSSa52dec)
ERROR: FOSSa52dec FAILED
INFO: Check the build log in /tmp/FOSSa52dec.log for details

Summary:

                        package |      status | details
---------------------------------+-------------+------------------------
-------
                     FOSSa52dec |      FAILED | pkgbuild build failed
gmake: *** [pkgbuild-a52dec] Error 1

If I look in /tmp/FOSSa52dec.log, I see:

pkgbuild: /bin/bash ../libtool --mode=link /opt/SUNWspro/bin/cc  -Xc
-errshort=full -errfmt=error -errwarn=%none -s -xcsi
-xustr=ascii_utf16_ushort -xalias_level=std -features=extinl -xF=%none
-xbuiltin=%all -xinline=%auto -xprefetch=auto
-xprefetch_auto_type=indirect_array_access -xprefetch_level=3 -xsafe=mem
-xthread var=%all -z combreloc -z redlocsym -z nodefaultlib -z ignore -z
now -z rescan -z absexec -xipo=0 -xldscope=symbolic -xlibmil -s -xO3
-xregs=no%frameptr -xjobs=2 -Kpic -xrestrict=%all -xipo=0
-xtarget=opteron -m64 -xchip=opteron -xcache=64/64/2:1024/64/16 -lm -ldl
-lc -lpthread -lposix4 -lrt -mt -L/opt/foss/lib/amd64 -L /usr/lib/amd64
-R/opt/foss/lib/amd64 -R/usr/lib/amd64   -prefer-non-pic
-L/opt/foss/lib/amd64 -L/usr/lib/amd64 -R/opt/foss/lib/amd64
-R/usr/lib/amd64 -z combreloc -z redlocsym -z nodefaultlib -z ignore -z
now -z rescan -z absexec -xipo=0 -xldscope=symbolic -xlibmil -s
-xtarget=opteron -m64 -xchip=opteron -xcache=64/64/2:1024/64/16 -lm -ldl
-lc -lpthread -lposix4 -lrt -mt -o liba52.la -rpath /opt/foss/lib
-no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo
-lm

pkgbuild: ld: warning: option -r and -zcombreloc are incompatible
pkgbuild: ld: fatal: option -dn and -h are incompatible
pkgbuild: ld: fatal: option -dn and -G are incompatible
pkgbuild: ld: warning: option -r and -s both set; only debugging
information stripped
pkgbuild: ld: fatal: Flags processing errors
pkgbuild: make[2]: *** [liba52.la] Error 1
pkgbuild: make[2]: Leaving directory
`/export/home/kdeuser/packages/BUILD/FOSSa5
2dec-0.7.4/amd64/A52DEC/0.7.4/liba52'

Does anyone have any advice on this one?  I'm assuming these flags
mostly get set by /opt/kdebld/bin/libtool, but they don't seem to be set
explicitly.

Brett Albertson
brett.albertson <at> consonus.com
919-379-8449

___________________________________________________
This message is from the kde-solaris mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-solaris.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.



--
Manish Chakravarty
http://manish-chaks.livejournal.com/
___________________________________________________
This message is from the kde-solaris mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-solaris.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
Lukas Oboril | 27 Jan 2008 17:45
Picon

Re: error building FOSSa52dec in SPECS

Hi Brett

On 1/24/08, Albertson, Brett <bretta <at> consonus.com> wrote:
Has anyone else seen this?  I checkout the trunk from cvsdude, then
build and install KBE (as a non-root user) just fine.  I make sure the
environment is setup using /opt/kdebld/bin/env.sh.  I then go into the
SPECS directory, type gmake and get this:

dev-zero:{kdeuser}# gmake
pkginfo -q "FOSSendian" || pkgtool --download --spec base-specs:include
build "FOSSendian.spec"
pkginfo -q "FOSSa52dec" || pkgtool --download --spec base-specs:include
build "FOSSa52dec.spec"
INFO: Copying %use'd or %include'd spec files to SPECS directory
INFO: Processing spec files
INFO: Finding sources
INFO: Running pkgbuild -ba [...] FOSSa52dec.spec (FOSSa52dec)
ERROR: FOSSa52dec FAILED
INFO: Check the build log in /tmp/FOSSa52dec.log for details

Summary:

                         package |      status | details
---------------------------------+-------------+------------------------
-------
                      FOSSa52dec |      FAILED | pkgbuild build failed
gmake: *** [pkgbuild-a52dec] Error 1

If I look in /tmp/FOSSa52dec.log, I see:

pkgbuild: /bin/bash ../libtool --mode=link /opt/SUNWspro/bin/cc  -Xc
-errshort=full -errfmt=error -errwarn=%none -s -xcsi
-xustr=ascii_utf16_ushort -xalias_level=std -features=extinl -xF=%none
-xbuiltin=%all -xinline=%auto -xprefetch=auto
-xprefetch_auto_type=indirect_array_access -xprefetch_level=3 -xsafe=mem
-xthread var=%all -z combreloc -z redlocsym -z nodefaultlib -z ignore -z
now -z rescan -z absexec -xipo=0 -xldscope=symbolic -xlibmil -s -xO3
-xregs=no%frameptr -xjobs=2 -Kpic -xrestrict=%all -xipo=0
-xtarget=opteron -m64 -xchip=opteron -xcache=64/64/2:1024/64/16 -lm -ldl
-lc -lpthread -lposix4 -lrt -mt -L/opt/foss/lib/amd64 -L /usr/lib/amd64
-R/opt/foss/lib/amd64 -R/usr/lib/amd64   -prefer-non-pic
-L/opt/foss/lib/amd64 -L/usr/lib/amd64 -R/opt/foss/lib/amd64
-R/usr/lib/amd64 -z combreloc -z redlocsym -z nodefaultlib -z ignore -z
now -z rescan -z absexec -xipo=0 -xldscope=symbolic -xlibmil -s
-xtarget=opteron -m64 -xchip=opteron -xcache=64/64/2:1024/64/16 -lm -ldl
-lc -lpthread -lposix4 -lrt -mt -o liba52.la -rpath /opt/foss/lib
-no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo
-lm

pkgbuild: ld: warning: option -r and -zcombreloc are incompatible
pkgbuild: ld: fatal: option -dn and -h are incompatible
pkgbuild: ld: fatal: option -dn and -G are incompatible
pkgbuild: ld: warning: option -r and -s both set; only debugging
information stripped
pkgbuild: ld: fatal: Flags processing errors
pkgbuild: make[2]: *** [liba52.la] Error 1
pkgbuild: make[2]: Leaving directory
`/export/home/kdeuser/packages/BUILD/FOSSa5
2dec-0.7.4/amd64/A52DEC/0.7.4/liba52'
i'll work on this. 

Does anyone have any advice on this one?  I'm assuming these flags
mostly get set by /opt/kdebld/bin/libtool, but they don't seem to be set
explicitly.
 
Yes, i know where is problem. I''l try fix it.



--
Lukas 'Luc' Oboril
IRC nickname: luc^ at freenode


When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity.   Dale Carnegie
___________________________________________________
This message is from the kde-solaris mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-solaris.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

Gmane