[SOLVED] Package installed - Directory missing

Hi guys,
while I've been a passive reader for a long time, this is my first post.
I used the search function, so if my question was answered before, please forgive me.
Some Time ago, I installed the apache package and later uninstalled it again.
I deleted /srv/* afterwards, since it was just sitting there and wasn't really needed.
Now, when I try to reinstall apache, /srv/http for example is not being created during the install or afterwards.
It's simply not there.
I can't imagine this to be a serious problem, but I'd really appreciate it, if you could point me in the right direction.
Last edited by legi0n (2011-12-17 09:11:49)

Duh!
You're right.
I somehow expected it to be created.
/Solved.
Thanks again.

Similar Messages

  • [SOLVED] Fresh Install - LXDE - Missing Window Decorations

    Hi folks,
    I just did a fresh install on my netbook (Asus 1000h) which went flawless as allways. I did install Xorg, the relevant intel drivers, some small stuff like screen and the like and then went on to install LXDE as the desktop environment + the murrine gtk engine and some murrine themes. Everything is working, the murrine theme etc, except one thing: The window decorations are missing completely.
    This is the first time sth. like that happened to me after a fresh install and I'm not really sure what could be missing and 3 hours after trying to delete my ~/.config ~./local folders (I'm using a backup of my ~ - I've checked permissions etc.) I'm ranning out of ideas. I'd be glad for any pointers as to how to debug this or what could possibly cause this.
    Thanks in advance.
    Last edited by chimeric (2009-05-07 11:50:41)

    LXDE does not provide a window manager (and window decorator). They just strongly advise to use OpenBox. On ArchLinux, the group of packages "lxde" doesn't install OpenBox, so you have to install it by yourself, or install another WM. Then, you will need to configure the way you launch X so OpenBox is used.
    You may refer to http://lxde.org/lxde .
    Last edited by Cilyan (2009-05-07 11:08:04)

  • [SOLVED]Cannot install Yaourt- missing required signature

    I'm trying to install Yaourt whole afternoon but all I get a message that signature is missing.I even tried to make PKGBUILD but it ends with same message.
    nino@nino ~]$ sudo pacman -S yaourt
    resolving dependencies...
    looking for inter-conflicts...
    Targets (3): package-query-1.1-2 yajl-2.0.4-1 yaourt-1.2.1-1
    Total Installed Size: 0.66 MiB
    Proceed with installation? [Y/n] y
    (3/3) checking package integrity [-------------------] 100%
    error: package-query: missing required signature
    error: yaourt: missing required signature
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    Last edited by 10PinkPanther (2012-11-20 06:45:56)

    I think this should be easy, you need to ¿regenerate? your pacman keys.
    Open 2 terminals, one should run "ls -R /" which is an intensive work (needed for the process, you can just run any other intensive script, but this one is harmless, just lists everything on your harddrive.
    After a while, on the other termnal, you must run
    pacman-key --init
    pacman-key --populate archlinux
    and you should be done
    source: arch wiki Pacman-key https://wiki.archlinux.org/index.php/Pa … he_keyring

  • Checking a package install directory with pacman

    Hello fellow archers.
    How do I check where pacman installed a package without having to look for the PKGBUILD manually?
    It's annoying to hunt where a binary is put in after package installation.
    Thanks in advance.

    Xyne wrote:
    arkham wrote:
    why not
    pacman -Ql <pkg_name> | grep '/usr/bin'
    It's easier to remember and to type...
    That would miss all binaries in '/bin'.
    The best might be to use
    pacman -Ql <pkg_name> | grep '/bin'
    and just visually filter anything that happens to be on a path with a bin* dir in it (/home/grandma/bingo_cards/etc)

  • [Solved] Packages installed, but cmake can't find them

    Hello all,
    I'm trying to build the new version of Slingshot, called new-slingshot. I've made the following PKGBUILD, but get an error when during the cmake part.
    PKGBUILD:
    pkgname=new-slingshot
    pkgver=latest
    pkgrel=1
    pkgdesc="New version of elementary's launcher Slingshot."
    arch=('i686' 'x86_64')
    url="https://code.launchpad.net/~slingshot-devs/"
    license=('GPL2')
    depends=('libgee' 'gnome-menus' 'granite-bzr' 'zeitgeist')
    makedepends=('bzr' 'cmake')
    optdepends=('wingpanel-bzr: panel to go with the Pantheon shell')
    provides=(slingshot)
    conflicts=(slingshot)
    options=('!emptydirs' '!libtool')
    _bzrtrunk="lp:slingshot"
    _bzrmod="new-slingshot"
    build() {
    cd "${srcdir}"
    msg "Connecting to the server...."
    if [ -d ${_bzrmod} ]; then
    bzr up ${_bzrmod}
    msg "The local files are updated."
    else
    bzr co ${_bzrtrunk} ${_bzrmod}
    fi
    msg "BZR checkout done or server timeout"
    msg "Starting make..."
    cd new-slingshot
    mkdir build; cd build
    cmake ..
    make
    make DESTDIR="${pkgdir}" install
    The error is as followed:
    -- checking for modules 'gobject-2.0;glib-2.0;gio-2.0;gio-unix-2.0;gee-1.0;gtk+-3.0;libgnome-menu;granite;zeitgeist-1.0'
    -- package 'granite' not found
    -- package 'zeitgeist-1.0' not found
    CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
    A required package was not found
    Call Stack (most recent call first):
    /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
    CMakeLists.txt:31 (pkg_check_modules)
    -- Found Vala: /usr/bin/valac
    -- checking for a minimum Vala version of 0.12.0
    -- found Vala, version 0.14.0.3-1a311
    -- GSettings schemas will be installed locally.
    -- GSettings shemas will be compiled.
    -- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
    -- Configuring incomplete, errors occurred!
    ==> ERROR: A failure occurred in build().
    Aborting...
    I do, however, have granite and zeitgeist installed (from AUR):
    ┌─[jente@lappy new-slingshot][13:50:18]
    └─■ pacman -Qs zeitgeist && pacman -Qs granite
    local/zeitgeist 0.8.1.1-1
    A service which logs the users's activities and events and makes relevant
    information available to other applications
    local/granite-bzr 72-1
    A development library by the elementary Project.
    Can you help me fix this issue? Thanks in advance!
    Last edited by Unia (2011-09-21 16:41:06)

    I have fixed the granite-bzr PKGBUILD already, and added the
    provide=(granite)
    line, but that still results in the same error. I had thought about the zeitgeist versioning too, but AFAIK zeitgeist 0.8.1.1-1 is the latest version and I think this is just the Ubuntu naming for it. (initially slingshot is written for elementaryOS which is based on Ubuntu...)
    EDIT: Zeitgeist 0.8.1.1-1 is indeed the latest version available. Also, here is the PKGBUILD I used for granite:
    pkgname=granite-bzr
    pkgver=latest
    pkgrel=1
    pkgdesc="A development library by the elementary Project."
    arch=(i686 x86_64)
    url=https://launchpad.net/granite
    license=(GPL)
    depends=('glib2' 'gobject-introspection' 'gtk3' 'vala-git')
    makedepends=('bzr' 'cmake')
    provides=(granite)
    _bzrtrunk="lp:granite"
    _bzrmod="granite"
    build()
    cd "${srcdir}"
    msg "Connecting to the server...."
    if [ -d ${_bzrmod} ]; then
    bzr up ${_bzrmod}
    msg "The local files are updated."
    else
    bzr co ${_bzrtrunk}
    fi
    msg "BZR checkout done or server timeout"
    msg "Starting make..."
    cd granite
    mkdir build; cd build
    cmake ..
    make
    make DESTDIR="${pkgdir}" install
    Last edited by Unia (2011-09-21 12:22:19)

  • Files missing from install directory

    not sure what's happened to my computer but I can no longer install programs or updates for programs as I get the message "files missing from install directory"
    How did they get corrupt in the first place? I get this when trying to download yahoo messenger of all programs...duh!  I'm getting pretty frustrated since this has only started a month ago and I've been hoping something would fix itself but no....the last time my Toshiba service station updated was Jan 24 and now it says unable to connect with server....yet I got here to post a message and can get to the internet so don't understand why the updates can get in?
    any advice?

    that can be a problem with your windows.. your OS..
    rebuilding your OS should be able to fix it.
    oOo
    *Read EULA before installing any software.

  • [solved] list all aur packages installed

    Hi,
    I'm looking a comman which list all AUR packages installed on my system. Man yaourt or man pacman don't help me (but maybe I missed something).
    Is it possible to list these AUR packages ?
    Last edited by ppr (2011-11-13 23:40:49)

    yaourt -Q | grep local/
    Works for me. I'm sure someone will have a better solution though.
    Last edited by WorMzy (2011-11-13 23:24:45)

  • [Solved] List AUR packages installed and only AUR packages.

    Here's a good one.  Thought this would be easy but thought it over and then looked around a bit and haven't found anything.  There's might just be an easy way to do this that will make me *bonk* my head in the morning but I haven't found it yet.  I'm looking to be able to just list the packages I have installed from AUR and not any that I have gotten from the official repos.  I've checked out some utilities in AUR (like AURcheck) but as far as I can tell they just look for AUR updates.  Anyone know of a way to do this?
    Last edited by Gen2ly (2009-10-30 14:32:22)

    I just got to reinstalling and this was a lifesaver - it worked great.  Thank for the help, brisbin, ghost, Allan...
    @Ghost, I would have used packup but I had a couple downgraded packages and I wanted to be able to troubleshoot it.
    The tip about the grep -v doing 'shortnameplus' was a good tip, Profjim.  I hadn't read this last post before and during the reinstall I was a bit surprised nvidia wasn't installed so... all is good now.
    I created a script to be able to create the backup list and restores from it simliar to ghosts and am able to run it in cron job.  Probably not a big deal, but... phhht.  Here it is for anyone that can use it:
    #!/bin/bash
    # pacbac - Create and restore from list all installed packages
    # Package list locations (official and local)
    pkglsoff=/opt/backup/pc-emach/arch-pkglist-official
    pkglsloc=/opt/backup/pc-emach/arch-pkglist-local
    # Exclude packages
    excldoff=()
    excldloc=()
    # Use filename as program name
    prog=${0##*/}
    # Text color variables
    bldblu='\e[1;34m' # blue
    bldred='\e[1;31m' # red
    bldwht='\e[1;37m' # white
    txtcyn='\e[0;36m' # cyan
    txtund=$(tput sgr 0 1) # underline
    txtrst='\e[0m' # text reset
    info=${bldwht}*${txtrst}
    pass=${bldblu}*${txtrst}
    warn=${bldred}!${txtrst}
    # If restoring, be sure yaourt is installed
    if [[ "$1" == 'r' ]] && [[ -z $(pacman -Qs yaourt) ]]; then
    echo ""
    echo -e "$warn $prog requires ${txtund}}Yaourt${txtrst} to be installed."
    echo -e " ${txtcyn}http://wiki.archlinux.org/index.php/Yaourt${txtrst}"
    echo ""
    exit
    fi
    case $1 in
    b ) # Create list of official repository packages (core, extra, community)
    echo -e "$info Creating list of official (core/extra/community packages) packages installed."
    # Create list, remove local, base
    pacman -Qqe | grep -vx "$(pacman -Qqg base)" | grep -vx "$(pacman -Qqm)" > "$pkglsoff"
    # Create list of local packages (includes the AUR)
    echo -e "$info Creating list of local (includes AUR) packages installed."
    pacman -Qqm > "$pkglsloc"
    echo -e "$pass Official package list saved to ${txtund}"$pkglsoff"${txtrst}"
    echo -e "$pass Local package list saved to ${txtund}"$pkglsloc"${txtrst}" ;;
    r ) # Update repository database, then restore packages from list
    echo -e "$info Installing packages from lists"
    sudo pacman -Sy
    # use -f to overwrite conflicting files
    sudo pacman -S --needed $(cat "$pkglsoff")
    # Yaourt doesn't have --needed check
    yaourt -S $(cat "$pkglsloc" | grep -vx "$(pacman -Qqm)") ;;
    * ) echo -e " pacbac b - build installed packages list. (dir:${txtund}"${pkglsoff%/*}"${txtrst})"
    echo -e " pacbac r - restore installed packages from package list." ;;
    esac
    Last edited by Gen2ly (2009-10-31 14:16:55)

  • Automatically upgrade a package installed after the bundle is assigned

    Hi All,
    I am trying out ZLM 7.3 and thanks also the helpful posts here I feel
    quite confident with the tool.
    Mirrored the channel, assigned the bundle and the catalog for the oss
    packages and done, the installed package are upgraded with the patches
    available with the bundle.
    What I did not understand is the way to automatically upgrade a oss
    package which is installed by YaST after the bundle is assigned. My
    guess is, assign the catalog with patches to the device and whenever I
    try to install a new package I automatically install the newest one. Is
    this correct? Is there any other way to do this?
    Thanks,
    Jan

    On 11/16/2009 09:36 PM, brunold wrote:
    >
    >> I see the new package installed and marked with status "v" which
    >> according with the man pages means the bundle is installed but is of a
    >> different version compared to the one displayed in the list. Now, I
    >> would aspect it is automatically updated, instead it is not.
    >
    > I does not update the package installed by yast immediately after
    > installing it. It should recognize that there is a updated version
    > available the next time the zlm client refreshes.
    >
    You are right, after refreshing the client with rug the new package is
    installed.
    Thanks,
    Jan
    >> As said above, rug would solve the problem but I would like to use a
    >> different approach if it is possible.
    >
    > Thinking about this situation might bring up a few other ideas but I
    > have not checked if they work. When you mirror updates to your local zlm
    > server, on the zlm server there is in the package repository a folder
    > created for each bundle. If you mirror the updates for each different
    > architecture into a different local bundle and therefor a different
    > folder, you might be able to export that directory via nfs and mount it
    > on the system and then add it as a local directory in the installation
    > sources. The problem here is that yast might not be able to identify the
    > packages in a local folder if they are for this architecture or not.
    > Therefor you should create different bundles for different architectures
    > and use them.
    >
    > Another option might be to copy the bundles from that zlm mirror to a
    > different folder and create a installation source like the installation
    > dvd is. We did that when we updated our remote oes 1 sp2 systems to oes
    > 2 sp1 because we wanted to update them to a specific level we have a t
    > the zlm server but we do not want to distribute it after the update
    > accross the wire. We wanted to distribute it before we run the update
    > and then run the update from a local source. That takes some time till
    > you have the process to create such a installation source. therefor I
    > don't know if that is of interest for you. You can script it of course
    > ..
    >
    > Rainer
    >
    >

  • ARD fails CS6 package install

    I am having a problem with pushing Adobe Design & Web Premium CS6 (created via AAMEE 3.1) via ARD 3.6.1 to client Macs that meet the system requirements of a CS6 package. After a long period of time attempting to install the package, ARD fails on "install package". ARD shows the problem as "could not be installed. Error message: "Running package scripts..." (In a couple of cases, the package install hung up at "97%" before failing with this error).
    I can install the source media or my Adobe package ok from the local Mac, but not the network.
    My configuration of the package within AAMEE:
    disable fonts
    disable EULA
    disable Adobe Product Improvement Program
    disable AIR
    Ignore conflicts deploy to default directory
    I download and add updates automatically
    Package is serialized
    I will retest today, though I would like any thoughts anybody has on "general troubleshooting" or "best practices" that I may have missed. In my testing today, I will make sure to reboot the client machinge and keep it logged off while ARD pushes the package.
    Thanks.

    Hi,
    There can me many reasons for failure. We need to see the PDApp.log file of the machine where install is failing to tell you the reason of failure. The log file is formed at /usr/Library/Logs/PDApp.log.
    Please mail the log at [email protected]
    Thanks,
    Saransh katariya | Adobe Systems | [email protected]

  • [SOLVED] Package-Query build error

    I'm trying to get my new Arch system setup, and I'm having trouble getting Yaourt installed. I can't seem to get package-query to build successfully. I have base-devel installed, and I've followed the instructions in the wiki on installing AUR packages. After running "makepkg -s" from the package-query directory it seems to go fine until the end, where I see this output.
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    And that's it. Not sure what I'm missing here.
    Thanks.
    Last edited by x371322 (2012-05-31 08:11:21)

    I take that back, after another look I did notice a couple of errors. They're near the bottom of the output. I'm sure it's something simple, and I'm probably going to end up looking like an idiot , but anyway, here's the entire output.
    ==> Making package: package-query 1.0.1-1 (Thu May 31 03:21:18 EDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading package-query-1.0.1.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 361k 100 361k 0 0 152k 0 0:00:02 0:00:02 --:--:-- 177k
    ==> Validating source files with md5sums...
    package-query-1.0.1.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting package-query-1.0.1.tar.gz with bsdtar
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    configure: WARNING: Libtool does not cope well with whitespace in `pwd`
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    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... yes
    checking whether to build static libraries... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for alpm_version in -lalpm... yes
    checking for yajl_free in -lyajl... yes
    checking for gawk... (cached) gawk
    checking for curl-config... /usr/bin/curl-config
    checking for the version of libcurl... 7.26.0
    checking for libcurl >= version 7.19.4... yes
    checking whether libcurl is usable... yes
    checking for curl_free... yes
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for git... no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating doc/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing po-directories commands
    package-query:
    Build information:
    source code location : .
    prefix : /usr
    sysconfdir : /etc
    conf file : /etc/pacman.conf
    localstatedir : /var
    database dir : /var/lib/pacman/
    compiler : gcc
    compiler flags : -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
    package-query version : 1.0.1
    using git version : no
    git ver :
    Variable information:
    root working directory : /
    aur base url : http://aur.archlinux.org
    make all-recursive
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    Making all in src
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
    mv -f .deps/aur.Tpo .deps/aur.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT alpm-query.o -MD -MP -MF .deps/alpm-query.Tpo -c -o alpm-query.o alpm-query.c
    alpm-query.c: In function 'alpm_pkg_get_realsize':
    alpm-query.c:486:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/alpm-query.Tpo .deps/alpm-query.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
    util.c: In function 'ltostr':
    util.c:532:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'itostr':
    util.c:525:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'concat_backup_list':
    util.c:480:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'string_fcat':
    util.c:342:11: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/util.Tpo .deps/util.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
    mv -f .deps/color.Tpo .deps/color.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT package-query.o -MD -MP -MF .deps/package-query.Tpo -c -o package-query.o package-query.c
    mv -f .deps/package-query.Tpo .deps/package-query.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lcurl -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm
    libtool: link: gcc -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o package-query aur.o alpm-query.o util.o color.o package-query.o -lcurl -lyajl -lalpm
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    Making all in doc
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Making install in src
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    test -z "/usr/bin" || /bin/mkdir -p "/home/x371322/AUR Builds/package-query/pkg/usr/bin"
    /bin/sh ../libtool --mode=install /usr/bin/install -c package-query '/home/x371322/AUR Builds/package-query/pkg/usr/bin'
    libtool: install: /usr/bin/install -c package-query /home/x371322/AUR Builds/package-query/pkg/usr/bin/package-query
    /usr/bin/install: target 'Builds/package-query/pkg/usr/bin/package-query' is not a directory
    make[2]: *** [install-binPROGRAMS] Error 1
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    make[1]: *** [install-am] Error 2
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    Making install in doc
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/man/man8" || /bin/mkdir -p "/home/x371322/AUR Builds/package-query/pkg/usr/share/man/man8"
    /usr/bin/install -c -m 644 package-query.8 '/home/x371322/AUR Builds/package-query/pkg/usr/share/man/man8'
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    I appreciate the help guys.

  • /usr/bin/install is missing!

    Well, I don't know how this one happened.  I was trying to "make install" a program I had just finished compiling, and then I get a message saying that /usr/bin/install is missing.  I checked /usr/bin for "install", and it isn't there, even though it was before.  How do I fix this problem?
    Last edited by Falcata (2008-01-25 22:02:46)

    Problem solved.  I made a link to /bin/install under /usr/bin, and it worked fine.
    Now then, another question: why did Nodoka get installed under /usr/local/lib, rather than /usr/lib?
    EDIT: Should have waited a moment before posting, I guess.  How do you install packages from AUR?  Or packages that you downloaded onto your system?
    Last edited by Falcata (2008-01-25 23:41:26)

  • [SOLVED] Oxygen widget style missing/broken after KDE 4.8.0 to 4.8.1

    hi all,
    (I'm was not sure where to place this thread so please forgive me if I should have placed in somewhere else :-))
    Today I upgraded my KDE to 4.8.1 and now I'm missing the Oxygen widget style. I tried reinstalling kdebase and kde-workspace and I even uninstalled all of kde, followed by installing kde-meta (previously I had the "kde" package installed).
    Since there is no "oxygen" package (or at least I couldn't find it) I'm really stuck here. I also couldn't find anything related in the forums, like issues from previous upgrades.
    I made two screenshots. At [1] you see that only unthemed widget styles are available. At [2] you see that also GTK apps like firefox have lost their theming although oxygen-gtk is installed.
    I'd appreciate any help!
    cheers
    [1] http://imagepaste.nullnetwork.net/viewimage.php?id=3456
    [2] http://imagepaste.nullnetwork.net/viewimage.php?id=3457
    Last edited by Kei (2012-03-09 12:03:04)

    Thanks for your replies!
    bash wrote:See https://wiki.archlinux.org/index.php/Un … oxygen-gtk
    Sorry, I shouldn't have posted that firefox screenshot. What I meant was that GTK applications are not themed as well. However, the main issue here is that there seems to be no theming at all, e.g., oxygen is not available for Qt applications (only built-in styles selectable, as shown in the first screenshot).
    the_easterbunny wrote:I had the same problem. It seems that KDE ignores the "old" oxygen.so file. Moving /usr/lib/kde4/plugins/styles/oxygen.so to /usr/lib/kde4/plugins/styles/oxygen2.so solved it for me - however, it is only a workaround for that strange problem.
    I have just tried to symlink the oxygen.so file to oxygen2.so, but unfortunately that hasn't changed anything.
    additional info: I did a fresh install of the system on wednesday with KDE 4.8.0. I didn't have any problems with oxygen or theming back then. I also tried removing ~/.kde4.
    EDIT: note that I'm in a full KDE session and QT_PLUGIN_PATH is set to $HOME/.kde4/lib/kde4/plugins/:/usr/lib/kde4/plugins/
    EDIT2: I just reported it as a bug -- https://bugs.archlinux.org/index.php?do … k_id=28838
    EDIT3: It turned out it is indeed a configuration error. To anyone having this issue: delete ~/.config/Trolltech.conf
    Last edited by Kei (2012-03-09 12:02:08)

  • In past versions of CVI, using OpenFile with no path meant to look in the local path (in other words the install directory). Is there a way to do this in CVI 2013?

    I use an .ini file to allow the users to change the bootup preferneces for the program. In the past that file lived in the install directory and OpenFile could cheerfully find the file and apply the preferences. In CVI 2013, the program seems to need an implicit path to the file. Is there a way around this?
    Solved!
    Go to Solution.

    I'm not using CVI2013 yet, but in any case you can build up a full pathname for a file in the application folder using GetProjectDir and MakePathname commands at runtime.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Package and Directory Structure

    Hello --
    I work in a group that supports 3 web sites. (b2b, b2c, b2e)
    We're just beginning to develop Java in-house and
    currently using Solaris and JDK 1.2.x.
    I need to propose a package and directory structure strategy.
    The "reverse the domain name" guideline makes sense to me.
    My first thoughts are: ("classes" dir could be created anywhere)
    classes/com/ppco/b2X/ <--- for .java and .class files (development)
    lib/ <--- for b2X JAR files (ready for test or production)
    util/ <--- for our utility classes like DBAccessor
    lib/ <--- for our JAR files
    sun/ <--- for classes like com.sun.mail pkg
    lib/ <--- for JAR files like mail.jar
    org/ <--- for classes in org.omg.CORBA pkg
    lib/ <--- for JAR files
    We need to handle 3rd party classes.
    Development would be done in the b2X tree and JAR files would
    be installed the lib/ dir for testing and release to production.
    Does anyone have recommendations or experiences to share ?
    Are there some things to avoid ?
    Thanks !
    Al

    Hello Al,
    you are on the right track. A typical convention I follow is:
    <project>
          bin - for startup scripts, etc. to run your application
          build - for build scripts (not necessary if you build using your IDE. See below.)
          classes - for my compiled classes
          lib - for my 3rd party libraries
          src - for my source code
          test - for my test code (see http://junit.org/ )
    That's the project hierarchy. The src (i.e. the package heirarchy) structure is another story.
    As you say, you start with the reverse domain name. This is to give your packages a unique namespace. After that, your best guide is practice. Packages can be larger or smaller, depending on your coding practices. Usually you would have these (exact names may differ), plus others:
          com/ppco/client
          com/ppco/server
          com/ppco/common
          com/ppco/db
    I think your break down of sun, org, etc. is a bit too much. If you would like to do so, however, I recommend you do the separation under /lib. This way, the top level project directory is not polluted by the different types of libraries in use.
    Regards,
    Manuel Amago.
    From build above: I would suggest you always build your release distribution directly with the JDK, not using any IDE compiler. This is because Sun's JDK is the reference implementation, thus, any compatibility issues are not yours.
    An easy way to achieve this is by using ANT (see http://jakarta.apache.ort/ant/ ).

Maybe you are looking for