[SOLVED] Issues building spotify/spotify-beta. (openssl098!!!)

This is the one thing that is really irritating me. I can't have Spotify on Arch here is my output:
[derek@Trillium ~]$ yaourt -S spotify
==> Downloading spotify PKGBUILD from AUR...
x spotify
x spotify.changelog
x spotify.protocol
x PKGBUILD
x spotify.install
Comment by: pyther on Sat, 14 Apr 2012 14:05:16 +0000
@toffyrn - try spotify-beta, at the moment, it is at the same version as spotify. It appears that this segfault occurs when using the system's qtwebkit. I'm not sure what the difference is, but using ubuntu's qtwebkit (included as part of the package) seems to solve the problem.
Comment by: Ape on Sat, 14 Apr 2012 19:13:13 +0000
I also have similar segfaults with this package. spotify-beta works.
Comment by: pyther on Sat, 14 Apr 2012 19:16:18 +0000
@gadget3000 I would be willing to update and maintain this package if you'd like.
Comment by: gadget3000 on Sat, 14 Apr 2012 19:54:56 +0000
@pyther I'm happy maintaining it still. What changes do you think need to be made?
Comment by: pyther on Sat, 14 Apr 2012 20:06:26 +0000
You should
1. Make symlinks in ${pkgdir}/usr/share/spotify/libs/ and then use a wrapper script to set LD_LIBRARY_PATH and call spotify
Example:
ln -s /usr/lib/libnss3.so ${pkgdir}/usr/share/spotify/libs/libnss3.so.1d # libnss3.so
ln -s /usr/lib/libnssutil3.so ${pkgdir}/usr/share/spotify/libs/libnssutil3.so.1d # libnssutil3.so
ln -s /usr/lib/libsmime3.so ${pkgdir}/usr/share/spotify/libs/libsmime3.so.1d # libsmime3.so
2. Use the qtwebkit library from Ubuntu (as the arch library causes spotify to crash with paid accounts)
Example:
install -D -m644 ${srcdir}/libqtwebkit/usr/lib/$libarch/libQtWebKit.so.4.9.0 ${pkgdir}/usr/share/spotify/libs/
ln -s ./libQtWebKit.so.4.9.0 ${pkgdir}/usr/share/spotify/libs/libQtWebKit.so.4
Wrapper:
#!/bin/sh
LD_LIBRARY_PATH=/usr/share/spotify/libs/ /usr/share/spotify/spotify $@
In both cases look at my pkgbuild for spotify-beta. Feel free to contact me, if needed.
Comment by: alexandernst on Tue, 24 Apr 2012 23:03:36 +0000
It has been a month since last time I could open Spotify.
Is there anyone maintaining this app?
I'm still unable to open it. That's what konsole outputs:
/usr/share/spotify/spotify: /usr/lib/libcrypto.so.0.9.8: no version information available (required by /usr/share/spotify/spotify)
/usr/share/spotify/spotify: /usr/lib/libssl.so.0.9.8: no version information available (required by /usr/share/spotify/spotify)
23:03:40.132 I [breakpad.cpp:61] Registered Breakpad for product: spotify
23:03:40.133 I [translate.cpp:130] Reloading language file
23:03:40.134 I [breakpad.cpp:200] Searching for crashdumps: /home/alexandernst/.cache/spotify/*.dmp
23:03:40.276 A [CefModule.cpp:324] Check failed: g_cef_handle:
Any ideas? I tried both spotify and spotify-beta packages.
First Submitted: Mon, 12 Jul 2010 12:17:30 +0000
spotify 0.8.2.639-2
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> spotify dependencies:
- alsa-lib>=1.0.14 (already installed)
- glibc>=2.6 (already installed)
- qt>=4.5.0 (already installed)
- libxss (already installed)
- qtwebkit (already installed)
- gconf (already installed)
- openssl098 (building from AUR)
- libpng12 (package found)
==> Edit spotify.install ? [Y/n] ("A" to abort)
==> -------------------------------------------
==> n
==> Continue building spotify ? [Y/n]
==> ---------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for spotify:
Password:
resolving dependencies...
looking for inter-conflicts...
Targets (1): libpng12-1.2.46-2
Total Installed Size: 0.81 MiB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [############################################] 100%
(1/1) loading package files [############################################] 100%
(1/1) checking for file conflicts [############################################] 100%
(1/1) checking available disk space [############################################] 100%
(1/1) installing libpng12 [############################################] 100%
==> Downloading openssl098 PKGBUILD from AUR...
x ca-dir.patch
x no-rpath.patch
x PKGBUILD
Comment by: petRUShka on Thu, 04 Nov 2010 08:59:06 +0000
Very strange version. Because of it every time when I make yaourt -Suy --aur I see following:
aur/openssl098 0.9.8.o-1 - 0.9.8o/[a-z]/.0.9.8o//[0-9.]/}}-
So, openssl098 try to upgrade every whole system upgrade.
Comment by: yejun on Thu, 04 Nov 2010 18:34:37 +0000
This is really not for long term use because openssl 0.9.8 itself is outdated. You'd better find updated packages not depends on this.
Comment by: xhochy on Fri, 23 Mar 2012 18:01:03 +0000
The current build lacks version information the libraries.
A version of this package with those is available in my github repo: [url]https://github.com/xhochy/archlinux-pkgbuilds/tree/master/openssl098[/url]
Fixed this using [url]http://rt.openssl.org/Ticket/Display.html?id=1222user=guestpass=guest[/url] and the debian package.
Comment by: pyther on Sat, 24 Mar 2012 13:27:37 +0000
I would also like to see the versioning patch added. Thanks
Comment by: trya on Sat, 24 Mar 2012 20:57:14 +0000
@xhochy: not that I don't want to include this patch, but I try to stay as close as the openssl package from [core], and upstream still doesn't include version information. You should report a bug to [url]https://bugs.archlinux.org[/url] or ask devs on the arch-dev-general mailing list first if you'd like to see this patch integrated. If Arch adopt it, I will.
First Submitted: Mon, 06 Sep 2010 08:48:09 +0000
openssl098 0.9.8.v-1
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> openssl098 dependencies:
- openssl (already installed)
- perl (already installed)
==> Continue building openssl098 ? [Y/n]
==> ------------------------------------
==>
==> Building and installing package
==> Making package: openssl098 0.9.8.v-1 (Tue Apr 24 22:17:16 PDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading openssl-0.9.8v.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3693k 100 3693k 0 0 41108 0 0:01:32 0:01:32 --:--:-- 37945
-> Found no-rpath.patch
-> Found ca-dir.patch
==> Validating source files with md5sums...
openssl-0.9.8v.tar.gz ... Passed
no-rpath.patch ... Passed
ca-dir.patch ... Passed
==> Extracting Sources...
-> Extracting openssl-0.9.8v.tar.gz with bsdtar
==> Starting build()...
/tmp/yaourt-tmp-derek/aur-openssl098/./PKGBUILD: line 31: patch: command not found
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build openssl098.
==> Restart building openssl098 ? [y/N]
==> -----------------------------------
==>
Last edited by BSOD666 (2012-04-26 20:11:16)

Stebalien wrote:
BSOD666 wrote:
tomk wrote:nostalgix, read the output he posted again. Yaourt did start building openssl098, and then failed with a very clear error message.
Perhaps you can enlighten those of us (me) who can't read the error messages that well? You can just tell me what I need to install/fix in order to get this resolved. I think that is the more effective way of doing things. Thank you
Faster for you in the short run, a PITA for everyone in the long run; you need to learn to help yourself. The error message is extreamely explicit and clear.
Hint: read the output from the bottom up.
I usually can, I just didn't really know where to look in this case. Thanks! I see where to look now. Hat's off!

Similar Messages

  • [Solved] Issue building Firefox 27

    Hello,
    Apologies if this is addressed elsewhere or this is not the place.
    Trying to build Firefox 27 and getting the following output from yaourt -Sb firefox .
    Executing /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell -g /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/dist/bin/ -a /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/dist/bin/ -f /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/toolkit/mozapps/installer/precompile_cache.js -e precompile_startupcache("resource://gre/");
    resource://gre/components/reftest-cmdline.js
    resource://gre/components/httpd.js
    resource://gre/components/nsSample.js
    resource://gre/components/marionettecomponent.js
    resource://gre/components/Weave.js
    resource://gre/components/DataReportingService.js
    resource://gre/components/nsUpdateTimerManager.js
    resource://gre/components/nsUrlClassifierListManager.js
    resource://gre/components/nsUrlClassifierLib.js
    resource://gre/components/nsUrlClassifierHashCompleter.js
    resource://gre/components/nsSearchService.js
    resource://gre/components/nsSearchSuggestions.js
    resource://gre/components/nsFormHistory.js
    resource://gre/components/nsInputListAutoComplete.js
    resource://gre/components/nsFormAutoComplete.js
    resource://gre/components/FormHistoryStartup.js
    resource://gre/components/FeedProcessor.js
    resource://gre/components/nsURLFormatter.js
    resource://gre/components/TelemetryPing.js
    resource://gre/components/PageThumbsProtocol.js
    resource://gre/components/nsPrompter.js
    resource://gre/components/nsPlacesAutoComplete.js
    resource://gre/components/PlacesCategoriesStarter.js
    resource://gre/components/nsTaggingService.js
    resource://gre/components/nsPlacesExpiration.js
    resource://gre/components/nsLivemarkService.js
    resource://gre/components/ColorAnalyzer.js
    resource://gre/components/storage-mozStorage.js
    resource://gre/components/nsLoginManagerPrompter.js
    resource://gre/components/nsLoginManager.js
    resource://gre/components/nsLoginInfo.js
    resource://gre/components/crypto-SDR.js
    resource://gre/components/DownloadLegacy.js
    resource://gre/components/nsContentDispatchChooser.js
    resource://gre/components/nsFilePicker.js
    resource://gre/components/nsDownloadManagerUI.js
    resource://gre/components/nsContentPrefService.js
    resource://gre/components/jsconsole-clhandler.js
    resource://gre/components/nsBlocklistService.js
    resource://gre/components/amWebInstallListener.js
    resource://gre/components/amContentHandler.js
    resource://gre/components/addonManager.js
    resource://gre/components/nsHelperAppDlg.js
    resource://gre/components/nsDefaultCLH.js
    resource://gre/components/recording-cmdline.js
    resource://gre/components/txEXSLTRegExFunctions.js
    resource://gre/components/WebVTTParserWrapper.js
    resource://gre/components/contentSecurityPolicy.js
    resource://gre/components/messageWakeupService.js
    resource://gre/components/contentAreaDropListener.js
    resource://gre/components/PaymentRequestInfo.js
    resource://gre/components/PaymentFlowInfo.js
    resource://gre/components/Payment.js
    resource://gre/components/MozKeyboard.js
    resource://gre/components/nsIDService.js
    resource://gre/components/nsDOMIdentity.js
    resource://gre/components/NetworkGeolocationProvider.js
    resource://gre/components/PermissionSettings.js
    resource://gre/components/PermissionPromptService.js
    resource://gre/components/TCPSocket.js
    resource://gre/components/TCPSocketParentIntermediary.js
    resource://gre/components/TCPServerSocket.js
    resource://gre/components/NotificationStorage.js
    resource://gre/components/SettingsService.js
    resource://gre/components/SettingsManager.js
    resource://gre/components/PushServiceLauncher.js
    resource://gre/components/Push.js
    resource://gre/components/SystemMessageManager.js
    resource://gre/components/SystemMessageInternal.js
    resource://gre/components/PeerConnection.js
    resource://gre/components/DataStoreService.js
    resource://gre/components/AlarmsManager.js
    resource://gre/components/PhoneNumberService.js
    resource://gre/components/ContactManager.js
    resource://gre/components/BrowserElementParent.js
    resource://gre/components/ActivityWrapper.js
    resource://gre/components/ActivityRequestHandler.js
    resource://gre/components/ActivityProxy.js
    resource://gre/components/ActivityOptions.js
    resource://gre/components/ActivityMessageConfigurator.js
    resource://gre/components/Webapps.js
    resource://gre/components/InterAppMessagePort.js
    resource://gre/components/InterAppConnection.js
    resource://gre/components/SiteSpecificUserAgent.js
    resource://gre/components/InterAppCommService.js
    resource://gre/components/ConsoleAPI.js
    resource://gre/components/AppsService.js
    resource://gre/components/nsWebHandlerApp.js
    resource://gre/components/nsHandlerService.js
    resource://gre/components/HttpDataUsage.js
    resource://gre/components/AppProtocolHandler.js
    resource://gre/components/nsINIProcessor.js
    resource://gre/modules/commonjs/method/test/common.js
    resource://gre/modules/commonjs/method/test/browser.js
    resource://gre/modules/commonjs/method/core.js
    resource://gre/modules/commonjs/toolkit/loader.js
    resource://gre/modules/commonjs/test.js
    resource://gre/modules/commonjs/sdk/net/xhr.js
    resource://gre/modules/commonjs/sdk/net/url.js
    resource://gre/modules/commonjs/sdk/worker/utils.js
    resource://gre/modules/commonjs/sdk/ui/button/view.js
    resource://gre/modules/commonjs/sdk/ui/id.js
    resource://gre/modules/commonjs/sdk/ui/sidebar/utils.js
    resource://gre/modules/commonjs/sdk/ui/sidebar/contract.js
    resource://gre/modules/commonjs/sdk/ui/sidebar/actions.js
    resource://gre/modules/commonjs/sdk/ui/sidebar/namespace.js
    resource://gre/modules/commonjs/sdk/ui/sidebar/view.js
    resource://gre/modules/commonjs/sdk/ui/button.js
    resource://gre/modules/commonjs/sdk/ui/sidebar.js
    resource://gre/modules/commonjs/sdk/ui/state.js
    resource://gre/modules/commonjs/sdk/loader/cuddlefish.js
    resource://gre/modules/commonjs/sdk/loader/sandbox.js
    resource://gre/modules/commonjs/sdk/l10n/core.js
    resource://gre/modules/commonjs/sdk/l10n/plural-rules.js
    resource://gre/modules/commonjs/sdk/l10n/locale.js
    resource://gre/modules/commonjs/sdk/l10n/prefs.js
    resource://gre/modules/commonjs/sdk/l10n/loader.js
    resource://gre/modules/commonjs/sdk/l10n/html.js
    resource://gre/modules/commonjs/sdk/page-mod/match-pattern.js
    resource://gre/modules/commonjs/sdk/private-browsing/window/utils.js
    resource://gre/modules/commonjs/sdk/private-browsing/utils.js
    resource://gre/modules/commonjs/sdk/stylesheet/style.js
    resource://gre/modules/commonjs/sdk/stylesheet/utils.js
    resource://gre/modules/commonjs/sdk/test/runner.js
    resource://gre/modules/commonjs/sdk/test/httpd.js
    resource://gre/modules/commonjs/sdk/test/utils.js
    resource://gre/modules/commonjs/sdk/test/harness.js
    resource://gre/modules/commonjs/sdk/test/tmp-file.js
    resource://gre/modules/commonjs/sdk/test/loader.js
    resource://gre/modules/commonjs/sdk/test/assert.js
    resource://gre/modules/commonjs/sdk/panel/events.js
    resource://gre/modules/commonjs/sdk/panel/utils.js
    resource://gre/modules/commonjs/sdk/panel/window.js
    resource://gre/modules/commonjs/sdk/console/plain-text.js
    resource://gre/modules/commonjs/sdk/console/traceback.js
    resource://gre/modules/commonjs/sdk/deprecated/events/assembler.js
    resource://gre/modules/commonjs/sdk/deprecated/traits/core.js
    resource://gre/modules/commonjs/sdk/deprecated/observer-service.js
    resource://gre/modules/commonjs/sdk/deprecated/unit-test.js
    resource://gre/modules/commonjs/sdk/deprecated/traits.js
    resource://gre/modules/commonjs/sdk/deprecated/errors.js
    resource://gre/modules/commonjs/sdk/deprecated/cortex.js
    resource://gre/modules/commonjs/sdk/deprecated/api-utils.js
    resource://gre/modules/commonjs/sdk/deprecated/window-utils.js
    resource://gre/modules/commonjs/sdk/deprecated/events.js
    resource://gre/modules/commonjs/sdk/deprecated/list.js
    resource://gre/modules/commonjs/sdk/deprecated/tab-browser.js
    resource://gre/modules/commonjs/sdk/deprecated/app-strings.js
    resource://gre/modules/commonjs/sdk/deprecated/unit-test-finder.js
    resource://gre/modules/commonjs/sdk/deprecated/memory.js
    resource://gre/modules/commonjs/sdk/deprecated/light-traits.js
    resource://gre/modules/commonjs/sdk/frame/utils.js
    resource://gre/modules/commonjs/sdk/frame/hidden-frame.js
    resource://gre/modules/commonjs/sdk/platform/xpcom.js
    resource://gre/modules/commonjs/sdk/dom/events/keys.js
    resource://gre/modules/commonjs/sdk/dom/events.js
    resource://gre/modules/commonjs/sdk/window/helpers.js
    resource://gre/modules/commonjs/sdk/window/namespace.js
    resource://gre/modules/commonjs/sdk/window/utils.js
    resource://gre/modules/commonjs/sdk/window/events.js
    resource://gre/modules/commonjs/sdk/window/browser.js
    resource://gre/modules/commonjs/sdk/places/favicon.js
    resource://gre/modules/commonjs/sdk/places/host/host-tags.js
    resource://gre/modules/commonjs/sdk/places/host/host-bookmarks.js
    resource://gre/modules/commonjs/sdk/places/host/host-query.js
    resource://gre/modules/commonjs/sdk/places/events.js
    resource://gre/modules/commonjs/sdk/places/bookmarks.js
    resource://gre/modules/commonjs/sdk/places/utils.js
    resource://gre/modules/commonjs/sdk/places/history.js
    resource://gre/modules/commonjs/sdk/places/contract.js
    resource://gre/modules/commonjs/sdk/keyboard/hotkeys.js
    resource://gre/modules/commonjs/sdk/keyboard/utils.js
    resource://gre/modules/commonjs/sdk/keyboard/observer.js
    resource://gre/modules/commonjs/sdk/browser/events.js
    resource://gre/modules/commonjs/sdk/windows/tabs-firefox.js
    resource://gre/modules/commonjs/sdk/windows/tabs-fennec.js
    resource://gre/modules/commonjs/sdk/windows/observer.js
    resource://gre/modules/commonjs/sdk/windows/firefox.js
    resource://gre/modules/commonjs/sdk/windows/loader.js
    resource://gre/modules/commonjs/sdk/windows/fennec.js
    resource://gre/modules/commonjs/sdk/windows/dom.js
    resource://gre/modules/commonjs/sdk/preferences/service.js
    resource://gre/modules/commonjs/sdk/preferences/event-target.js
    resource://gre/modules/commonjs/sdk/url/utils.js
    resource://gre/modules/commonjs/sdk/lang/weak-set.js
    resource://gre/modules/commonjs/sdk/lang/functional.js
    resource://gre/modules/commonjs/sdk/lang/type.js
    resource://gre/modules/commonjs/sdk/tabs/worker.js
    resource://gre/modules/commonjs/sdk/tabs/tabs-firefox.js
    resource://gre/modules/commonjs/sdk/tabs/helpers.js
    resource://gre/modules/commonjs/sdk/tabs/common.js
    resource://gre/modules/commonjs/sdk/tabs/tab-fennec.js
    resource://gre/modules/commonjs/sdk/tabs/tab.js
    resource://gre/modules/commonjs/sdk/tabs/events.js
    resource://gre/modules/commonjs/sdk/tabs/utils.js
    resource://gre/modules/commonjs/sdk/tabs/tab-firefox.js
    resource://gre/modules/commonjs/sdk/tabs/tabs.js
    resource://gre/modules/commonjs/sdk/tabs/namespace.js
    resource://gre/modules/commonjs/sdk/tabs/observer.js
    resource://gre/modules/commonjs/sdk/event/chrome.js
    resource://gre/modules/commonjs/sdk/event/core.js
    resource://gre/modules/commonjs/sdk/event/utils.js
    resource://gre/modules/commonjs/sdk/event/target.js
    resource://gre/modules/commonjs/sdk/event/dom.js
    resource://gre/modules/commonjs/sdk/view/core.js
    resource://gre/modules/commonjs/sdk/core/heritage.js
    resource://gre/modules/commonjs/sdk/core/disposable.js
    resource://gre/modules/commonjs/sdk/core/promise.js
    resource://gre/modules/commonjs/sdk/core/namespace.js
    resource://gre/modules/commonjs/sdk/addon/runner.js
    resource://gre/modules/commonjs/sdk/addon/events.js
    resource://gre/modules/commonjs/sdk/addon/host.js
    resource://gre/modules/commonjs/sdk/addon/installer.js
    resource://gre/modules/commonjs/sdk/addon/window.js
    resource://gre/modules/commonjs/sdk/content/thumbnail.js
    resource://gre/modules/commonjs/sdk/content/content-worker.js
    resource://gre/modules/commonjs/sdk/content/worker.js
    resource://gre/modules/commonjs/sdk/content/utils.js
    resource://gre/modules/commonjs/sdk/content/events.js
    resource://gre/modules/commonjs/sdk/content/loader.js
    resource://gre/modules/commonjs/sdk/content/content.js
    resource://gre/modules/commonjs/sdk/content/symbiont.js
    resource://gre/modules/commonjs/sdk/content/mod.js
    resource://gre/modules/commonjs/sdk/io/byte-streams.js
    resource://gre/modules/commonjs/sdk/io/buffer.js
    resource://gre/modules/commonjs/sdk/io/fs.js
    resource://gre/modules/commonjs/sdk/io/file.js
    resource://gre/modules/commonjs/sdk/io/data.js
    resource://gre/modules/commonjs/sdk/io/stream.js
    resource://gre/modules/commonjs/sdk/io/text-streams.js
    resource://gre/modules/commonjs/sdk/util/array.js
    resource://gre/modules/commonjs/sdk/util/deprecate.js
    resource://gre/modules/commonjs/sdk/util/iteration.js
    resource://gre/modules/commonjs/sdk/util/uuid.js
    resource://gre/modules/commonjs/sdk/util/collection.js
    resource://gre/modules/commonjs/sdk/util/rules.js
    resource://gre/modules/commonjs/sdk/util/match-pattern.js
    resource://gre/modules/commonjs/sdk/util/list.js
    resource://gre/modules/commonjs/sdk/util/contract.js
    resource://gre/modules/commonjs/sdk/util/registry.js
    resource://gre/modules/commonjs/sdk/util/object.js
    resource://gre/modules/commonjs/sdk/passwords/utils.js
    resource://gre/modules/commonjs/sdk/system/runtime.js
    resource://gre/modules/commonjs/sdk/system/environment.js
    resource://gre/modules/commonjs/sdk/system/events.js
    resource://gre/modules/commonjs/sdk/system/globals.js
    resource://gre/modules/commonjs/sdk/system/xul-app.js
    resource://gre/modules/commonjs/sdk/system/unload.js
    resource://gre/modules/commonjs/sdk/fs/path.js
    resource://gre/modules/commonjs/sdk/test.js
    resource://gre/modules/commonjs/sdk/tab/events.js
    resource://gre/modules/commonjs/sdk/simple-storage.js
    resource://gre/modules/commonjs/sdk/indexed-db.js
    resource://gre/modules/commonjs/sdk/windows.js
    resource://gre/modules/commonjs/sdk/context-menu.js
    resource://gre/modules/commonjs/sdk/querystring.js
    resource://gre/modules/commonjs/sdk/page-mod.js
    resource://gre/modules/commonjs/sdk/private-browsing.js
    resource://gre/modules/commonjs/sdk/timers.js
    resource://gre/modules/commonjs/sdk/l10n.js
    resource://gre/modules/commonjs/sdk/url.js
    resource://gre/modules/commonjs/sdk/hotkeys.js
    resource://gre/modules/commonjs/sdk/tabs.js
    resource://gre/modules/commonjs/sdk/notifications.js
    resource://gre/modules/commonjs/sdk/page-worker.js
    resource://gre/modules/commonjs/sdk/passwords.js
    resource://gre/modules/commonjs/sdk/clipboard.js
    resource://gre/modules/commonjs/sdk/request.js
    resource://gre/modules/commonjs/sdk/system.js
    resource://gre/modules/commonjs/sdk/selection.js
    resource://gre/modules/commonjs/sdk/addon-page.js
    resource://gre/modules/commonjs/sdk/ui.js
    resource://gre/modules/commonjs/sdk/simple-prefs.js
    resource://gre/modules/commonjs/sdk/widget.js
    resource://gre/modules/commonjs/sdk/base64.js
    resource://gre/modules/commonjs/sdk/self.js
    resource://gre/modules/commonjs/sdk/panel.js
    resource://gre/modules/services-sync/constants.js
    resource://gre/modules/services-sync/stages/cluster.js
    resource://gre/modules/services-sync/stages/enginesync.js
    resource://gre/modules/services-sync/engines/tabs.js
    resource://gre/modules/services-sync/engines/prefs.js
    resource://gre/modules/services-sync/engines/passwords.js
    resource://gre/modules/services-sync/engines/history.js
    resource://gre/modules/services-sync/engines/forms.js
    resource://gre/modules/services-sync/engines/clients.js
    resource://gre/modules/services-sync/engines/bookmarks.js
    resource://gre/modules/services-sync/engines/addons.js
    resource://gre/modules/services-sync/util.js
    resource://gre/modules/services-sync/userapi.js
    resource://gre/modules/services-sync/status.js
    resource://gre/modules/services-sync/service.js
    resource://gre/modules/services-sync/rest.js
    resource://gre/modules/services-sync/resource.js
    resource://gre/modules/services-sync/record.js
    resource://gre/modules/services-sync/policies.js
    resource://gre/modules/services-sync/notifications.js
    resource://gre/modules/services-sync/main.js
    resource://gre/modules/services-sync/keys.js
    resource://gre/modules/services-sync/jpakeclient.js
    resource://gre/modules/services-sync/identity.js
    resource://gre/modules/services-sync/engines.js
    resource://gre/modules/services-sync/addonutils.js
    resource://gre/modules/services-sync/addonsreconciler.js
    resource://gre/modules/services-common/rest.js
    resource://gre/modules/services-common/observers.js
    resource://gre/modules/services-common/bagheeraclient.js
    resource://gre/modules/services-common/async.js
    resource://gre/modules/services-common/utils.js
    resource://gre/modules/services-common/tokenserverclient.js
    resource://gre/modules/services-common/stringbundle.js
    resource://gre/modules/services-common/storageservice.js
    resource://gre/modules/services-crypto/WeaveCrypto.js
    resource://gre/modules/services-crypto/utils.js
    resource://gre/modules/MessagePortWorker.js
    resource://gre/modules/FrameWorkerContent.js
    resource://gre/modules/workers/require.js
    resource://gre/modules/PageThumbsWorker.js
    resource://gre/modules/ColorConversion.js
    resource://gre/modules/ColorAnalyzer_worker.js
    resource://gre/modules/ClusterLib.js
    resource://gre/modules/osfile/osfile_async_worker.js
    resource://gre/modules/Microformats.js
    resource://gre/modules/XPIProviderUtils.js
    resource://gre/modules/SpellCheckDictionaryBootstrap.js
    resource://gre/modules/debug.js
    resource://gre/modules/devtools/pretty-fast.js
    resource://gre/modules/devtools/acorn_loose.js
    resource://gre/modules/devtools/acorn.js
    resource://gre/modules/devtools/styleinspector/css-logic.js
    resource://gre/modules/devtools/app-actor-front.js
    resource://gre/modules/devtools/toolkit/webconsole/utils.js
    resource://gre/modules/devtools/toolkit/webconsole/network-helper.js
    resource://gre/modules/devtools/toolkit/webconsole/client.js
    resource://gre/modules/devtools/source-map.js
    resource://gre/modules/devtools/client/connection-manager.js
    resource://gre/modules/devtools/server/actors/webgl.js
    resource://gre/modules/devtools/server/actors/webconsole.js
    resource://gre/modules/devtools/server/actors/webbrowser.js
    resource://gre/modules/devtools/server/actors/webapps.js
    resource://gre/modules/devtools/server/actors/tracer.js
    resource://gre/modules/devtools/server/actors/styles.js
    resource://gre/modules/devtools/server/actors/styleeditor.js
    resource://gre/modules/devtools/server/actors/string.js
    resource://gre/modules/devtools/server/actors/script.js
    resource://gre/modules/devtools/server/actors/root.js
    resource://gre/modules/devtools/server/actors/profiler.js
    resource://gre/modules/devtools/server/actors/pretty-print-worker.js
    resource://gre/modules/devtools/server/actors/inspector.js
    resource://gre/modules/devtools/server/actors/gcli.js
    resource://gre/modules/devtools/server/actors/device.js
    resource://gre/modules/devtools/server/actors/childtab.js
    resource://gre/modules/devtools/server/transport.js
    resource://gre/modules/devtools/server/protocol.js
    resource://gre/modules/devtools/server/main.js
    resource://gre/modules/devtools/server/child.js
    resource://gre/modules/devtools/touch-events.js
    resource://gre/modules/devtools/output-parser.js
    resource://gre/modules/devtools/DevToolsUtils.js
    resource://gre/modules/devtools/css-color.js
    resource://gre/modules/jsdebugger.jsm
    resource://gre/modules/Metrics.jsm
    resource://gre/modules/HealthReport.jsm
    resource://gre/modules/services/metrics/storage.jsm
    resource://gre/modules/services/metrics/providermanager.jsm
    resource://gre/modules/services/metrics/dataprovider.jsm
    resource://gre/modules/services/healthreport/profile.jsm
    resource://gre/modules/services/healthreport/providers.jsm
    resource://gre/modules/services/healthreport/healthreporter.jsm
    resource://gre/modules/services/datareporting/sessions.jsm
    resource://gre/modules/services/datareporting/policy.jsm
    resource://gre/modules/SafeBrowsing.jsm
    resource://gre/modules/FormHistory.jsm
    resource://gre/modules/nsFormAutoCompleteResult.jsm
    resource://gre/modules/ctypes.jsm
    resource://gre/modules/WorkerAPI.jsm
    resource://gre/modules/SocialService.jsm
    resource://gre/modules/MozSocialAPI.jsm
    resource://gre/modules/MessagePortBase.jsm
    resource://gre/modules/FrameWorker.jsm
    resource://gre/modules/UITelemetry.jsm
    resource://gre/modules/ThirdPartyCookieProbe.jsm
    resource://gre/modules/TelemetryStopwatch.jsm
    resource://gre/modules/TelemetryFile.jsm
    resource://gre/modules/PageThumbs.jsm
    resource://gre/modules/BackgroundPageThumbs.jsm
    resource://gre/modules/reflect.jsm
    resource://gre/modules/PlacesUtils.jsm
    resource://gre/modules/CommonDialog.jsm
    resource://gre/modules/BookmarkHTMLUtils.jsm
    resource://gre/modules/PlacesDBUtils.jsm
    resource://gre/modules/PlacesBackups.jsm
    resource://gre/modules/BookmarkJSONUtils.jsm
    resource://gre/modules/PerfMeasurement.jsm
    resource://gre/modules/WebappsInstaller.jsm
    resource://gre/modules/WebappOSUtils.jsm
    resource://gre/modules/LoginManagerContent.jsm
    resource://gre/modules/InsecurePasswordUtils.jsm
    resource://gre/modules/osfile/ospath_win.jsm
    resource://gre/modules/osfile/ospath_unix.jsm
    resource://gre/modules/osfile/ospath.jsm
    resource://gre/modules/osfile/osfile_win_front.jsm
    resource://gre/modules/osfile/osfile_win_back.jsm
    resource://gre/modules/osfile/osfile_win_allthreads.jsm
    resource://gre/modules/osfile/osfile_unix_front.jsm
    resource://gre/modules/osfile/osfile_unix_back.jsm
    resource://gre/modules/osfile/osfile_unix_allthreads.jsm
    resource://gre/modules/osfile/osfile_shared_front.jsm
    resource://gre/modules/osfile/osfile_shared_allthreads.jsm
    resource://gre/modules/osfile/osfile_async_front.jsm
    resource://gre/modules/osfile/_PromiseWorker.jsm
    resource://gre/modules/osfile.jsm
    resource://gre/modules/DownloadUIHelper.jsm
    resource://gre/modules/DownloadIntegration.jsm
    resource://gre/modules/DownloadStore.jsm
    resource://gre/modules/Downloads.jsm
    resource://gre/modules/DownloadList.jsm
    resource://gre/modules/DownloadImport.jsm
    resource://gre/modules/DownloadCore.jsm
    resource://gre/modules/ContentPrefStore.jsm
    resource://gre/modules/ContentPrefService2.jsm
    resource://gre/modules/ContentPrefInstance.jsm
    resource://gre/modules/XPIProvider.jsm
    resource://gre/modules/AddonManager.jsm
    resource://gre/modules/PluginProvider.jsm
    resource://gre/modules/LightweightThemeManager.jsm
    resource://gre/modules/LightweightThemeImageOptimizer.jsm
    resource://gre/modules/DeferredSave.jsm
    resource://gre/modules/ChromeManifestParser.jsm
    resource://gre/modules/AddonUpdateChecker.jsm
    resource://gre/modules/AddonRepository_SQLiteMigrator.jsm
    resource://gre/modules/AddonRepository.jsm
    resource://gre/modules/AddonLogging.jsm
    resource://gre/modules/DownloadTaskbarProgress.jsm
    resource://gre/modules/DownloadUtils.jsm
    resource://gre/modules/DownloadPaths.jsm
    resource://gre/modules/DownloadLastDir.jsm
    resource://gre/modules/LightweightThemeConsumer.jsm
    resource://gre/modules/WindowDraggingUtils.jsm
    resource://gre/modules/UpdateChannel.jsm
    resource://gre/modules/Troubleshoot.jsm
    resource://gre/modules/Services.jsm
    resource://gre/modules/ResetProfile.jsm
    resource://gre/modules/CertUtils.jsm
    resource://gre/modules/Timer.jsm
    resource://gre/modules/TelemetryTimestamps.jsm
    resource://gre/modules/Task.jsm
    resource://gre/modules/Sqlite.jsm
    resource://gre/modules/SpatialNavigation.jsm
    resource://gre/modules/Sntp.jsm
    resource://gre/modules/ShortcutUtils.jsm
    resource://gre/modules/SelectParentHelper.jsm
    resource://gre/modules/SelectContentHelper.jsm
    resource://gre/modules/RemoteWebProgress.jsm
    resource://gre/modules/RemoteWebNavigation.jsm
    resource://gre/modules/RemoteSecurityUI.jsm
    resource://gre/modules/RemoteFinder.jsm
    resource://gre/modules/RemoteController.jsm
    resource://gre/modules/RemoteAddonsParent.jsm
    resource://gre/modules/RemoteAddonsChild.jsm
    resource://gre/modules/PropertyListUtils.jsm
    resource://gre/modules/Promise.jsm
    resource://gre/modules/PrivateBrowsingUtils.jsm
    resource://gre/modules/Preferences.jsm
    resource://gre/modules/PopupNotifications.jsm
    resource://gre/modules/PermissionsUtils.jsm
    resource://gre/modules/PageMenu.jsm
    resource://gre/modules/NewTabUtils.jsm
    resource://gre/modules/Log.jsm
    resource://gre/modules/LoadContextInfo.jsm
    resource://gre/modules/InlineSpellChecker.jsm
    resource://gre/modules/Http.jsm
    resource://gre/modules/Geometry.jsm
    resource://gre/modules/Finder.jsm
    resource://gre/modules/FileUtils.jsm
    resource://gre/modules/Dict.jsm
    resource://gre/modules/Deprecated.jsm
    resource://gre/modules/DeferredTask.jsm
    resource://gre/modules/AsyncShutdown.jsm
    resource://gre/modules/identity/Sandbox.jsm
    resource://gre/modules/identity/RelyingParty.jsm
    resource://gre/modules/identity/MinimalIdentity.jsm
    resource://gre/modules/identity/LogUtils.jsm
    resource://gre/modules/identity/jwcrypto.jsm
    resource://gre/modules/identity/IdentityUtils.jsm
    resource://gre/modules/identity/IdentityStore.jsm
    resource://gre/modules/identity/IdentityProvider.jsm
    resource://gre/modules/identity/Identity.jsm
    resource://gre/modules/devtools/Simulator.jsm
    resource://gre/modules/devtools/Devices.jsm
    resource://gre/modules/devtools/SourceMap.jsm
    resource://gre/modules/devtools/Templater.jsm
    resource://gre/modules/devtools/gcli.jsm
    console.error:
    Failed to lookup
    canonDefaultGroupName
    Message: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    hideIntroDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    eagerHelperDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    connectDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    connectManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    connectPrefixDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    connectHostDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    connectPortDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Can't use default port from prefs. Using 9999
    console.error:
    Failed to lookup
    disconnectDesc2
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    disconnectManual2
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    disconnectPrefixDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    disconnectForceDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    contextDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    contextManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    contextPrefixDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    helpDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    helpManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    helpSearchDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    helpSearchManual3
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    allowSetDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefShowDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefShowManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefShowSettingDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefShowSettingManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefSetDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefSetManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefSetSettingDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefSetSettingManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefSetValueDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefSetValueManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefResetDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefResetManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefResetSettingDesc
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    console.error:
    Failed to lookup
    prefResetSettingManual
    Message: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIStringBundle.GetStringFromName]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/devtools/gcli.jsm :: exports.lookup :: line 3299" data: no]
    Error using module 'gcli/index' - Error: Unknown type for devtools.gcli.hideIntro
    resource://gre/modules/devtools/dbg-client.jsm
    resource://gre/modules/devtools/dbg-server.jsm
    resource://gre/modules/devtools/Require.jsm
    resource://gre/modules/devtools/Loader.jsm
    resource://gre/modules/devtools/LayoutHelpers.jsm
    resource://gre/modules/devtools/DevToolsUtils.jsm
    resource://gre/modules/devtools/Console.jsm
    resource://gre/modules/ForgetAboutSite.jsm
    resource://gre/modules/Profiler.jsm
    resource://gre/modules/accessibility/Utils.jsm
    resource://gre/modules/accessibility/TraversalRules.jsm
    resource://gre/modules/accessibility/TouchAdapter.jsm
    resource://gre/modules/accessibility/Presentation.jsm
    resource://gre/modules/accessibility/OutputGenerator.jsm
    resource://gre/modules/accessibility/AccessFu.jsm
    resource://gre/modules/accessibility/EventManager.jsm
    resource://gre/modules/AsyncSpellCheckTestHelper.jsm
    resource://gre/modules/vtt.jsm
    resource://gre/modules/CSPUtils.jsm
    resource://gre/modules/Payment.jsm
    resource://gre/modules/Keyboard.jsm
    resource://gre/modules/DOMIdentity.jsm
    resource://gre/modules/PermissionSettings.jsm
    resource://gre/modules/PermissionPromptHelper.jsm
    resource://gre/modules/NotificationDB.jsm
    resource://gre/modules/SettingsQueue.jsm
    resource://gre/modules/SettingsDB.jsm
    resource://gre/modules/SettingsChangeNotifier.jsm
    resource://gre/modules/PushService.jsm
    resource://gre/modules/SystemMessagePermissionsChecker.jsm
    resource://gre/modules/DataStoreServiceInternal.jsm
    resource://gre/modules/DataStoreDB.jsm
    resource://gre/modules/DataStoreCursor.jsm
    resource://gre/modules/DataStoreChangeNotifier.jsm
    resource://gre/modules/DataStore.jsm
    resource://gre/modules/AlarmService.jsm
    resource://gre/modules/AlarmDB.jsm
    resource://gre/modules/PhoneNumberUtils.jsm
    resource://gre/modules/PhoneNumberNormalizer.jsm
    resource://gre/modules/PhoneNumberMetaData.jsm
    resource://gre/modules/PhoneNumber.jsm
    resource://gre/modules/mcc_iso3166_table.jsm
    resource://gre/modules/ContactService.jsm
    resource://gre/modules/ContactDB.jsm
    resource://gre/modules/BrowserElementPromptService.jsm
    resource://gre/modules/BrowserElementParent.jsm
    resource://gre/modules/Webapps.jsm
    resource://gre/modules/OperatorApps.jsm
    resource://gre/modules/ActivitiesServiceFilter.jsm
    resource://gre/modules/ActivitiesService.jsm
    resource://gre/modules/AppsUtils.jsm
    resource://gre/modules/PermissionsTable.jsm
    resource://gre/modules/PermissionsInstaller.jsm
    resource://gre/modules/OfflineCacheInstaller.jsm
    resource://gre/modules/FreeSpaceWatcher.jsm
    resource://gre/modules/AppsServiceChild.jsm
    Traceback (most recent call last):
    File "/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 375, in <module>
    main()
    File "/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 367, in main
    args.source, gre_path, base)
    File "/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 148, in precompile_cache
    errors.fatal('Error while running startup cache precompilation')
    File "/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/python/mozbuild/mozpack/errors.py", line 101, in fatal
    self._handle(self.FATAL, msg)
    File "/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/python/mozbuild/mozpack/errors.py", line 96, in _handle
    raise ErrorMessage(msg)
    mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
    /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/toolkit/mozapps/installer/packager.mk:662: recipe for target 'stage-package' failed
    make[5]: *** [stage-package] Error 1
    make[5]: Leaving directory '/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer'
    /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/toolkit/mozapps/installer/packager.mk:691: recipe for target 'make-package' failed
    make[4]: *** [make-package] Error 2
    make[4]: Leaving directory '/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer'
    /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/config/rules.mk:631: recipe for target 'default' failed
    make[3]: *** [default] Error 2
    make[3]: Leaving directory '/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer'
    /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/browser/build.mk:9: recipe for target 'package' failed
    make[2]: *** [package] Error 2
    make[2]: Leaving directory '/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu'
    /tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release/client.mk:238: recipe for target 'profiledbuild' failed
    make[1]: *** [profiledbuild] Error 2
    make[1]: Leaving directory '/tmp/yaourt-tmp-dave/abs-firefox/src/mozilla-release'
    client.mk:179: recipe for target 'build' failed
    make: *** [build] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build firefox.
    ==> Restart building firefox ? [y/N]
    Am using the stock mozconf and such when doing the build.  Please help.
    Edited to add more of the output with the errors.
    Last edited by showrbeast (2014-02-19 03:13:48)

    Tried buidling twice, via tmpfs and not there (commenting the line in /etc/makepkg.conf as needed).  Still no success packaging...
    resource://gre/modules/AppsServiceChild.jsm
    Traceback (most recent call last):
    File "/tmp/makepkg/firefox/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 375, in <module>
    main()
    File "/tmp/makepkg/firefox/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 367, in main
    args.source, gre_path, base)
    File "/tmp/makepkg/firefox/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 148, in precompile_cache
    errors.fatal('Error while running startup cache precompilation')
    File "/tmp/makepkg/firefox/src/mozilla-release/python/mozbuild/mozpack/errors.py", line 101, in fatal
    self._handle(self.FATAL, msg)
    File "/tmp/makepkg/firefox/src/mozilla-release/python/mozbuild/mozpack/errors.py", line 96, in _handle
    raise ErrorMessage(msg)
    mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
    /tmp/makepkg/firefox/src/mozilla-release/toolkit/mozapps/installer/packager.mk:662: recipe for target 'stage-package' failed
    make[5]: *** [stage-package] Error 1
    make[5]: Leaving directory '/tmp/makepkg/firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer'
    /tmp/makepkg/firefox/src/mozilla-release/toolkit/mozapps/installer/packager.mk:691: recipe for target 'make-package' failed
    make[4]: *** [make-package] Error 2
    make[4]: Leaving directory '/tmp/makepkg/firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer'
    /tmp/makepkg/firefox/src/mozilla-release/config/rules.mk:631: recipe for target 'default' failed
    make[3]: *** [default] Error 2
    make[3]: Leaving directory '/tmp/makepkg/firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu/browser/installer'
    /tmp/makepkg/firefox/src/mozilla-release/browser/build.mk:9: recipe for target 'package' failed
    make[2]: *** [package] Error 2
    make[2]: Leaving directory '/tmp/makepkg/firefox/src/mozilla-release/obj-x86_64-unknown-linux-gnu'
    /tmp/makepkg/firefox/src/mozilla-release/client.mk:238: recipe for target 'profiledbuild' failed
    make[1]: *** [profiledbuild] Error 2
    make[1]: Leaving directory '/tmp/makepkg/firefox/src/mozilla-release'
    client.mk:179: recipe for target 'build' failed
    make: *** [build] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Above error is repeatable everytime.
    Fails exactly the same way.  I have eliminated space constraints, blaming yaourt etc, what's next?  Will do the chroot build when home as have been trying the normal ways while at work.  Still suprised that Libreoffice, GIMP and even parts of xorg and xfce have worked flawlessly.  Oh well.

  • [solved] Issue installing tp_smapi

    Since recently, I am having problem when I try to install tp_smapi from AUR. Here's the issue:
    ==> Building and installing package
    /tmp/yaourt-tmp-juha/aur-tp_smapi-pf/./PKGBUILD: line 14: /lib/modules//usr/lib/modules/extramodules-3.4-pf/version: No such file or directory
    ==> ERROR: An unknown error has occurred. Exiting...
    /usr/lib/yaourt/pkgbuild.sh: line 200: 4269 User defined signal 1 PKGDEST="$YPKGDEST" makepkg "${MAKEPKG_ARG[@]}" -s -f -p ./PKGBUILD
    ==> ERROR: Makepkg was unable to build tp_smapi-pf.
    desk
    Last edited by Lockheed (2012-07-17 08:21:21)

    Things like this is probably better suited for the comments section in the AUR package.
    I had a problem installing it earlier because I tried to reinstall tm_smapi before dealing with the glibc and /lib issue. I don't know if that's any related to your problem though.

  • Apache flex 4.8.0 with flash builder 4.7 beta 1

    Hi
    Just downloaded the Apache Flex 4.8.0 with their installer application and tried to use it with flash builder 4.7 beta 1.
    I created a new flex project and configured it to use the apache flex 4.8.0.
    Then try to run the project but hundreds of actionscript errors occur.
    VerifyError: Error #1014: Class mx.core::UIComponent could not be found.
      at flash.display::MovieClip/nextFrame()
              at mx.managers::SystemManager/deferredNextFrame()[/Users/cframpto/dev/master/frameworks/proj ects/framework/src/mx/managers/SystemManager.as:286]
              at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/Users/cframpto/dev/ master/frameworks/projects/framework/src/mx/managers/SystemManager.as:2635]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.preloaders::Preloader/timerHandler()[/Users/cframpto/dev/master/frameworks/projects/fr amework/src/mx/preloaders/Preloader.as:523]
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()
    VerifyError: Error #1014: Class spark.components.supportClasses::SkinnableComponent could not be found.
    VerifyError: Error #1014: Class spark.components::Application could not be found.
    Does anyone had the same issue?
    cyrill

    Hi Crill,
    I don't see any error on creating new projects and running the same.
    Where did you get the installer from?
    What is the framework linkage type? You can check this in project properties -> flex build path. It should be Merged into code for Apache SDK.
    thanks,
    Sudhir

  • HT5622 I tried to send a photo on my phone in a chat message.  The photo locked up.  I can't get back to photo stream.  How do I restart phone or solve issue otherwise.

    I tried to send a photo on my phone in a chat message.  The photo locked up.  I can't get back to photo stream.  How do I restart phone or solve issue otherwise.

    More than likely you can get the phone back by doing a reset. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot.

  • [SOLVED]Awesome build process gets stuck

    Hi there Archers,
    When I try to build the latest version of Awesome it manages to install all the dependencies, but when it comes to actually building awesome it consistently gets stuck on the following line:
    Scanning dependencies of target man
    [ 57%] Generating manpages/man1/awesome.1.xml
    [ 57%] Generating manpages/man1/awesome.1
    It stays there indefinitely.
    On the AUR-page for this package I got the advice that running makepkg with root privileges might solve the problem, but I don't think this is a proper solution. Posts from Bionic_Apple seem to have some connection to my problem.
    With my limited understanding of the make files inside the build directory, I've concluded that it all looks OK, but that doesn't stop it from freezing half-way through the process.
    Any ideas on how I could make the install finish that doesn't involve root privileges?
    Last edited by linduxed (2012-01-19 00:48:12)

    Solved by building as root in a chroot environment.

  • Wacom or Bluetooth Mouse issues with most recent Beta??

    Wacom or Bluetooth Mouse issues with most recent Beta??
    All I was wondering if anyone was having issues with Lightrooms beta and pointing devices… while I’m sure the Wacom Introus4 is dying in Lightroom I can’t verify that my Mouse is as well.
    I’m using the most recent Beta of Lightroom and Wacom Tablet Driver 615-3a… I’m sure the issue dosent reside with another program because the tablet only stops working in Lightroom. Basically I loose all tablet functionality until I reboot whin I attempt to access the Film Strip… I’ve repeated a few times and with each it dies…

    Unfortunately, although you are getting problems with your Wacom and Lr, the solution for the short term is to re-install an older driver for the tablet until Wacom come up with a new update to fix the prolem. This has been a long running problem for users when operating Lr with Wacom tablets.
    (I offer this solution not from personal experience, but from what other tablet users have reported in previous threads, and there have been several).

  • TS2446 Apple ID has been disabled and changing password doesnt solve issue

    Itunes- Apple id has been disabled and reseting password doesnt solve issue/

    You've followed all of the instructions on the TS2446 page that you posted from ? i.e. after resetting your password you've logged out and back into your account on your device ?
    If that hasn't fixed it then you might need to contact iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Issue with using Spotify on Sonos

    Hi,Newbie to both Spotify and Sonos here, so this may be a daft question. I'm trying to use Spotify with my Sonos Play 1s, but Songs, Albums and Artists aren't displaying on the Sonos controller app on my IPad. Is this correct?Thanks,Mark

    Hi,
    Thanks for pointing in the right direction. I tried with the various combinations of the available characteristics for the interpretation of the Selection and the report responded correctly. I had to include both the dates used in the CKF in the interpretation. Earlier I was just using Sales Documnet No & Sales Document Item.
    Regards
    Anujit Ghosh

  • Issues building openjdk [SOLVED]

    I dunno if this has been addressed before but I can't seem to build this package. I downloaded it and used makepkg to try to build it and first I get this message:
    ==> WARNING: Integrity checks (md5) are missing or incomplete.
    Then I get this at the end:
    6 errors
    make: *** [stamps/extra-class-files.stamp] Error 1
    ==> ERROR: Build Failed.
        Aborting...
    What am I doing wrong? Is there a wiki, another post, or whatnot explaining how to build this?
    This is where I got it from:
    http://aur.archlinux.org/packages.php?ID=14671
    All I really want to do is just have Java working in Firefox 64 bit.
    Last edited by johnny (2008-09-27 18:59:59)

    Thanx but its still not working at all. It installed VIA Pacman now but I go to test it and still no Java on Firefox 64.
    I also got this at the end of the installation:
    warning: directory permissions differ on usr/lib/mozilla/
    filesystem: 770  package: 755
    warning: directory permissions differ on usr/lib/mozilla/plugins/
    filesystem: 770  package: 755
    Last edited by johnny (2008-09-27 18:27:50)

  • [SOLVED]New Build, no sound, Alsa unable to open slave

    I've been happily using Arch on an old laptop I had lying around for 4/5  months, alongside ARM on my Raspberry Pi for a year or so. Being more than happy with it I decided to sell my 2011 i5 iMac, build a pc and hopefully learn something along the way. I mention this as it's my first build and the issue may be hardware realted, or more likely my assembly of the hardware, I've updated my sig to reflect the new parts.
    The first decision I made two days ago upon putting the system together. I had two plugs, one for HD audio, another for Realtek audio, I went with the HD option. The other variable that is new to me is an audio option in the Gigabyte uefi/bios for audio which has options for enabled, disabled & auto - I've tried all three. I thought at first going with HD option may have meant sound only via hdmi, I'm using an old vga monitor, but after a little reading it seems the HD option should work with the standard audio out's on the motherboard & case too.
    I've got a 3.5mm jack plugged into the line out on the back of the motherboard going to a phono connection on my stereo, I've also tried the headphone out on the front of the case, Zalman Z9.
    I've installed alsa-plugins and alsa-utils. Upon running speaker-test, or speaker-test -c 2 I'm getting:
    speaker-test -c 2
    speaker-test 1.0.27.2
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    Using aplay:
    aplay piano2.wav
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    aplay: main:722: audio open error: No such file or directory
    Some info:
    lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 30162 1
    snd_hda_codec_realtek 40772 1
    snd_hda_intel 36904 0
    snd_hda_codec 149633 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 77709 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7242 2 snd_pcm,snd_hda_intel
    snd_timer 18726 1 snd_pcm
    snd 59173 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Dec 1 19:31 by-path
    crw-rw----+ 1 root audio 116, 13 Dec 1 19:31 controlC0
    crw-rw----+ 1 root audio 116, 8 Dec 1 19:31 controlC1
    crw-rw----+ 1 root audio 116, 12 Dec 1 19:31 hwC0D0
    crw-rw----+ 1 root audio 116, 7 Dec 1 19:31 hwC1D2
    crw-rw----+ 1 root audio 116, 11 Dec 1 19:31 pcmC0D3p
    crw-rw----+ 1 root audio 116, 10 Dec 1 19:31 pcmC0D7p
    crw-rw----+ 1 root audio 116, 9 Dec 1 19:31 pcmC0D8p
    crw-rw----+ 1 root audio 116, 6 Dec 1 19:31 pcmC1D0c
    crw-rw----+ 1 root audio 116, 5 Dec 1 19:31 pcmC1D0p
    crw-rw----+ 1 root audio 116, 4 Dec 1 19:31 pcmC1D1c
    crw-rw----+ 1 root audio 116, 3 Dec 1 19:31 pcmC1D1p
    crw-rw----+ 1 root audio 116, 2 Dec 1 19:31 pcmC1D2c
    crw-rw---- 1 root audio 116, 1 Dec 1 19:31 seq
    crw-rw----+ 1 root audio 116, 33 Dec 1 19:31 timer
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    The above is all without any .asoundrc in my home directory or anything in /etc.modprobe.d/*.conf
    From the wiki I've tried putting
    options snd slots=snd_mia,snd_hda_intel
    options snd_mia index=0
    options snd_hda_intel index=1
    in /etc/modprobe.d/alsa-base.conf, and tried reversing the 1 and 0, both 0's, both 1's to no avail.
    I've tried a few variations in .asoundrc based on the wiki example with no luck.
    I'm lost, this is the first time I've had sound issues with linux and I'm really not sure if it's rooted in the hardware, my first attempt at building a pc or a simple alsa config issue.
    Googling for unable to open slave in alsa seems to bring up mainly conflicting programm issues whic I don't think is my issue as I have no sound at all.
    *edit*
    perhaps this should be in newbie corner? my linux sound knowledge is definitely newbie status.
    Last edited by Proinsias (2013-12-03 23:22:48)

    Solved, not sure where I was going wrong in my initial attempts but a simple .asoundrc has my speakers singing. Could have sworn this was tried to death in the first half hour or so, oh well.
    On the plus side I spent my lunch hour today getting a rough idea of sound on linux and alsa preparing for a fight with my new build, ten minutes after booting up the new machine on my return home & all is well.   
    pcm.!default {
    type hw
    card 1
    ctl.!default {
    type hw
    card 0

  • [SOLVED] Problem building php 5.3 with openssl

    Hi,
    I stuck with this issue and don't really know what's wrong and what to do:
    $ pacman -Qs openssl
    local/lib32-openssl 1.0.1.i-1
    The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (32-bit)
    local/openssl 1.0.1.i-1
    The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
    $ ./configure --with-openssl && make
    loading cache ./config.cache
    checking for Cygwin environment... (cached) no
    checking for mingw32 environment... (cached) no
    checking for egrep... (cached) grep -E
    checking for a sed that does not truncate output... (cached) /usr/bin/sed
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc ) works... yes
    checking whether the C compiler (gcc ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking how to run the C preprocessor... (cached) gcc -E
    checking for icc... no
    checking for suncc... no
    checking whether gcc and cc understand -c and -o together... (cached) yes
    checking how to run the C preprocessor... gcc -E
    checking for AIX... no
    checking whether ln -s works... (cached) yes
    checking for system library directory... lib
    checking whether to enable runpaths... yes
    checking if compiler supports -R... (cached) no
    checking if compiler supports -Wl,-rpath,... (cached) yes
    checking for gawk... (cached) gawk
    checking for bison... (cached) bison -y
    checking for bison version... (cached) 2.6.4 (ok)
    checking for re2c... (cached) re2c
    checking for re2c version... (cached) 0.13.7.5 (ok)
    checking whether to enable computed goto gcc extension with re2c... no
    checking whether to force non-PIC code in shared modules... no
    checking whether /dev/urandom exists... yes
    checking for pthreads_cflags... (cached) -pthread
    checking for pthreads_lib... (cached)
    [1mConfiguring SAPI modules[m
    checking for AOLserver support... no
    checking for Apache 1.x module support via DSO through APXS... no
    checking for Apache 1.x module support... no
    checking whether to enable Apache charset compatibility option... no
    checking for Apache 2.0 filter-module support via DSO through APXS... no
    checking for Apache 2.0 handler-module support via DSO through APXS... no
    checking for Apache 1.x (hooks) module support via DSO through APXS... no
    checking for Apache 1.x (hooks) module support... no
    checking whether to enable Apache charset compatibility option... no
    checking for Caudium support... no
    checking for CLI build... yes
    checking for Continuity support... no
    checking for embedded SAPI library support... no
    checking for FPM build... no
    checking for Zeus ISAPI support... no
    checking for LiteSpeed support... no
    checking for Milter support... no
    checking for NSAPI support... no
    checking for PHTTPD support... no
    checking for Pi3Web support... no
    checking whether Roxen module is build using ZTS... no
    checking for Roxen/Pike support...
    checking for thttpd... no
    checking for TUX... no
    checking for webjames... no
    checking whether to build CGI binary... yes
    checking for socklen_t in sys/socket.h... yes
    checking for sun_len in sys/un.h... no
    checking whether cross-process locking is required by accept()... no
    checking for chosen SAPI module... cgi
    [1mRunning system checks[m
    checking for sendmail... no
    checking whether system uses EBCDIC... (cached) no
    checking whether byte ordering is bigendian... (cached) no
    checking whether writing to stdout works... (cached) yes
    checking for socket... yes
    checking for socketpair... yes
    checking for htonl... yes
    checking for gethostname... yes
    checking for gethostbyaddr... yes
    checking for yp_get_default_domain... no
    checking for __yp_get_default_domain... no
    checking for yp_get_default_domain in -lnsl... yes
    checking for dlopen... no
    checking for __dlopen... no
    checking for dlopen in -ldl... yes
    checking for sin in -lm... (cached) yes
    checking for inet_aton... yes
    checking for ANSI C header files... (cached) yes
    checking for dirent.h that defines DIR... (cached) yes
    checking for opendir in -ldir... (cached) no
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for dirent.h... (cached) yes
    checking for ApplicationServices/ApplicationServices.h... (cached) no
    checking for sys/param.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for netinet/in.h... (cached) yes
    checking for alloca.h... (cached) yes
    checking for arpa/inet.h... (cached) yes
    checking for arpa/nameser.h... (cached) yes
    checking for assert.h... (cached) yes
    checking for crypt.h... (cached) yes
    checking for dns.h... (cached) no
    checking for fcntl.h... (cached) yes
    checking for grp.h... (cached) yes
    checking for ieeefp.h... (cached) no
    checking for langinfo.h... (cached) yes
    checking for limits.h... (cached) yes
    checking for locale.h... (cached) yes
    checking for monetary.h... (cached) yes
    checking for netdb.h... (cached) yes
    checking for pwd.h... (cached) yes
    checking for resolv.h... (cached) yes
    checking for signal.h... (cached) yes
    checking for stdarg.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for syslog.h... (cached) yes
    checking for sysexits.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/file.h... (cached) yes
    checking for sys/mman.h... (cached) yes
    checking for sys/mount.h... (cached) yes
    checking for sys/poll.h... (cached) yes
    checking for sys/resource.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for sys/statfs.h... (cached) yes
    checking for sys/statvfs.h... (cached) yes
    checking for sys/vfs.h... (cached) yes
    checking for sys/sysexits.h... (cached) no
    checking for sys/varargs.h... (cached) no
    checking for sys/wait.h... (cached) yes
    checking for sys/loadavg.h... (cached) no
    checking for termios.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for unix.h... (cached) no
    checking for utime.h... (cached) yes
    checking for sys/utsname.h... (cached) yes
    checking for sys/ipc.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for assert.h... (cached) yes
    checking for fopencookie... (cached) yes
    checking for broken getcwd... no
    checking for broken libc stdio... (cached) yes
    checking whether struct tm is in sys/time.h or time.h... (cached) time.h
    checking for tm_zone in struct tm... (cached) yes
    checking for missing declarations of reentrant functions... done
    checking for fclose declaration... ok
    checking for tm_gmtoff in struct tm... (cached) yes
    checking for struct flock... (cached) yes
    checking for socklen_t... (cached) yes
    checking size of size_t... (cached) 8
    checking size of long long... (cached) 8
    checking size of long long int... (cached) 8
    checking size of long... (cached) 8
    checking size of int... (cached) 4
    checking size of intmax_t... (cached) 8
    checking size of ssize_t... (cached) 8
    checking size of ptrdiff_t... (cached) 8
    checking for st_blksize in struct stat... (cached) yes
    checking for st_blocks in struct stat... (cached) yes
    checking for st_rdev in struct stat... (cached) yes
    checking for size_t... (cached) yes
    checking for uid_t in sys/types.h... (cached) yes
    checking for struct sockaddr_storage... (cached) yes
    checking for field sa_len in struct sockaddr... (cached) no
    checking for IPv6 support... (cached) yes
    checking for vprintf... (cached) yes
    checking for alphasort... (cached) yes
    checking for asctime_r... (cached) yes
    checking for chroot... (cached) yes
    checking for ctime_r... (cached) yes
    checking for cuserid... (cached) yes
    checking for crypt... (cached) no
    checking for flock... (cached) yes
    checking for ftok... (cached) yes
    checking for funopen... (cached) no
    checking for gai_strerror... (cached) yes
    checking for gcvt... (cached) yes
    checking for getloadavg... (cached) yes
    checking for getlogin... (cached) yes
    checking for getprotobyname... (cached) yes
    checking for getprotobynumber... (cached) yes
    checking for getservbyname... (cached) yes
    checking for getservbyport... (cached) yes
    checking for gethostname... (cached) yes
    checking for getrusage... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for gmtime_r... (cached) yes
    checking for getpwnam_r... (cached) yes
    checking for getgrnam_r... (cached) yes
    checking for getpwuid_r... (cached) yes
    checking for grantpt... (cached) yes
    checking for inet_ntoa... (cached) yes
    checking for inet_ntop... (cached) yes
    checking for inet_pton... (cached) yes
    checking for isascii... (cached) yes
    checking for link... (cached) yes
    checking for localtime_r... (cached) yes
    checking for lockf... (cached) yes
    checking for lchown... (cached) yes
    checking for lrand48... (cached) yes
    checking for memcpy... (cached) yes
    checking for memmove... (cached) yes
    checking for mkstemp... (cached) yes
    checking for mmap... (cached) yes
    checking for nl_langinfo... (cached) yes
    checking for perror... (cached) yes
    checking for poll... (cached) yes
    checking for ptsname... (cached) yes
    checking for putenv... (cached) yes
    checking for realpath... (cached) yes
    checking for random... (cached) yes
    checking for rand_r... (cached) yes
    checking for scandir... (cached) yes
    checking for setitimer... (cached) yes
    checking for setlocale... (cached) yes
    checking for localeconv... (cached) yes
    checking for setenv... (cached) yes
    checking for setpgid... (cached) yes
    checking for setsockopt... (cached) yes
    checking for setvbuf... (cached) yes
    checking for shutdown... (cached) yes
    checking for sin... (cached) yes
    checking for snprintf... (cached) yes
    checking for srand48... (cached) yes
    checking for srandom... (cached) yes
    checking for statfs... (cached) yes
    checking for statvfs... (cached) yes
    checking for std_syslog... (cached) no
    checking for strcasecmp... (cached) yes
    checking for strcoll... (cached) yes
    checking for strdup... (cached) yes
    checking for strerror... (cached) yes
    checking for strftime... (cached) yes
    checking for strnlen... (cached) yes
    checking for strptime... (cached) yes
    checking for strstr... (cached) yes
    checking for strtok_r... (cached) yes
    checking for symlink... (cached) yes
    checking for tempnam... (cached) yes
    checking for tzset... (cached) yes
    checking for unlockpt... (cached) yes
    checking for unsetenv... (cached) yes
    checking for usleep... (cached) yes
    checking for utime... (cached) yes
    checking for vsnprintf... (cached) yes
    checking for vasprintf... (cached) yes
    checking for asprintf... (cached) yes
    checking for nanosleep... (cached) yes
    checking for nanosleep in -lrt... yes
    checking for getaddrinfo... (cached) yes
    checking for __sync_fetch_and_add... (cached) yes
    checking for strlcat... (cached) no
    checking for strlcpy... (cached) no
    checking for getopt... (cached) yes
    checking whether utime accepts a null argument... (cached) yes
    checking for working alloca.h... (cached) yes
    checking for alloca... (cached) yes
    checking for declared timezone... (cached) yes
    checking for type of reentrant time-related functions... (cached) POSIX
    checking for readdir_r... (cached) yes
    checking for type of readdir_r... (cached) POSIX
    checking for in_addr_t... (cached) yes
    checking for crypt_r... (cached) no
    [1mGeneral settings[m
    checking whether to include gcov symbols... no
    checking whether to include debugging symbols... no
    checking layout of installed files... PHP
    checking path to configuration file... DEFAULT
    checking where to scan for configuration files...
    checking whether to enable safe mode by default... no
    checking for safe mode exec dir... /usr/local/php/bin
    checking whether to enable PHP's own SIGCHLD handler... no
    checking whether to enable magic quotes by default... no
    checking whether to explicitly link against libgcc... no
    checking whether to enable short tags by default... yes
    checking whether to enable dmalloc... no
    checking whether to enable IPv6 support... yes
    checking how big to make fd sets... using system default
    [1mConfiguring extensions[m
    checking size of long... (cached) 8
    checking size of int... (cached) 4
    checking for int32_t... (cached) yes
    checking for uint32_t... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for string.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for strtoll... (cached) yes
    checking for atoll... (cached) yes
    checking for strftime... (cached) yes
    checking which regex library to use... php
    checking whether to enable LIBXML support... yes
    checking libxml2 install dir... no
    checking for xml2-config path... (cached) /usr/bin/xml2-config
    checking whether libxml build works... (cached) yes
    checking for OpenSSL support... yes
    checking for Kerberos support... no
    checking for DSA_get_default_method in -lssl... (cached) no
    checking for X509_free in -lcrypto... (cached) yes
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for PCRE library to use... bundled
    checking whether to enable the SQLite3 extension... yes
    checking bundled sqlite3 library... yes
    checking for ZLIB support... no
    checking if the location of ZLIB install directory is defined... no
    checking whether to enable bc style precision math functions... no
    checking for BZip2 support... no
    checking whether to enable calendar conversion support... no
    checking whether to enable ctype functions... yes
    checking for cURL support... no
    checking if we should use cURL for url streams... no
    checking for QDBM support... no
    checking for GDBM support... no
    checking for NDBM support... no
    checking for Berkeley DB4 support... no
    checking for Berkeley DB3 support... no
    checking for Berkeley DB2 support... no
    checking for DB1 support... no
    checking for DBM support... no
    checking for CDB support... no
    checking for INI File support... no
    checking for FlatFile support... no
    checking whether to enable DBA interface... no
    checking whether to enable DOM support... yes
    checking for xml2-config path... (cached) /usr/bin/xml2-config
    checking whether libxml build works... (cached) yes
    checking for ENCHANT support... no
    checking whether to enable EXIF (metadata from images) support... no
    checking for fileinfo support... yes
    checking for utimes... (cached) yes
    checking for strndup... (cached) yes
    checking whether to enable input filter support... yes
    checking pcre install prefix... no
    checking whether to enable FTP support... no
    checking OpenSSL dir for FTP... no
    checking for GD support... no
    checking for the location of libjpeg... no
    checking for the location of libpng... no
    checking for the location of libXpm... no
    checking for FreeType 2... no
    checking for T1lib support... no
    checking whether to enable truetype string function in GD... no
    checking whether to enable JIS-mapped Japanese font support in GD... no
    checking for GNU gettext support... no
    checking for GNU MP support... no
    checking for mhash support... no
    checking whether to enable hash support... yes
    checking whether byte ordering is bigendian... (cached) no
    checking size of short... (cached) 2
    checking size of int... (cached) 4
    checking size of long... (cached) 8
    checking size of long long... (cached) 8
    checking for iconv support... yes
    checking for iconv... (cached) yes
    checking if iconv is glibc's... yes
    checking if iconv supports errno... yes
    checking if your cpp allows macro usage in include lines... yes
    checking for IMAP support... no
    checking for IMAP Kerberos support... no
    checking for IMAP SSL support... no
    checking for InterBase support... no
    checking whether to enable internationalization support... no
    checking whether to enable JavaScript Object Serialization support... yes
    checking for ANSI C header files... (cached) yes
    checking for LDAP support... no
    checking for LDAP Cyrus SASL support... no
    checking whether to enable multibyte string support... no
    checking whether to enable multibyte regex support... yes
    checking whether to check multibyte regex backtrack... yes
    checking for external libmbfl... no
    checking for external oniguruma... no
    checking for mcrypt support... no
    checking for MSSQL support via FreeTDS... no
    checking for MySQL support... no
    checking for specified location of the MySQL UNIX socket... no
    checking for MySQLi support... no
    checking whether to enable embedded MySQLi support... no
    checking for Oracle Database OCI8 support... no
    checking whether to enable pcntl support... no
    checking whether to enable PDO support... yes
    checking for PDO_DBLIB support via FreeTDS... no
    checking for Firebird support for PDO... no
    checking for MySQL support for PDO... no
    checking Oracle OCI support for PDO... no
    checking for ODBC v3 support for PDO... no
    checking for PostgreSQL support for PDO... no
    checking for sqlite 3 support for PDO... yes
    checking for PDO includes... checking for PDO includes... /home/yuri/_/php-5.3.29/ext
    checking for usleep... (cached) yes
    checking for nanosleep... (cached) yes
    checking for time.h... (cached) yes
    checking for fdatasync in -lrt... (cached) yes
    checking for PostgreSQL support... no
    checking for phar archive support... yes
    checking for phar openssl support... yes
    checking whether to enable POSIX-like functions... yes
    checking for sys/mkdev.h... (cached) no
    checking for seteuid... (cached) yes
    checking for setegid... (cached) yes
    checking for setsid... (cached) yes
    checking for getsid... (cached) yes
    checking for setpgid... (cached) yes
    checking for getpgid... (cached) yes
    checking for ctermid... (cached) yes
    checking for mkfifo... (cached) yes
    checking for mknod... (cached) yes
    checking for getrlimit... (cached) yes
    checking for getlogin... (cached) yes
    checking for getgroups... (cached) yes
    checking for makedev... (cached) no
    checking for initgroups... (cached) yes
    checking for getpwuid_r... (cached) yes
    checking for getgrgid_r... (cached) yes
    checking for working ttyname_r() implementation... yes
    checking for utsname.domainname... (cached) yes
    checking for PSPELL support... no
    checking for libedit readline replacement... no
    checking for readline support... no
    checking for recode support... no
    checking whether to enable PHP sessions... yes
    checking for mm support... no
    checking whether pwrite works... (cached) yes
    checking whether pread works... (cached) yes
    checking whether to enable shmop support... no
    checking whether to enable SimpleXML support... yes
    checking for xml2-config path... (cached) /usr/bin/xml2-config
    checking whether libxml build works... (cached) yes
    checking for SNMP support... no
    checking OpenSSL dir for SNMP... no
    checking whether to enable UCD SNMP hack... no
    checking whether to enable SOAP support... no
    checking whether to enable sockets support... no
    checking whether zend_object_value is packed... no
    checking for sqlite support... yes
    checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)... no
    checking for PDO includes... (cached) /home/yuri/_/php-5.3.29/ext
    checking for lemon... (cached) lemon
    checking for lemon version... (cached) 1.0 (ok)
    checking size of char *... (cached) 8
    checking for usleep... (cached) yes
    checking for nanosleep... (cached) yes
    checking for time.h... (cached) yes
    checking whether flush should be called explicitly after a buffered io... (cached) no
    checking for crypt in -lcrypt... (cached) yes
    checking for standard DES crypt... (cached) yes
    checking for extended DES crypt... (cached) no
    checking for MD5 crypt... (cached) yes
    checking for Blowfish crypt... (cached) no
    checking for SHA512 crypt... (cached) no
    checking for SHA256 crypt... (cached) no
    checking whether the compiler supports __alignof__... (cached) yes
    checking whether the compiler supports aligned attribute... (cached) yes
    checking for getcwd... (cached) yes
    checking for getwd... (cached) yes
    checking for asinh... (cached) yes
    checking for acosh... (cached) yes
    checking for atanh... (cached) yes
    checking for log1p... (cached) yes
    checking for hypot... (cached) yes
    checking for glob... (cached) yes
    checking for strfmon... (cached) yes
    checking for nice... (cached) yes
    checking for fpclass... (cached) no
    checking for isinf... (cached) yes
    checking for isnan... (cached) yes
    checking for mempcpy... (cached) yes
    checking for strpncpy... (cached) no
    checking for working fnmatch... (cached) yes
    checking for fork... (cached) yes
    checking if your OS can spawn processes with inherited handles... yes
    checking for res_nsearch... no
    checking for __res_nsearch... no
    checking for res_nsearch in -lresolv... no
    checking for __res_nsearch in -lresolv... yes
    checking for dns_search... no
    checking for __dns_search... no
    checking for dns_search in -lresolv... no
    checking for __dns_search in -lresolv... no
    checking for dns_search in -lbind... no
    checking for __dns_search in -lbind... no
    checking for dns_search in -lsocket... no
    checking for __dns_search in -lsocket... no
    checking for dn_expand... no
    checking for __dn_expand... yes
    checking for dn_skipname... no
    checking for __dn_skipname... yes
    checking for res_search... no
    checking for __res_search... yes
    checking whether atof() accepts NAN... (cached) yes
    checking whether atof() accepts INF... (cached) yes
    checking whether HUGE_VAL == INF... (cached) yes
    checking whether HUGE_VAL + -HUGEVAL == NAN... (cached) yes
    checking whether strptime() declaration fails... (cached) no
    checking for wchar.h... (cached) yes
    checking for mblen... (cached) yes
    checking for mbrlen... (cached) yes
    checking for mbsinit... (cached) yes
    checking for mbstate_t... (cached) yes
    checking for atomic.h... (cached) no
    checking for Sybase-CT support... no
    checking whether to enable System V IPC support... no
    checking whether to enable System V semaphore support... no
    checking whether to enable System V shared memory support... no
    checking for TIDY support... no
    checking whether to enable tokenizer support... yes
    checking whether to enable WDDX support... no
    checking libexpat dir for WDDX... no
    checking whether to enable XML support... yes
    checking libexpat install dir... no
    checking for xml2-config path... (cached) /usr/bin/xml2-config
    checking whether libxml build works... (cached) yes
    checking whether to enable XMLReader support... yes
    checking for xml2-config path... (cached) /usr/bin/xml2-config
    checking whether libxml build works... (cached) yes
    checking for XMLRPC-EPI support... no
    checking libexpat dir for XMLRPC-EPI... no
    checking iconv dir for XMLRPC-EPI... no
    checking whether to enable XMLWriter support... yes
    checking for xml2-config path... (cached) /usr/bin/xml2-config
    checking whether libxml build works... (cached) yes
    checking for XSL support... no
    checking for zip archive read/writesupport... no
    checking pcre install prefix... no
    checking whether to enable mysqlnd... no
    checking whether to disable compressed protocol support in mysqlnd... yes
    [1mConfiguring PEAR[m
    checking whether to install PEAR... yes
    [1mConfiguring Zend[m
    checking for bison version... (cached) 2.6.4 (ok)
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for limits.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for string.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdarg.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for signal.h... (cached) yes
    checking for unix.h... (cached) no
    checking for stdlib.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for size_t... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for uint... (cached) yes
    checking for ulong... (cached) yes
    checking for int32_t... yes
    checking for uint32_t... yes
    checking for vprintf... (cached) yes
    checking for 8-bit clean memcmp... (cached) yes
    checking for working alloca.h... (cached) yes
    checking for alloca... (cached) yes
    checking for memcpy... (cached) yes
    checking for strdup... (cached) yes
    checking for getpid... (cached) yes
    checking for kill... (cached) yes
    checking for strtod... (cached) yes
    checking for strtol... (cached) yes
    checking for finite... (cached) yes
    checking for fpclass... (cached) no
    checking for sigsetjmp... (cached) no
    checking whether sprintf is broken... (cached) no
    checking for finite... (cached) yes
    checking for isfinite... (cached) no
    checking for isinf... (cached) yes
    checking for isnan... (cached) yes
    checking whether fp_except is defined... (cached) no
    checking for usable _FPU_SETCW... yes
    checking for usable fpsetprec... no
    checking for usable _controlfp... no
    checking for usable _controlfp_s... no
    checking whether FPU control word can be manipulated by inline assembler... yes
    checking whether double cast to long preserves least significant bits... no
    checking for dlfcn.h... (cached) yes
    checking whether dlsym() requires a leading underscore in symbol names... no
    checking virtual machine dispatch method... CALL
    checking whether to enable thread-safety... no
    checking whether to enable inline optimization for GCC... yes
    checking whether to enable Zend debugging... no
    checking whether to enable Zend multibyte... no
    checking for inline... (cached) inline
    checking target system is Darwin... no
    checking for MM alignment and log values... done
    checking for memory allocation using mmap(MAP_ANON)... yes
    checking for memory allocation using mmap(/dev/zero)... yes
    checking for mremap... (cached) yes
    [1mConfiguring TSRM[m
    checking for stdarg.h... (cached) yes
    [1mConfiguring libtool[m
    checking build system type... x86_64-unknown-linux-gnu
    checking for ld used by gcc... (cached) /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
    checking for /usr/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /usr/bin/nm -B
    checking how to recognize dependent libraries... (cached) pass_all
    checking for object suffix... (cached) o
    checking for executable suffix... (cached) no
    checking the maximum length of command line arguments... (cached) 1572864
    checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for ar... (cached) ar
    checking for ranlib... (cached) ranlib
    checking for strip... (cached) strip
    checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... (cached) yes
    checking if gcc static flag -static works... (cached) yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    creating libtool
    appending configuration tag "CXX" to libtool
    [1mGenerating files[m
    creating ./config.status
    creating php5.spec
    creating main/build-defs.h
    creating scripts/phpize
    creating scripts/man1/phpize.1
    creating scripts/php-config
    creating scripts/man1/php-config.1
    creating sapi/cli/php.1
    creating main/php_config.h
    main/php_config.h is unchanged
    creating main/internal_functions.c
    creating main/internal_functions_cli.c
    +--------------------------------------------------------------------+
    | License: |
    | This software is subject to the PHP License, available in this |
    | distribution in the file LICENSE. By continuing this installation |
    | process, you are bound by the terms of this license agreement. |
    | If you do not agree with the terms of this license, you must abort |
    | the installation process at this point. |
    +--------------------------------------------------------------------+
    Thank you for using PHP.
    /bin/sh /home/yuri/_/php-5.3.29/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/home/yuri/_/php-5.3.29/ext/standard/ -DPHP_ATOM_INC -I/home/yuri/_/php-5.3.29/include -I/home/yuri/_/php-5.3.29/main -I/home/yuri/_/php-5.3.29 -I/home/yuri/_/php-5.3.29/ext/date/lib -I/home/yuri/_/php-5.3.29/ext/ereg/regex -I/usr/include/libxml2 -I/home/yuri/_/php-5.3.29/ext/sqlite3/libsqlite -I/home/yuri/_/php-5.3.29/TSRM -I/home/yuri/_/php-5.3.29/Zend -I/usr/include -g -O2 -fvisibility=hidden -c /home/yuri/_/php-5.3.29/ext/standard/info.c -o ext/standard/info.lo
    /bin/sh /home/yuri/_/php-5.3.29/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/home/yuri/_/php-5.3.29/main/ -DPHP_ATOM_INC -I/home/yuri/_/php-5.3.29/include -I/home/yuri/_/php-5.3.29/main -I/home/yuri/_/php-5.3.29 -I/home/yuri/_/php-5.3.29/ext/date/lib -I/home/yuri/_/php-5.3.29/ext/ereg/regex -I/usr/include/libxml2 -I/home/yuri/_/php-5.3.29/ext/sqlite3/libsqlite -I/home/yuri/_/php-5.3.29/TSRM -I/home/yuri/_/php-5.3.29/Zend -I/usr/include -g -O2 -fvisibility=hidden -c main/internal_functions.c -o main/internal_functions.lo
    /bin/sh /home/yuri/_/php-5.3.29/libtool --silent --preserve-dup-deps --mode=link gcc -export-dynamic -I/usr/include -g -O2 -fvisibility=hidden ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/ereg/ereg.lo ext/ereg/regex/regcomp.lo ext/ereg/regex/regexec.lo ext/ereg/regex/regerror.lo ext/ereg/regex/regfree.lo ext/libxml/libxml.lo ext/openssl/openssl.lo ext/openssl/xp_ssl.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/readelf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_salsa.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/utf8_to_utf16.lo ext/json/utf8_decode.lo ext/json/JSON_parser.lo ext/pdo/pdo.lo ext/pdo/pdo_dbh.lo ext/pdo/pdo_stmt.lo ext/pdo/pdo_sql_parser.lo ext/pdo/pdo_sqlstate.lo ext/pdo_sqlite/pdo_sqlite.lo ext/pdo_sqlite/sqlite_driver.lo ext/pdo_sqlite/sqlite_statement.lo ext/phar/util.lo ext/phar/tar.lo ext/phar/zip.lo ext/phar/stream.lo ext/phar/func_interceptors.lo ext/phar/dirstream.lo ext/phar/phar.lo ext/phar/phar_object.lo ext/phar/phar_path_check.lo ext/posix/posix.lo ext/reflection/php_reflection.lo ext/session/session.lo ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/simplexml/simplexml.lo ext/simplexml/sxe.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/sqlite/sqlite.lo ext/sqlite/sess_sqlite.lo ext/sqlite/pdo_sqlite2.lo ext/sqlite/libsqlite/src/opcodes.lo ext/sqlite/libsqlite/src/parse.lo ext/sqlite/libsqlite/src/encode.lo ext/sqlite/libsqlite/src/auth.lo ext/sqlite/libsqlite/src/btree.lo ext/sqlite/libsqlite/src/build.lo ext/sqlite/libsqlite/src/delete.lo ext/sqlite/libsqlite/src/expr.lo ext/sqlite/libsqlite/src/func.lo ext/sqlite/libsqlite/src/hash.lo ext/sqlite/libsqlite/src/insert.lo ext/sqlite/libsqlite/src/main.lo ext/sqlite/libsqlite/src/os.lo ext/sqlite/libsqlite/src/pager.lo ext/sqlite/libsqlite/src/printf.lo ext/sqlite/libsqlite/src/random.lo ext/sqlite/libsqlite/src/select.lo ext/sqlite/libsqlite/src/table.lo ext/sqlite/libsqlite/src/tokenize.lo ext/sqlite/libsqlite/src/update.lo ext/sqlite/libsqlite/src/util.lo ext/sqlite/libsqlite/src/vdbe.lo ext/sqlite/libsqlite/src/attach.lo ext/sqlite/libsqlite/src/btree_rb.lo ext/sqlite/libsqlite/src/pragma.lo ext/sqlite/libsqlite/src/vacuum.lo ext/sqlite/libsqlite/src/copy.lo ext/sqlite/libsqlite/src/vdbeaux.lo ext/sqlite/libsqlite/src/date.lo ext/sqlite/libsqlite/src/where.lo ext/sqlite/libsqlite/src/trigger.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/tokenizer/tokenizer.lo ext/tokenizer/tokenizer_data.lo ext/xml/xml.lo ext/xml/compat.lo ext/xmlreader/php_xmlreader.lo ext/xmlwriter/php_xmlwriter.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo sapi/cgi/cgi_main.lo sapi/cgi/fastcgi.lo main/internal_functions.lo -lcrypt -lresolv -lcrypt -lrt -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -o sapi/cgi/php-cgi
    ext/openssl/openssl.o: In function `zm_startup_openssl':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:992: undefined reference to `SSL_library_init'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:993: undefined reference to `OpenSSL_add_all_ciphers'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:994: undefined reference to `OpenSSL_add_all_digests'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:995: undefined reference to `OPENSSL_add_all_algorithms_noconf'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:997: undefined reference to `ERR_load_ERR_strings'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:998: undefined reference to `ERR_load_crypto_strings'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:999: undefined reference to `ERR_load_EVP_strings'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1003: undefined reference to `SSL_get_ex_new_index'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1078: undefined reference to `X509_get_default_cert_area'
    ext/openssl/openssl.o: In function `zm_info_openssl':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1108: undefined reference to `SSLeay_version'
    ext/openssl/openssl.o: In function `zm_shutdown_openssl':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1118: undefined reference to `EVP_cleanup'
    ext/openssl/openssl.o: In function `add_assoc_name_entry':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:567: undefined reference to `X509_NAME_entry_count'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:572: undefined reference to `X509_NAME_get_entry'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:573: undefined reference to `X509_NAME_ENTRY_get_object'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:574: undefined reference to `OBJ_obj2nid'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:578: undefined reference to `OBJ_nid2sn'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:593: undefined reference to `X509_NAME_get_entry'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:594: undefined reference to `X509_NAME_ENTRY_get_data'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:595: undefined reference to `ASN1_STRING_type'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:596: undefined reference to `ASN1_STRING_to_UTF8'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:588: undefined reference to `X509_NAME_get_index_by_OBJ'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:567: undefined reference to `X509_NAME_entry_count'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:601: undefined reference to `ASN1_STRING_data'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:602: undefined reference to `ASN1_STRING_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:580: undefined reference to `OBJ_nid2ln'
    ext/openssl/openssl.o: In function `asn1_time_to_time_t':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:647: undefined reference to `ASN1_STRING_type'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:652: undefined reference to `ASN1_STRING_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:652: undefined reference to `ASN1_STRING_data'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:657: undefined reference to `ASN1_STRING_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:662: undefined reference to `ASN1_STRING_data'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:668: undefined reference to `ASN1_STRING_length'
    ext/openssl/openssl.o: In function `setup_verify':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1686: undefined reference to `X509_STORE_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1728: undefined reference to `X509_LOOKUP_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1728: undefined reference to `X509_STORE_add_lookup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1730: undefined reference to `X509_LOOKUP_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1734: undefined reference to `X509_LOOKUP_hash_dir'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1734: undefined reference to `X509_STORE_add_lookup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1736: undefined reference to `X509_LOOKUP_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1709: undefined reference to `X509_LOOKUP_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1709: undefined reference to `X509_STORE_add_lookup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1710: undefined reference to `X509_LOOKUP_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1717: undefined reference to `X509_LOOKUP_hash_dir'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1717: undefined reference to `X509_STORE_add_lookup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1718: undefined reference to `X509_LOOKUP_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1728: undefined reference to `X509_LOOKUP_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1728: undefined reference to `X509_STORE_add_lookup'
    ext/openssl/openssl.o: In function `php_sk_X509_free':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1786: undefined reference to `X509_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1784: undefined reference to `sk_pop'
    ext/openssl/openssl.o: In function `zif_openssl_pkcs12_read':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2024: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2024: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2026: undefined reference to `BIO_write'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2092: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2095: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2098: undefined reference to `X509_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2029: undefined reference to `d2i_PKCS12_bio'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2030: undefined reference to `PKCS12_parse'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2036: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2036: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2037: undefined reference to `PEM_write_bio_X509'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2044: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2046: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2046: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2047: undefined reference to `PEM_write_bio_PrivateKey'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2054: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2073: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2075: undefined reference to `X509_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2061: undefined reference to `sk_pop'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2064: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2064: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2065: undefined reference to `PEM_write_bio_X509'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2067: undefined reference to `BIO_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2078: undefined reference to `sk_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2086: undefined reference to `PKCS12_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2049: undefined reference to `BIO_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2039: undefined reference to `BIO_ctrl'
    ext/openssl/openssl.o: In function `php_openssl_dispose_config':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:859: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:863: undefined reference to `CONF_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:867: undefined reference to `CONF_free'
    ext/openssl/openssl.o: In function `php_openssl_load_rand_file':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:884: undefined reference to `RAND_egd'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:883: undefined reference to `RAND_file_name'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:890: undefined reference to `RAND_load_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:891: undefined reference to `RAND_status'
    ext/openssl/openssl.o: In function `php_openssl_write_rand_file':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:916: undefined reference to `RAND_write_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:914: undefined reference to `RAND_file_name'
    ext/openssl/openssl.o: In function `php_openssl_generate_private_key':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2855: undefined reference to `CONF_get_string'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2858: undefined reference to `EVP_PKEY_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2909: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2885: undefined reference to `DH_generate_parameters'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2889: undefined reference to `DH_get_default_method'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2889: undefined reference to `DH_set_method'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2890: undefined reference to `DH_check'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2895: undefined reference to `DH_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2861: undefined reference to `RSA_generate_key'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2861: undefined reference to `EVP_PKEY_assign'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2868: undefined reference to `DSA_generate_parameters'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2870: undefined reference to `DSA_get_default_method'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2870: undefined reference to `DSA_set_method'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2871: undefined reference to `DSA_generate_key'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2872: undefined reference to `EVP_PKEY_assign'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2876: undefined reference to `DSA_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2890: undefined reference to `DH_generate_key'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2891: undefined reference to `EVP_PKEY_assign'
    ext/openssl/openssl.o: In function `zif_openssl_pkey_get_details':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3282: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3282: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3283: undefined reference to `PEM_write_bio_PUBKEY'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3284: undefined reference to `BIO_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3287: undefined reference to `EVP_PKEY_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3292: undefined reference to `EVP_PKEY_type'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3361: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3302: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3302: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3303: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3303: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3304: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3304: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3305: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3305: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3306: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3306: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3307: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3307: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3308: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3308: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3309: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3309: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3325: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3325: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3326: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3326: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3327: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3327: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3328: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3328: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3329: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3329: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3342: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3342: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3343: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3343: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3344: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3344: undefined reference to `BN_bn2bin'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3345: undefined reference to `BN_num_bits'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3345: undefined reference to `BN_bn2bin'
    ext/openssl/openssl.o: In function `verify_callback':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4408: undefined reference to `X509_STORE_CTX_get_current_cert'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4409: undefined reference to `X509_STORE_CTX_get_error'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4410: undefined reference to `X509_STORE_CTX_get_error_depth'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4413: undefined reference to `SSL_get_ex_data_X509_STORE_CTX_idx'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4413: undefined reference to `X509_STORE_CTX_get_ex_data'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4414: undefined reference to `SSL_get_ex_data'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4427: undefined reference to `X509_STORE_CTX_set_error'
    ext/openssl/openssl.o: In function `zif_openssl_get_md_methods':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4663: undefined reference to `OBJ_NAME_do_all_sorted'
    ext/openssl/openssl.o: In function `zif_openssl_get_cipher_methods':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4679: undefined reference to `OBJ_NAME_do_all_sorted'
    ext/openssl/openssl.o: In function `zif_openssl_digest':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4700: undefined reference to `EVP_get_digestbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4706: undefined reference to `EVP_MD_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4709: undefined reference to `EVP_DigestInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4710: undefined reference to `EVP_DigestUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4711: undefined reference to `EVP_DigestFinal'
    ext/openssl/openssl.o: In function `zif_openssl_dh_compute_key':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4965: undefined reference to `EVP_PKEY_type'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4969: undefined reference to `BN_bin2bn'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4971: undefined reference to `DH_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4972: undefined reference to `DH_compute_key'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4982: undefined reference to `BN_free'
    ext/openssl/openssl.o: In function `zif_openssl_random_pseudo_bytes':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:5010: undefined reference to `RAND_pseudo_bytes'
    ext/openssl/openssl.o: In function `zif_openssl_error_string':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4079: undefined reference to `ERR_get_error'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4081: undefined reference to `ERR_error_string'
    ext/openssl/openssl.o: In function `zif_openssl_cipher_iv_length':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4938: undefined reference to `EVP_get_cipherbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4944: undefined reference to `EVP_CIPHER_iv_length'
    ext/openssl/openssl.o: In function `zif_openssl_encrypt':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4780: undefined reference to `EVP_get_cipherbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4786: undefined reference to `EVP_CIPHER_key_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4795: undefined reference to `EVP_CIPHER_iv_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4801: undefined reference to `EVP_CIPHER_block_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4804: undefined reference to `EVP_EncryptInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4808: undefined reference to `EVP_EncryptInit_ex'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4810: undefined reference to `EVP_EncryptUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4813: undefined reference to `EVP_EncryptFinal'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4836: undefined reference to `EVP_CIPHER_CTX_cleanup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4806: undefined reference to `EVP_CIPHER_CTX_set_key_length'
    ext/openssl/openssl.o: In function `zif_openssl_decrypt':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4864: undefined reference to `EVP_get_cipherbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4880: undefined reference to `EVP_CIPHER_key_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4889: undefined reference to `EVP_CIPHER_iv_length'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4891: undefined reference to `EVP_CIPHER_block_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4894: undefined reference to `EVP_DecryptInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4898: undefined reference to `EVP_DecryptInit_ex'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4899: undefined reference to `EVP_DecryptUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4901: undefined reference to `EVP_DecryptFinal'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4918: undefined reference to `EVP_CIPHER_CTX_cleanup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4896: undefined reference to `EVP_CIPHER_CTX_set_key_length'
    ext/openssl/openssl.o: In function `php_openssl_csr_from_zval':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2295: undefined reference to `BIO_new_mem_buf'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2297: undefined reference to `PEM_read_bio_X509_REQ'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2298: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2293: undefined reference to `BIO_new_file'
    ext/openssl/openssl.o: In function `zif_openssl_csr_export':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2376: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2376: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2381: undefined reference to `PEM_write_bio_X509_REQ'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2394: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2392: undefined reference to `X509_REQ_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2384: undefined reference to `BIO_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2378: undefined reference to `X509_REQ_print'
    ext/openssl/openssl.o: In function `zif_openssl_csr_get_public_key':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2662: undefined reference to `X509_REQ_get_pubkey'
    ext/openssl/openssl.o: In function `php_openssl_x509_from_zval':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1200: undefined reference to `BIO_new_mem_buf'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1205: undefined reference to `d2i_X509'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1205: undefined reference to `PEM_ASN1_read_bio'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1209: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1191: undefined reference to `BIO_new_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1195: undefined reference to `PEM_read_bio_X509'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1196: undefined reference to `BIO_free'
    ext/openssl/openssl.o: In function `zif_openssl_x509_export_to_file':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1247: undefined reference to `BIO_new_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1252: undefined reference to `PEM_write_bio_X509'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1261: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1250: undefined reference to `X509_print'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1259: undefined reference to `X509_free'
    ext/openssl/openssl.o: In function `zif_openssl_x509_export':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1286: undefined reference to `BIO_s_mem'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1286: undefined reference to `BIO_new'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1290: undefined reference to `PEM_write_bio_X509'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1294: undefined reference to `BIO_ctrl'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1303: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1301: undefined reference to `X509_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1288: undefined reference to `X509_print'
    ext/openssl/openssl.o: In function `php_openssl_evp_from_zval':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2813: undefined reference to `BIO_new_mem_buf'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2811: undefined reference to `BIO_new_file'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2819: undefined reference to `PEM_read_bio_PrivateKey'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2820: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2826: undefined reference to `X509_get_pubkey'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2830: undefined reference to `X509_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2795: undefined reference to `BIO_new_mem_buf'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2800: undefined reference to `PEM_read_bio_PUBKEY'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2801: undefined reference to `BIO_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2826: undefined reference to `X509_get_pubkey'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:2793: undefined reference to `BIO_new_file'
    ext/openssl/openssl.o: In function `zif_openssl_private_encrypt':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3844: undefined reference to `EVP_PKEY_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3850: undefined reference to `RSA_private_encrypt'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3871: undefined reference to `EVP_PKEY_free'
    ext/openssl/openssl.o: In function `zif_openssl_private_decrypt':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3902: undefined reference to `EVP_PKEY_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3908: undefined reference to `RSA_private_decrypt'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3934: undefined reference to `EVP_PKEY_free'
    ext/openssl/openssl.o: In function `zif_openssl_public_encrypt':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3967: undefined reference to `EVP_PKEY_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3973: undefined reference to `RSA_public_encrypt'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:3992: undefined reference to `EVP_PKEY_free'
    ext/openssl/openssl.o: In function `zif_openssl_public_decrypt':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4026: undefined reference to `EVP_PKEY_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4032: undefined reference to `RSA_public_decrypt'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4063: undefined reference to `EVP_PKEY_free'
    ext/openssl/openssl.o: In function `zif_openssl_sign':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4129: undefined reference to `EVP_PKEY_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4132: undefined reference to `EVP_DigestInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4133: undefined reference to `EVP_DigestUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4134: undefined reference to `EVP_SignFinal'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4143: undefined reference to `EVP_MD_CTX_cleanup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4145: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4119: undefined reference to `EVP_get_digestbyname'
    ext/openssl/openssl.o: In function `zif_openssl_verify':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4191: undefined reference to `EVP_DigestInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4192: undefined reference to `EVP_DigestUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4193: undefined reference to `EVP_VerifyFinal'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4194: undefined reference to `EVP_MD_CTX_cleanup'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4175: undefined reference to `EVP_get_digestbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4197: undefined reference to `EVP_PKEY_free'
    ext/openssl/openssl.o: In function `zif_openssl_seal':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4232: undefined reference to `EVP_get_cipherbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4259: undefined reference to `EVP_PKEY_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4264: undefined reference to `EVP_EncryptInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4316: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4275: undefined reference to `EVP_CIPHER_CTX_block_size'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4277: undefined reference to `EVP_SealInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4277: undefined reference to `EVP_EncryptUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4283: undefined reference to `EVP_SealFinal'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4238: undefined reference to `EVP_rc4'
    ext/openssl/openssl.o: In function `zif_openssl_open':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4356: undefined reference to `EVP_get_cipherbyname'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4367: undefined reference to `EVP_OpenInit'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4367: undefined reference to `EVP_DecryptUpdate'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4371: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4368: undefined reference to `EVP_OpenFinal'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4362: undefined reference to `EVP_rc4'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:4383: undefined reference to `EVP_PKEY_free'
    ext/openssl/openssl.o: In function `zif_openssl_x509_check_private_key':
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1327: undefined reference to `X509_check_private_key'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1331: undefined reference to `EVP_PKEY_free'
    /home/yuri/_/php-5.3.29/ext/openssl/openssl.c:1334: undefined reference to `X509_free'
    ext/openssl/openssl.o: In function `zif_openssl_x509_parse':
    /hom

    Which one is it supposed to be? I have both versions installed side-by-side in /usr/lib, the prefix was /usr. Also, I was thinking about openssl installing header files into /usr/include. Aren't they needed to compile this php extension? openssl098 basically installs just the library:
    $ pacaur -Ql openssl098
    openssl098 /usr/
    openssl098 /usr/bin/
    openssl098 /usr/bin/openssl098
    openssl098 /usr/lib/
    openssl098 /usr/lib/libcrypto.so.0.9.8
    openssl098 /usr/lib/libssl.so.0.9.8
    openssl098 /usr/share/
    openssl098 /usr/share/licenses/
    openssl098 /usr/share/licenses/openssl098
    Maybe I should go with compiling openssl from sources after all...
    On a side note
    x33a wrote:In case you do try out an older version, make sure to use one with the heartbleed patch.
    Does it matter? I'm going to use it for development.

  • [SOLVED] Cannot build lightspark

    Hi,
    I have tried to build lightspark 0.7.2-1 and lightspark-git 20130215-2 from AUR but it always fails with same errors: "A failure occurred in build().".
    I also tried to modify the pkgver to 0.7.1 in the lightspark PKGBUILD to see if it was verion related, but it didn't change anything.
    Here is the output of lightspark 0.7.2-1 (note that I temporarily changed the locale to English to post it on the forum):
    bp@bp-laptop ~
    > yaourt -S lightspark
    ==> Downloading lightspark PKGBUILD from AUR...
    bsdtar: Failed to set default locale
    x PKGBUILD
    x lightspark.install
    Comment by tsester (2013-02-02 15:00)
    it takes too much ram while compiling
    Comment by FredBezies (2013-04-30 11:03)
    0.7.2 PKGBUILD : http://pastebin.com/JR8xT9T7
    Comment by cactaur (2013-06-20 18:41)
    When I tried to build, I got that it failed with an error:
    [ 4%] Building CXX object src/CMakeFiles/spark.dir/scripting/abc.cpp.o
    /home/gregory/lightspark/src/lightspark-0.7.2/src/scripting/abc.cpp:26:25: fatal error: llvm/Module.h: No such file or directory
    #include llvm/Module.h
    Apparently this had to do with a change in naming in LLVM 3.3, which is now released, and that broke the code.
    https://bugs.launchpad.net/lightspark/+bug/1157158
    The issue was fixed in the development version, but hasn't been officially released yet. I'm not sure if there's a workaround for this release that can be incorporated into the PKGBUILD or if it should just stay broken until the official upstream release, but in the meantime, the lightspark-git package should provide a program that compiles. Just thought I'd give a heads-up.
    Comment by the-kyle (2013-08-09 17:39)
    I am seeing errors similar to the following when I try to build this package.
    In file included from /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/scripting/flash/net/flashnet.h:29:0,
    from /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/swf.h:32,
    from /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/scripting/class.h:27,
    from /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/scripting/toplevel/ASString.h:23,
    from /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/allclasses.cpp:20:
    /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/backends/decoder.h:31:30: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ was not declared in this scope
    #define MAX_AUDIO_FRAME_SIZE AVCODEC_MAX_AUDIO_FRAME_SIZE
    ^
    /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/backends/decoder.h:201:19: note: in expansion of macro ‘MAX_AUDIO_FRAME_SIZE’
    int16_t samples[MAX_AUDIO_FRAME_SIZE/2];
    ^
    /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/backends/decoder.h: In constructor ‘lightspark::AudioDecoder::FrameSamples::FrameSamples()’:
    /tmp/packerbuild-1000/lightspark/lightspark/src/lightspark-0.7.2/src/backends/decoder.h:206:26: error: ‘samples’ was not declared in this scope
    FrameSamples():current(samples),len(0),time(0){}
    ^
    make[2]: *** [src/CMakeFiles/spark.dir/asobject.cpp.o] Error 1
    I only included one such error here, but these appear to be numerous. Am I missing a package that hasn't been included as a dependency? I'm building on a 64-bit system with 8 processor cores that satisfies all the dependencies listed above.
    Comment by dlh (2013-08-13 15:39)
    I have the same issue as @the-kyle
    lightspark 0.7.2-1 (Sat Feb 11 02:47:02 CET 2012)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> lightspark dependencies:
    - gtk2 (already installed)
    - ffmpeg (already installed)
    - glew (already installed)
    - curl (already installed)
    - boost-libs (already installed)
    - libxml++ (already installed)
    - desktop-file-utils (already installed)
    - hicolor-icon-theme (already installed)
    - cmake (already installed)
    - nasm (already installed)
    - xulrunner (already installed)
    - llvm (already installed)
    - glproto (already installed)
    - boost (already installed)
    - fontconfig (already installed)
    ==> Edit lightspark.install ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==> n
    ==> Continue building lightspark ? [Y/n]
    ==> ------------------------------------
    ==>
    ==> Building and installing package
    ==> Making package: lightspark 0.7.2-1 (Sat Aug 17 12:44:43 CEST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading lightspark-0.7.2.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    100 933k 100 933k 0 0 482k 0 0:00:01 0:00:01 --:--:-- 756k
    -> Downloading lightspark-0.7.2.tar.gz.asc...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    100 490 100 490 0 0 848 0 --:--:-- --:--:-- --:--:-- 848
    ==> Validating source files with md5sums...
    lightspark-0.7.2.tar.gz ... Passed
    lightspark-0.7.2.tar.gz.asc ... Skipped
    ==> Verifying source file signatures with gpg...
    lightspark-0.7.2.tar.gz ... FAILED (unknown public key B96B97E45A52AE91)
    ==> WARNING: Warnings have occurred while verifying the signatures.
    Please make sure you really trust them.
    ==> Extracting sources...
    -> Extracting lightspark-0.7.2.tar.gz with bsdtar
    bsdtar: Failed to set default locale
    ==> Starting build()...
    -- The C compiler identification is GNU 4.8.1
    -- The CXX compiler identification is GNU 4.8.1
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Performing Test GCC_IS_4_6
    -- Performing Test GCC_IS_4_6 - Success
    -- Found gnash path: /usr/bin/gtk-gnash
    -- The ASM-NASM compiler identification is unknown
    -- Found assembler: /usr/bin/nasm
    -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
    -- LLVM llvm-config found at: /usr/bin/llvm-config
    -- LLVM version: 3.3
    -- Looking for C++ include llvm/Support/TargetSelect.h
    -- Looking for C++ include llvm/Support/TargetSelect.h - found
    -- HAVE_SUPPORT_TARGETSELECT_H: 1
    -- Looking for C++ include llvm/IRBuilder.h
    -- Looking for C++ include llvm/IRBuilder.h - not found
    -- HAVE_IRBUILDER_H:
    -- Looking for C++ include llvm/DataLayout.h
    -- Looking for C++ include llvm/DataLayout.h - not found
    -- HAVE_DATALAYOUT_H:
    -- LLVM CXX flags: -I/usr/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fvisibility-inlines-hidden -fno-exceptions -fPIC -Woverloaded-virtual -Wcast-qual
    -- LLVM LD flags: -L/usr/lib -lz -lpthread -lffi -ldl -lm
    -- LLVM core libs: -lLLVMLinker-lLLVMBitWriter-lLLVMBitReader-lLLVMInstrumentation-lLLVMipo-lLLVMObjCARCOpts-lLLVMVectorize-lLLVMScalarOpts-lLLVMInstCombine-lLLVMTransformUtils-lLLVMipa-lLLVMAnalysis-lLLVMTarget-lLLVMMC-lLLVMObject-lLLVMCore-lLLVMSupport
    -- LLVM JIT libs: -lLLVMX86Disassembler-lLLVMX86AsmParser-lLLVMX86CodeGen-lLLVMSelectionDAG-lLLVMAsmPrinter-lLLVMMCParser-lLLVMX86Desc-lLLVMX86Info-lLLVMX86AsmPrinter-lLLVMX86Utils-lLLVMJIT-lLLVMRuntimeDyld-lLLVMExecutionEngine-lLLVMCodeGen-lLLVMObjCARCOpts-lLLVMScalarOpts-lLLVMInstCombine-lLLVMTransformUtils-lLLVMipa-lLLVMAnalysis-lLLVMTarget-lLLVMMC-lLLVMObject-lLLVMCore-lLLVMSupport
    -- LLVM JIT objs:
    -- Found LLVM: /usr/include
    -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
    -- Found Freetype: /usr/lib64/libfreetype.so
    -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
    -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
    -- Looking for gethostbyname
    -- Looking for gethostbyname - found
    -- Looking for connect
    -- Looking for connect - found
    -- Looking for remove
    -- Looking for remove - found
    -- Looking for shmat
    -- Looking for shmat - found
    -- Looking for IceConnectionNumber in ICE
    -- Looking for IceConnectionNumber in ICE - found
    -- Found X11: /usr/lib64/libX11.so
    -- Found OpenGL: /usr/lib64/libGL.so
    -- Found GLEW: /usr/lib64/libGLEW.so
    -- Found PCRE: /usr/lib64/libpcre.so
    -- Found JPEG: /usr/lib64/libjpeg.so
    -- Found PNG: /usr/lib64/libpng.so (found version "1.6.3")
    -- checking for module 'libxml++-2.6>=2.33.1'
    -- found libxml++-2.6, version 2.36.0
    -- checking for module 'liblzma'
    -- found liblzma, version 5.0.5
    -- Boost version: 1.54.0
    -- Found the following Boost libraries:
    -- filesystem
    -- system
    -- checking for modules 'cairo;pangocairo'
    -- found cairo, version 1.12.14
    -- found pangocairo, version 1.34.1
    -- checking for module 'x11'
    -- found x11, version 1.6.1
    -- checking for modules 'libavcodec;libavutil;libavformat'
    -- found libavcodec, version 55.18.102
    -- found libavutil, version 52.38.100
    -- found libavformat, version 55.12.100
    -- Looking for avcodec_decode_video2
    -- Looking for avcodec_decode_video2 - found
    -- Looking for avcodec_decode_audio3
    -- Looking for avcodec_decode_audio3 - found
    -- Looking for avcodec_decode_audio4
    -- Looking for avcodec_decode_audio4 - found
    -- Looking for avio_alloc_context
    -- Looking for avio_alloc_context - found
    -- Looking for avcodec_alloc_context3
    -- Looking for avcodec_alloc_context3 - found
    -- Looking for avcodec_open2
    -- Looking for avcodec_open2 - found
    -- Looking for avformat_close_input
    -- Looking for avformat_close_input - found
    -- Looking for avformat_find_stream_info
    -- Looking for avformat_find_stream_info - found
    -- checking for module 'glib-2.0'
    -- found glib-2.0, version 2.36.3
    -- checking for module 'gthread-2.0'
    -- found gthread-2.0, version 2.36.3
    -- checking for module 'gmodule-2.0'
    -- found gmodule-2.0, version 2.36.3
    -- checking for module 'glibmm-2.4'
    -- found glibmm-2.4, version 2.36.2
    -- checking for module 'gtk+-2.0'
    -- found gtk+-2.0, version 2.24.20
    -- checking for module 'libcurl'
    -- found libcurl, version 7.32.0
    -- checking for module 'librtmp'
    -- found librtmp, version v2.4
    -- Looking for C++ include atomic
    -- Looking for C++ include atomic - found
    -- checking for module 'libpulse'
    -- found libpulse, version 4.0
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/bld
    Scanning dependencies of target translations
    [ 1%] Scanning dependencies of target spark
    [ 2%] [ 3%] Generating fr.gmo
    Generating pl.gmo
    Generating zh_CN.gmo
    [ 3%] Built target translations
    [ 4%] [ 5%] [ 6%] [ 7%] Building CXX object src/CMakeFiles/spark.dir/compat.cpp.o
    Building CXX object src/CMakeFiles/spark.dir/allclasses.cpp.o
    Building CXX object src/CMakeFiles/spark.dir/asobject.cpp.o
    Building CXX object src/CMakeFiles/spark.dir/logger.cpp.o
    [ 8%] Building CXX object src/CMakeFiles/spark.dir/memory_support.cpp.o
    [ 9%] Building CXX object src/CMakeFiles/spark.dir/swf.cpp.o
    In file included from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/flash/net/flashnet.h:29:0,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.h:32,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/class.h:27,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/toplevel/ASString.h:23,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/allclasses.cpp:20:
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:31:30: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' was not declared in this scope
    #define MAX_AUDIO_FRAME_SIZE AVCODEC_MAX_AUDIO_FRAME_SIZE
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:201:19: note: in expansion of macro 'MAX_AUDIO_FRAME_SIZE'
    int16_t samples[MAX_AUDIO_FRAME_SIZE/2];
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h: In constructor 'lightspark::AudioDecoder::FrameSamples::FrameSamples()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:206:26: error: 'samples' was not declared in this scope
    FrameSamples():current(samples),len(0),time(0){}
    ^
    In file included from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/flash/net/flashnet.h:29:0,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.h:32,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/class.h:27,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/parsing/tags.h:29,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/abc.h:25,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/asobject.cpp:20:
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:31:30: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' was not declared in this scope
    #define MAX_AUDIO_FRAME_SIZE AVCODEC_MAX_AUDIO_FRAME_SIZE
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:201:19: note: in expansion of macro 'MAX_AUDIO_FRAME_SIZE'
    int16_t samples[MAX_AUDIO_FRAME_SIZE/2];
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h: In constructor 'lightspark::AudioDecoder::FrameSamples::FrameSamples()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:206:26: error: 'samples' was not declared in this scope
    FrameSamples():current(samples),len(0),time(0){}
    ^
    In file included from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/flash/net/flashnet.h:29:0,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.h:32,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/memory_support.cpp:21:
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:31:30: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' was not declared in this scope
    #define MAX_AUDIO_FRAME_SIZE AVCODEC_MAX_AUDIO_FRAME_SIZE
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:201:19: note: in expansion of macro 'MAX_AUDIO_FRAME_SIZE'
    int16_t samples[MAX_AUDIO_FRAME_SIZE/2];
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h: In constructor 'lightspark::AudioDecoder::FrameSamples::FrameSamples()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:206:26: error: 'samples' was not declared in this scope
    FrameSamples():current(samples),len(0),time(0){}
    ^
    In file included from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/flash/net/flashnet.h:29:0,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.h:32,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/class.h:27,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/parsing/tags.h:29,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/scripting/abc.h:25,
    from /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:23:
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:31:30: error: 'AVCODEC_MAX_AUDIO_FRAME_SIZE' was not declared in this scope
    #define MAX_AUDIO_FRAME_SIZE AVCODEC_MAX_AUDIO_FRAME_SIZE
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:201:19: note: in expansion of macro 'MAX_AUDIO_FRAME_SIZE'
    int16_t samples[MAX_AUDIO_FRAME_SIZE/2];
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h: In constructor 'lightspark::AudioDecoder::FrameSamples::FrameSamples()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/backends/decoder.h:206:26: error: 'samples' was not declared in this scope
    FrameSamples():current(samples),len(0),time(0){}
    ^
    make[2]: *** [src/CMakeFiles/spark.dir/allclasses.cpp.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[2]: *** [src/CMakeFiles/spark.dir/asobject.cpp.o] Error 1
    make[2]: *** [src/CMakeFiles/spark.dir/memory_support.cpp.o] Error 1
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp: In function 'lightspark::SystemState* lightspark::getSys()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:58:35: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 'g_private_get' instead [-Wdeprecated-declarations]
    SystemState* ret = (SystemState*)g_static_private_get(&tls_system);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:58:67: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 'g_private_get' instead [-Wdeprecated-declarations]
    SystemState* ret = (SystemState*)g_static_private_get(&tls_system);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp: In function 'void lightspark::setTLSSys(lightspark::SystemState*)':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:64:9: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 'g_private_set' instead [-Wdeprecated-declarations]
    g_static_private_set(&tls_system,sys,NULL);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:64:50: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 'g_private_set' instead [-Wdeprecated-declarations]
    g_static_private_set(&tls_system,sys,NULL);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp: In function 'lightspark::ParseThread* lightspark::getParseThread()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:70:34: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 'g_private_get' instead [-Wdeprecated-declarations]
    ParseThread* pt = (ParseThread*)g_static_private_get(&parse_thread_tls);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:70:72: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 'g_private_get' instead [-Wdeprecated-declarations]
    ParseThread* pt = (ParseThread*)g_static_private_get(&parse_thread_tls);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp: In member function 'virtual void lightspark::ParseThread::execute()':
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:1274:2: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 'g_private_set' instead [-Wdeprecated-declarations]
    g_static_private_set(&parse_thread_tls,this,NULL);
    ^
    /tmp/yaourt-tmp-bp/aur-lightspark/src/lightspark-0.7.2/src/swf.cpp:1274:50: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 'g_private_set' instead [-Wdeprecated-declarations]
    g_static_private_set(&parse_thread_tls,this,NULL);
    ^
    make[2]: *** [src/CMakeFiles/spark.dir/swf.cpp.o] Error 1
    make[1]: *** [src/CMakeFiles/spark.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build lightspark.
    ==> Restart building lightspark ? [y/N]
    ==> -----------------------------------
    ==>
    I can't find if it is related to the lighspark code or if it is specific to Arch Linux.
    Last edited by mau5kito (2013-08-17 14:48:24)

    It seems lightspark was written for an old version of ffmpeg.  I was able to solve some problems with patches, but more and more would keep popping up.
    There is a -git version which should work.  I'm compiling it now to verify - and so far so good (but it's taking a while on my old hardware).
    EDIT: confirmed, lightspark-git builds fine.
    Last edited by Trilby (2013-08-17 12:37:31)

  • Flash Builder 4 (not beta) for Air 2

    Hi,
    having worked with the Flash Builder 4 Beta 2 for a while on a project that targets the Air 2 platform, I tried to import my Flex project into the new Flash Builder 4.
    Unfortunately things seem to be handled differently compared to the beta release: Overlaying the Adobe AIR SDK for use with the Flex SDK (http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#How_to_overlay_the_Adobe_AIR_SDK_ for_use_with_the_Flex_SDK) does not seem to work, or am I missing something?
    For example, I get error messages like 'Could not resolve <mx:Canvas> to a component implementation.'. OK, I tried what FB would do when I create a new Flex project, and found that the namespace for mx components had changed from xmlns:mx="library://ns.adobe.com/flex/halo" to xmlns:mx="library://ns.adobe.com/flex/mx". But applying this change to my project didn't get me much further....
    Is there a readme for people like me who just want to move from the FB 4 Beta 2 to the new FB 4 with their Air 2 projects??
    Thanks to all of you in advance
    Roland

    1) Make sure you project is pointing to the right SDK after you imported
    2) Make sure that SDK name is in your preferences Flash Builder > Installed Flex SDKs and it points to the right location
    Sounds like you're overlaying AIR 2 over SDK 4.0.0 correct? There was an issue in Beta 2 about this http://blogs.adobe.com/jasonsj/2010/02/workaround_for_using_the_latest_nightly_sdk_40_buil ds_with_flash_builder_beta_2.html. In the final relase of Flash Builder 4, you no longer need to apply this fix.
    If that's not the issue, an easy way to debug is to look at the "Referenced Libraries" in Package Explorer and verify (1) the right SWCs are there and (2) you can expand the SWCs and see all the classes that should be there.
    Jason San Jose
    Software Engineer, Flash Builder

  • Solved issues with my Macbook Pro freezing

    My Macbook Pro would freeze from time to time.  I could move the mouse and I could hit return with success but couldn't click the mouse at all.  I would have to manually power down and restart to solve the issue.  I tried all sorts of things to solve this.  Thought it was iTunes, Outlook, videos.  But there was nothing consistent. 
    It just happened again and of couse I was crazily clicking anything when I realized I could "right click" and see drop downs.  I just couldn't use the mouse to make a selection.  I could possibly arrow over and hit return but could not click.  It made me wonder if it was my mouse or trackpad.  (Be easy on me.  I'm not a Mac expert by a long shot.) 
    During my crazy random right-clicking, I hovered over the bluetooth connections and noticed my mouse which made me think.  I never had a problem while at home (aka no mouse) AND at work my wireless mouse was always there - a constant.  So I removed the batteries and voila, my clicking issues were solved.
    I am adding this to the forum in case there are others like myself searching for solutions.  It's just one more thing to try before you lose it. 

    Just tried that and it didn't help. I actually was having so many issues with Safari that I downloaded Firefox. It ran a bit better but I still have issues with sluggishness...
    I'm actually using Firefox right now.

Maybe you are looking for

  • Printing--Linewrap/Metadata/Font-size?

    Running Lightroom 1.2 on WindowsXP. Three questions about printing: 1) Is is possible to wrap lines in the Identity Plate? Ideally, I would like to force a hard line break between Name and Location or Name and Date, such as: Yosemite National Park 20

  • PO to SO creation in same client

    Hello Friends!                     Is there any standard configuration by which i can create Purchase order and then against that PO i can create sales order in the same client? i dont want to do it by programs,,,want a standard configuration like ID

  • What is this syntax:   PERFORM Calculate_Production USING fs index.

    Hi all, I did not understand the <fs>. What is this <>. For what purpose is this used? Thanks in advance. Deniz.

  • How do I disable Computrace on Yoga 13

    I have found that having Computrace enabled seems to be preventing me from updating my Yoga 13 BIOS. Whenever I try the BIOS update I get an error: ''the system is currently under Intel Ant-Theft Technology 4.0 protection. Please un-enroll the client

  • Re.Installationof Oracle 8i on Linux 7.1

    dear sir, I am System Adminstrator and DBA in Oracle.I am working in Microcon International Ltd in Bangalore,India. The problem is that when i am tryingt to install Oracle 8i on Linux7.1 it is not installing ang giving message as Display setting to d