Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194182 - app-office/openoffice-2.3.0 emerge depends on curl
Summary: app-office/openoffice-2.3.0 emerge depends on curl
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 09:44 UTC by temp
Modified: 2007-09-29 09:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description temp 2007-09-29 09:44:26 UTC
emerge -v openoffice stopped (after several hours of compilation) with:

------------------------------
Making: ../../../unxlngi6.pro/slo/download.obj
g++ -fmessage-length=0 -c -Os -fno-strict-aliasing -I. -I../../../unxlngi6.pro/inc/updchk -I../inc -I../../../inc/pch -I../../../inc -I../../../unx/inc -I../../../unxlngi6.pro/inc -I. -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solver/680/unxlngi6.pro/inc/stl -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solver/680/unxlngi6.pro/inc/external -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solver/680/unxlngi6.pro/inc -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solenv/unxlngi6/inc -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solenv/inc -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/res -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solver/680/unxlngi6.pro/inc/stl -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solenv/inc/Xp31 -I/opt/blackdown-jdk-1.4.2.03/include -I/opt/blackdown-jdk-1.4.2.03/include/linux -I/opt/blackdown-jdk-1.4.2.03/include/native_threads/include -Idefault_x_includes -I/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/solver/680/unxlngi6.pro/inc/offuh -I. -I../../../res -I. -pipe -O2 -mcpu=i686 -pipe -fvisibility-inlines-hidden -Wall -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DNPTL -DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DGSTREAMER -DCUI -DSOLAR_JAVA -DOOG680=OOG680 -DSHAREDLIB -D_DLL_ -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON -o ../../../unxlngi6.pro/slo/download.o /var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/extensions/source/update/check/download.cxx
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/extensions/source/update/check/download.cxx: In function 'bool curl_run(const rtl::OUString&, OutData&, const rtl::OString&, sal_Int32)':
/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/extensions/source/update/check/download.cxx:294: error: 'CURLOPT_RESUME_FROM_LARGE' was not declared in this scope
/var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/extensions/source/update/check/download.cxx:314: error: 'curl_easy_strerror' was not declared in this scope
dmake: Error code 1, while making '../../../unxlngi6.pro/slo/download.obj'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making /var/tmp/portage/app-office/openoffice-2.3.0/work/ooo/build/OOG680_m5/extensions/source/update/check
make: *** [stamp/build] Error 1
*
* ERROR: app-office/openoffice-2.3.0 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* openoffice-2.3.0.ebuild, line 338: Called die


The problem didn't occur any more after:

emerge -v curl

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] net-misc/curl-7.16.4 [7.10.8-r1] USE="ipv6* kerberos%* ldap ssl -ares% -gnutls% -idn% -nss% -test%" 1,630 kB


So I think a dependency on net-misc/curl should be added.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-29 09:49:43 UTC
It already depends on curl, read the ebuild please. Not really our fault that you are using curl version removed over two years ago.